-
Notifications
You must be signed in to change notification settings - Fork 437
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
alloca.h: No such file or directory #50
Comments
If you're changing build system add this to your include path: |
salieri.h and sal.h contain circular includes and compiler reaches include depth limit. Visual Studio 2017, btw. |
Same @danylorudenko I'm also trying to make a custom CMake setup with bgfx precompiled separetly. Using vs2017 too. I've got EDIT: |
LOL what a joke. Still is an issue with visual studio and the cmake integration bgfx github. Why is nearly everything half-assed nowadays? |
@crjenkins What's your question here? There are no issues with provided build system. |
@danylorudenko @Angramme @crjenkins Hope this memo will help someone later: |
Compiling with MinGW produces the error:
alloca.h: No such file or directory
include/string.h:10 should be:
The text was updated successfully, but these errors were encountered: