-
Notifications
You must be signed in to change notification settings - Fork 156
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
Unable to compile on Arch Linux #309
Comments
I comment out the code above and I get this: |
+1 same here. What i've done for now:
Then
Go to
Then try to make it again
Okay, that's better.
Go to
And replace it with this:
And now we have a successful build:
|
You should avoid the cmake unless someone improves it TBH. It's contributed by 3rd party, unmaintained with no support for things that have been added to makefile. Expected build is with the makefile still. Also commenting out those forced function versions will make it compile. Must be conflicting with newer glibc. |
There is no problem with CMake itself. As far as I understand:
|
I didn't state or intend to that cmake as a whole is broken but the implementation of it here is not great and you should absolutely avoid it when the build steps in readme/build readme tells you to use makefile IMHO. The cmake files here are use at your own risk/ymmv. The See: https://github.com/ec-/Quake3e/blob/master/code%2Fasm%2Fsnd_mix_x86_64.s |
I ran it using |
I'm using Arch and I wrote a script that fetches latest version of Quake3e source and compiles using make. https://github.com/Trismegist0sq3/install_latest_quake3e |
There's also the aur quake3e git package |
I am unable to compile on Arch Linux.
log0.txt
The code preventing it from compiling seems to be this:
code/qcommon/q_shared.h:417
The text was updated successfully, but these errors were encountered: