-
Notifications
You must be signed in to change notification settings - Fork 905
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
Compile on Ubuntu fails: Renderer_draw_gl.cpp #675
Comments
I get that one too. Ubuntu 17.04 64-bit. |
same here, ubuntu 17.04 64-bit, gcc 6.3.0 |
It looks like this problem is fixed in #666. Look at the preprocessor guard they put around the prototype and definition of the function. Those guards are all you have to add to get it working. |
Please comment out the round function from /es-core/src/Util.cpp and /es-core/src/Util.h files, and will works on Ubuntu 17.04. Util.h: Util.cpp: |
@djnice, the reason it's not commented out is because it's required for certain Windows builds. it's not getting commented out, it won't need to be when the preprocessor expression is fixed. |
7 years later... getting the same error on Ubuntu 22, aarch64. commenting out the sections in util* seems to still work though. |
The text was updated successfully, but these errors were encountered: