-
-
Notifications
You must be signed in to change notification settings - Fork 890
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
MSVC build broken #377
Comments
This is mostly due to MSVC's lacklustre support of C++11. Now that MSVC 2015 finally supports everything we need we can start looking at supporting MSVC again. |
I'm building with MSVC 2015 Update 3; VLAs are still not there, at least not enabled by default. IIRC, it's a C99 feature, not a C++11 one. Anyways, those can be trivially replaced with alloca(). |
I don't think this is currently a problem for us, so I don't we will pick We're always willing accept pull requests though. Op 4 aug. 2016 16:06 schreef "Seva Alekseyev" [email protected]:
|
Addressed, see pull request #383. At least now it builds, I haven't tested properly, since I'm not sure how. UPDATE: it runs (as long as the required DLLs are around), connects to Cura, slices a test mesh. |
I'm sorry, we lost sight of this PR. |
Fixed #1639 |
At some point, CuraEngine was compatible with Microsoft Visual Studio. Now it's not. Here are some of the reasons:
Notably, libArcus and protobuf build under MSVC fine.
The text was updated successfully, but these errors were encountered: