wtfbbqhax / tremulous

:godmode: Modern modular idTech3 based engine, Tremulous

Home Page:http://wtfbbqhax.github.io/tremulous/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis-ci build failure for PLATFORM=linux ARCH=x86

wtfbbqhax opened this issue · comments

Latest iteration of .travis.yml changes the build environment from an old ubuntu 12.04? to an ubuntu 14.04. Since this change, 32bit Linux builds have been failing. This happens because no 32bit version of SDL2 is available to link against.

LD build/release-linux-x86/tremulous.x86
/usr/bin/ld: cannot find -lSDL2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [build/release-linux-x86/tremulous.x86] Error 1
make[2]: Leaving directory `/home/travis/build/wtfbbqhax/tremulous'
make[1]: *** [targets] Error 2
make[1]: Leaving directory `/home/travis/build/wtfbbqhax/tremulous'
make: *** [release] Error 2
Build failure.
The command "./misc/travis-ci-build.sh" exited with 1.
Done. Your build exited with 1.

I've tried, and I'm done- maybe later.