• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling 0.4... Help needed (fail at compiling)

Blue Identity

Member
Joined
Feb 20, 2009
Messages
174
Reaction score
15
Location
Netherlands
Trying to compile TFS 0.4, forgottenserver-trunk.r4299.tar on Linux, Debian 5.0...

When I've downloaded the sources and got them into a folder I've done the following things:...

Code:
sh ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
^[[A^[[Aautoreconf: running: aclocal --force --warnings=none
^[[Aautoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force --warnings=none
autoreconf: running: /usr/bin/autoheader --force --warnings=none
autoreconf: running: automake --add-missing --copy --force-missing --warnings=none
configure.ac:3: option `silent-rules' not recognized
autoreconf: automake failed with exit status: 1

And from there im stuck already cause I cannot use:

Code:
./configure --enable-mysql

because of the fails I get in autogen...

Need some serious help! ++Rep.
 
Back
Top