evc - Fix for fatal error C1083 -


we have set of nightly builds build of full suite of software using embedded visual c++ batch files. there total of 30 builds done. every night @ least 1 or 2 builds fail following error:

c:\lc\trunk\server\can\svcangettracedrivelength.cpp(11) : fatal error c1083: cannot open precompiled header file: 'sh4rel/canwce.pch': permission denied

it never same file or precompile header fails , same executable. far know nothing else happening on build machine.

does have fix make our nightly builds run more reliably?

try running in visual ide; easier catch way.

you sure don't have multiple compiler instances working on several builds @ once? 1 building project/lib/whatever while trying access it?


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -