• 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!

Linux I cant compile, please help

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
43
Location
Mexico
Code:
root@zerzura:/trunk.r3706# chmod 777 -R *
root@zerzura:/trunk.r3706# ./autogen.sh
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal --force
/usr/bin/m4: unrecognized option '--gnu'
Try `/usr/bin/m4 --help' for more information.
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf2.50: aclocal failed with exit status: 1
root@zerzura:/trunk.r3706# ./configure --enable-mysql
bash: ./configure: No such file or directory
root@zerzura:/trunk.r3706# ./build.sh
TheForgottenServer build script- seems to speed things up ALOT.
CCache: OK
CCache binaries located in /usr/lib/ccache
Building on 8 cores, using 9 processes
make: *** No targets specified and no makefile found.  Stop.
I get this error what can i do??
 
Code:
root@zerzura:/trunk.r3706# chmod 777 -R *
root@zerzura:/trunk.r3706# ./autogen.sh
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal --force
/usr/bin/m4: unrecognized option '--gnu'
Try `/usr/bin/m4 --help' for more information.
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf2.50: aclocal failed with exit status: 1
root@zerzura:/trunk.r3706# ./configure --enable-mysql
bash: ./configure: No such file or directory
root@zerzura:/trunk.r3706# ./build.sh
TheForgottenServer build script- seems to speed things up ALOT.
CCache: OK
CCache binaries located in /usr/lib/ccache
Building on 8 cores, using 9 processes
make: *** No targets specified and no makefile found.  Stop.
I get this error what can i do??

root@zerzura:/trunk.r3706# ./configure --enable-mysql
are you rly in the folder with all the sources?
 
Back
Top