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
layer1/Basis.h:42:3: error: expected ‘}’ before numeric constant #186
Comments
|
Looks like a name conflict because of raw macros in Xlib.h. There's tons of other projects out there that have experienced the same issue. :( Looks like you're not compiling with |
Yes, but it fails without |
|
Is not there any chance to fix these errors? |
|
This is ultimately something that Xlib needs to fix, but in the meantime, something like above where we define our own |
|
I don't know what i'm doing but your suggestion is working: Here the full build log. |
|
Thanks for giving it a shot. I'll commit to master in just a bit. |
Hi all.
pymol-2.5.0is not compiling inFedora 34(GCC-11.1.1, Python-3.9) with following errors:The text was updated successfully, but these errors were encountered: