Skip to content

visual studio building entire solution does not work #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rogierschouten opened this issue Feb 1, 2017 · 3 comments
Open

visual studio building entire solution does not work #6

rogierschouten opened this issue Feb 1, 2017 · 3 comments

Comments

@rogierschouten
Copy link

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.

@grantila
Copy link
Owner

grantila commented Feb 2, 2017

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.)?

@rogierschouten
Copy link
Author

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?

@grantila
Copy link
Owner

grantila commented Feb 2, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants