-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Debian 7 building error #1322
Comments
You can build with --disable-werror. But it's better to upgrade your distro. |
Thanks, it worked |
Is there a way to build with specific rerderers? I want to discard gles, but at the same time build with all the other renderers (software, nanogl, opengl) |
The linker doesn't work properly, this is sort of a duplicate of "FWGS/hlsdk-portable#267" |
I don't think I will bother adding a fix for legacy binutils there. You may try to upgrade binutils. |
Yes, read |
linker issue may be fixed manually by elf patching utilities, but this is only related to legacy ports. Building on such old disros is some kind of legacy port :) |
Yeah, you're right. I finally could build the thing, on debian 8, Jessie. I also built the legacy engine for a low quality counter strike (1.6) port to xash3d |
Also it is possible to build it with modern compiler+linker toolchain but for legacy sysroot, to keep ability using modern compiler optimizations. Just install libsdl2-dev in debian 5/6 chroot (but i prefer ubuntu 12.04 for this) and use it from host system with modern gcc/clang. Maybe some |
Oh, I didn't know that, thanks |
Alright, the engine works perfectly, thanks you all. |
./waf configure --build-type=release --enable-all-renderers
./waf build
Used debian wheezy gcc 4.7
The text was updated successfully, but these errors were encountered: