
Anyway, the release process doesn't work

Code: Select all
apg++ -I. -I.. -O0 -g -Wno-long-long -o armagetronad_main armagetronad_main-gFloor.o libtron.a libengine.a libnetwork.a libui.a thirdparty/shttpd/libshttpd.a librender.a libtools.a -lpthread -L/home/moos/usr/lib -lxml2 -lz -lm
thirdparty/shttpd/libshttpd.a(libshttpd_a-shttpd.o)(.text+0x673): In function `casecmp':
../../../../../armagetronad/src/thirdparty/shttpd/shttpd.c:778: undefined reference to `__ctype_tolower@GLIBC_2.0'
thirdparty/shttpd/libshttpd.a(libshttpd_a-shttpd.o)(.text+0x6d5): In function `ncasecmp':
../../../../../armagetronad/src/thirdparty/shttpd/shttpd.c:793: undefined reference to `__ctype_tolower@GLIBC_2.0'
thirdparty/shttpd/libshttpd.a(libshttpd_a-shttpd.o)(.text+0x743):../../../../../armagetronad/src/thirdparty/shttpd/shttpd.c:793: undefined reference to `__ctype_tolower@GLIBC_2.0'
thirdparty/shttpd/libshttpd.a(libshttpd_a-shttpd.o)(.text+0x1023): In function `getreqlen':
../../../../../armagetronad/src/thirdparty/shttpd/shttpd.c:1185: undefined reference to `__ctype_b@GLIBC_2.0'
thirdparty/shttpd/libshttpd.a(libshttpd_a-shttpd.o)(.text+0x1c28): In function `urldecode':
../../../../../armagetronad/src/thirdparty/shttpd/shttpd.c:1552: undefined reference to `__ctype_b@GLIBC_2.0'
thirdparty/shttpd/libshttpd.a(libshttpd_a-shttpd.o)(.text+0x1c4d):../../../../../armagetronad/src/thirdparty/shttpd/shttpd.c:1547: undefined reference to `__ctype_tolower@GLIBC_2.0'
thirdparty/shttpd/libshttpd.a(libshttpd_a-shttpd.o)(.text+0x37b6): In function `spawncgi':
../../../../../armagetronad/src/thirdparty/shttpd/shttpd.c:2331: undefined reference to `__ctype_toupper@GLIBC_2.0'
The nightly builds of Code::Blocks support project dependencies. I just started playing with the nightlies since they have support for building projects from the command line.z-man wrote:Nothing yetI have the hope that I can build the Windows version myself, the last time I only had to rearrange the projects in the Code::Blocks workspace becasue my version doesn't support dependencies yet.
I'm guessing this is why I can't build the trunk.z-man wrote:The Windows build is making problems nowSeems our cross compilation experiments broke Code::Blocks compilation. I can take care of that.