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

Compiling TFS for 7.6 -- makefile

danick10

Intermediate OT User
Joined
Apr 11, 2009
Messages
196
Solutions
4
Reaction score
141
Hello , I've got a problem while trying to compile my tfs source for 7.6,
I've got these 3 files:
Autogen.sh
configure.ac
makefile
and all the other .cpp and h files.

I have a problem while executing the following command ./autogen.sh
error:

no`Makefile.am' found for any configure output

also when I execucte ./configure.ac --enable-mysql
error:

/configure.ac: line 4: syntax error near unexpected token `[2.50]'

And I've also tried to use mkdir build then cd build then cmake .. then make
error:

"mySourceDirectory" does not appear to contain CMakeLists.txt.

Thx for helping me :eek:
also : I edited my source really hard and I was able to compile it under windows (Everything was working Fine) cause devcpp generate a makefile.win, but I really need to get it working on debian to get it working on my vps !
 
Back
Top