q icon indicating copy to clipboard operation
q copied to clipboard

visual studio building entire solution does not work

Open rogierschouten opened this issue 8 years ago • 3 comments

Building the entire solution from scratch in visual studio 2015 seems to result in multiple projects trying to write the same .obj files at the same time. Building just the q project works.

rogierschouten avatar Feb 01 '17 22:02 rogierschouten

Interesting, this hasn't happened to me, but Visual Studio is notoriously buggy when it comes to parallel compilations. Perhaps some other compiler flags by default could help.

Are you building to multiple targets in one go (x86 and x64 e.g.)?

grantila avatar Feb 02 '17 12:02 grantila

No I was just building the x64 release target. Can it be that some projects have .cpp files with the same name and they all have the same directory to store .obj files in?

rogierschouten avatar Feb 02 '17 21:02 rogierschouten

Alright, they shouldn't end up in the same build directory if they are in different projects... I'll have a look at this in the weekend after having closed more generic CMake build changes.

grantila avatar Feb 02 '17 22:02 grantila