Skip to content
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

DART 5.1 can't be built with VS2015 on 32-bit Windows #610

Closed
jslee02 opened this issue Feb 13, 2016 · 2 comments
Closed

DART 5.1 can't be built with VS2015 on 32-bit Windows #610

jslee02 opened this issue Feb 13, 2016 · 2 comments

Comments

@jslee02
Copy link
Member

jslee02 commented Feb 13, 2016

As reported in #606, DART 5.1 can't be built with VS2015 on 32-bit Windows. It seems Visual Studio can't use enough heap memory for parsing headers so optimizing DART header organization for simpler header dependencies would be a possible solution.

@jiayeli-hualien
Copy link
Contributor

I set "Maximum number of parallel project builds" to 1 and I build Win32 project successfully with VS2015(32-bit) on 64-bit Windows (Windows 10 and Windows 8.1).

I think it may be an alternative way to get the Win32 DART 5.1


How to set Maximum number of parallel project builds

https://msdn.microsoft.com/en-us/library/y0xettzf(v=vs.90).aspx

By the way.
If I set "Maximum number of parallel project builds" to 8, my computer will exhausts 8GB memory.

I am not sure the reason.
I think there are too many "Microsoft C/C++ Compiler Driver" processes running simultaneously.

@jslee02
Copy link
Member Author

jslee02 commented Feb 13, 2018

Closing as we don't support 5.x anymore.

@jslee02 jslee02 closed this as completed Feb 13, 2018
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