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

Compilation error #86

Closed
ShinySilver opened this issue Apr 8, 2024 · 3 comments
Closed

Compilation error #86

ShinySilver opened this issue Apr 8, 2024 · 3 comments

Comments

@ShinySilver
Copy link

Somehow, I get an error during compilation on Linux:
image

The error is caused by a macro called "None" already existing. I could not find what defined this macro in my system, so I avoided the issue by adding "ifdef None", "undef None", "endif" line 100 in types.hpp.

gcc version and build logs below.
image
install-x64-linux-dbg-out.log

@GabeRundlett
Copy link
Collaborator

Thanks for this info! This shouldn't happen and is a bug. I think I know how to fix it.

@GabeRundlett
Copy link
Collaborator

GabeRundlett commented Apr 8, 2024

Should be fixed with ed6318a. Feel free to open another issue if this didn't fix it.

@ShinySilver
Copy link
Author

It works. Thanks :)

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