[cfe-dev] VS10 & Parallel Builds?

Vincent Richomme forumer at smartmobili.com
Wed Sep 8 01:02:40 PDT 2010


>> Hi,
>>
>> Has anyone tried using msbuild and the CMake generated project files
>> to do parallel builds?
>>
> 
> I did it a few times from the IDE (quadcore). Never had the problem
> you mention. Then I went back to VS2008 because VS2010 IDE is too
> slow.
> 
> Are you building from the command line? What command exactly are you
> using... i can try it.
> _______________________________________________

VS2010 has some issues compared to VS2008, regularly I have problem on
a big project(c++/managed c++/.net) with it because some MSBuild zombie
are created. If sometimes you get some weirds errors, close Visual and
start Process explorer.
Very often you can see that some MSbuild.exe still running.
So I am not surprised you have that kind of issues.



More information about the cfe-dev mailing list