Code: Select all
LIBS=-lpthread ./configure ......
Code: Select all
LIBS=-lpthread ./configure ......
Code: Select all
thirdparty/shttpd/libshttpd.a(libshttpd_a-shttpd.o)(.text+0x62f): In function `mystrdup':
/opt/source/armagetronad-0.3.0/src/thirdparty/shttpd/shttpd.c:808: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libxml2.so.9.3: warning: strcat() is almost always misused, please use strlcat()
Code: Select all
[0] Bound socket to *.*.*.*:6301.
[0] Bound socket to *.*.*.*:4534.
[0] Setting CYCLE_BRAKE_REFILL (Group: Annoying) deviates from its default value; clients older than 0.2.5.0 may experience problems.
[0] Ping charity changed from 100 to 100100.
assertion "STROPT(OPT_DOCROOT) != NULL" failed: file "shttpd.c", line 3062, function "shttpd_init"
/opt/armagetronad-dedicated/share/armagetronad-dedicated/scripts/serverstarter: line 20: 10651 Abort trap $BINDIR/armagetronad-dedicated --userdatadir $VARDIR --daemon $*
Terminated
Stopping server, it is restarting too quickly.
/opt/armagetronad-dedicated/share/armagetronad-dedicated/scripts/serverstarter: line 37: popd: directory stack empty
It should compile just fine, maybe there are just some simple changes needed tho... you can just deactivate the webserver in the config file later..:Avl:.C10ud wrote:Is there any way to specify that the web server shouldn't be compiled? I don't need it since I already have my own web server and it's making it impossible for me to compile 0.3.0 on my FreeBSD box.