-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Failed to build phobos with VS2012 #570
Comments
When you choose to "Retry" upon receiving the assertion error, this is output
|
(added a three-backtick code block to the report to make the backtrace easier to read) |
This is unfortunately a known problem since I started to work on the MSVC version. My workaround does not work with newer versions anymore. |
Thanks! Didn't know I could do that. Oh, and would you look at that, right above this text box it says 'comments are parsed with GitHub Flavored Markdown'. Other variations on the instructions: libconfig++ was built with vs2012, I didn't include the SEH patch, and my VS2012 is the Express edition. |
The variations are no problem. (They may affect how often the crash but that's it.) |
@2PMEnterprises I fixed the issue but only in merge-2.064 branch. Please check. |
Available in release |
Followed instructions on
http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC
Used "Visual Studio 11 Win64" for both calls to cmake.
Fails when generating concurrency.obj or concurrency-debug.obj.
Console output when you choose "Retry" is in the next comment github wouldn't allow a text attachment, below is the text of the dialog produced by the assertion failure.
Debug Assertion Failed!
Program: C:\Windows\system32\MSVCP110D.dll
File: C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\vector
Line: 72
Expression: vector iterator not dereferencable
If you choose Ignore, another dialog pops up
Debug Assertion Failed!
Program: C:\ldcenv\build-ldc2-x64\bin\Debug\ldc2.exe
File: C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\vector
Line: 73
Expression: "Standard C++ Libraries Out of Range" && 0
The text was updated successfully, but these errors were encountered: