Linux compileing issues
Brought to you by:
kirkbarnes,
krigssvin
Hey there,
I am not sure if I am just missing some dependencies for compiling this successfully but the build process quits for me with a few error message.
Here is a paste bin for the log output: https://pastebin.com/cipDk4BW
Also I attached a txt with the same content.
I hope you guys can help me building this package successful :)
Thank you in advance,
Vortex
Anonymous
Hello, compilation issues on linux are now resolved in [r1292].
Related
Commit: [r1292]
Thank you,
I can confirm that this particular compile error is solved now :)
Currently I am at investigating another (following) issue I am not sure about yet. Maybe I'll report back later ^^"
Sure thing, if you want to discuss I'm always available on q2xp discord server: https://discord.gg/XM7mQDpB
Hey there it's me again, I gave it some time and rebuild the application yet and still it seems not to be lucky yet. I created a new log file over here: https://pastebin.com/aPy999Nm
I am not sure what this means maybe it's just me missing something if so please let me know :)
And many thanks for looking into it and helping out!
Hi, please try with [r1303]
Related
Commit: [r1303]
Thank you for the response and the time to look into this :)
I am not sure what I am looking at and apologize for not being able to give some better info other than the build log.
Even with rev1303 it does not build for me successfully.
I am using:
gcc: 10.2.1
python: 2.7 (3 seems not to work at all with waf 1.6.11 which is the one you've bundled if I am not mistaken)
for building if this info helps?
Here is the full log: https://pastebin.com/nQn3yK4t
Last edit: Vortex Acherontic 2021-03-31
Thank you for the detailed logs and information, I was able to reproduce the problem and seems like compiling with gcc-10 is causing this issue, I'll investigate it and in the meantime you may want to try compiling using gcc-9 instead if it's available (you can set specific compiler for WAF with "CC=gcc-9 waf configure build").
This should be fixed with r1308, please verify: https://sourceforge.net/p/quake2xp/code/1308/