[Ubuntu 16.04.04]
Hi.
I am trying compile the W server mode for make an unofficial W server but I always get an error. I installed mysql and libmysql client. But error are still have.
Anyone can compile it to me (like qvm, etc.)? Thanks for help
Here is the AlienHoboken’s W mode: https://github.com/AlienHoboken/Tremulous-W-Server
My log:
> vbalazs@ASROCK-linux:~/Asztal/Tremulous-W-Server-master$ make
make[1]: Entering directory '/home/vbalazs/Asztal/Tremulous-W-Server-master' make -C src/tools/lcc install make[2]: Entering directory '/home/vbalazs/Asztal/Tremulous-W-Server-master/src/tools/lcc' install -s -m 0755 build-linux-x86_64/q3lcc ../ install -s -m 0755 build-linux-x86_64/q3cpp ../ install -s -m 0755 build-linux-x86_64/q3rcc ../ make[2]: Leaving directory '/home/vbalazs/Asztal/Tremulous-W-Server-master/src/tools/lcc' make -C src/tools/asm install make[2]: Entering directory '/home/vbalazs/Asztal/Tremulous-W-Server-master/src/tools/asm' install -s -m 0755 q3asm ../ make[2]: Leaving directory '/home/vbalazs/Asztal/Tremulous-W-Server-master/src/tools/asm' Building Tremulous in build/release-linux-x86_64: CC: cc CFLAGS: -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -pipe -DUSE_OPENAL=1 -DUSE_CURL=1 -DUSE_CURL_DLOPEN=1 -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_LOCAL_HEADERS=1 -MMD -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fstrength-reduce -fomit-frame-pointer -fomit-frame-pointer Output: build/release-linux-x86_64/base/vm/cgame.qvm build/release-linux-x86_64/base/vm/game.qvm build/release-linux-x86_64/base/vm/ui.qvm make[2]: Entering directory '/home/vbalazs/Asztal/Tremulous-W-Server-master' Q3LCC src/cgame/cg_main.c src/tools/q3lcc: fatal error in src/tools/q3cpp Makefile:1366: recipe for target 'build/release-linux-x86_64/base/cgame/cg_main.asm' failed make[2]: *** [build/release-linux-x86_64/base/cgame/cg_main.asm] Error 1 make[2]: Leaving directory '/home/vbalazs/Asztal/Tremulous-W-Server-master' Makefile:833: recipe for target 'targets' failed make[1]: *** [targets] Error 2 make[1]: Leaving directory '/home/vbalazs/Asztal/Tremulous-W-Server-master' Makefile:825: recipe for target 'release' failed make: *** [release] Error 2