• 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 Paid help for compile TFS on Linux

centropo

New Member
Joined
Nov 11, 2010
Messages
29
Reaction score
0
Hello,

Paid services of someone who can teach me to compile a TFS 0.3.6 or higher for Linux, I tried to unbutu, centos, debian, always has errors of missing packets (though always install all the correct packages), currently have a VPS to learn how to compile for linux and do the same work in linux. [email protected] interested please email and let me know the amount paid via paypal.
 
toolchain
apt-get install autoconf automake autopoint autotools-dev bison flex gawk gettext gnulib libtool m4 ccache ;

dependencies
apt-get install libxml2-dev libgmp3-dev zlib1g-dev libboost1.42-all-dev libcrypto++-dev liblua5.1-0-dev libmysqlclient-dev ;

prepare toolchain
autoreconf -vfi

configure
./configure --enable-war-system --enable-root-permission --enable-mysql --enable-server-diag ;

build
nice -n -10 make -k -j`grep processor /proc/cpuinfo | wc -l`

;)
 
[root@centropokemon trunk]# autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:132: error: possibly undefined macro: AC_TYPE_INT16_T
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:133: error: possibly undefined macro: AC_TYPE_INT32_T
configure.ac:134: error: possibly undefined macro: AC_TYPE_INT64_T
configure.ac:137: error: possibly undefined macro: AC_TYPE_UINT16_T
configure.ac:138: error: possibly undefined macro: AC_TYPE_UINT32_T
configure.ac:139: error: possibly undefined macro: AC_TYPE_UINT64_T
configure.ac:140: error: possibly undefined macro: AC_TYPE_UINT8_T
autoreconf: /usr/bin/autoconf failed with exit status: 1


can help ?
 
Back
Top