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

Problem while compiling TFS on CentOS 5.2

Svetrey

3+3*3 = ?
Joined
Aug 5, 2008
Messages
233
Reaction score
0
Hello!
I'm trying to compile TFS 0.3.6pl1 on CentOS 5.2 and I'm getting that errors:

HTML:
[root@asdfix source]# ./autogen.sh
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:118: 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:119: error: possibly undefined macro: AC_TYPE_INT32_T
configure.ac:120: error: possibly undefined macro: AC_TYPE_INT64_T
configure.ac:123: error: possibly undefined macro: AC_TYPE_UINT16_T
configure.ac:124: error: possibly undefined macro: AC_TYPE_UINT32_T
configure.ac:125: error: possibly undefined macro: AC_TYPE_UINT64_T
configure.ac:126: error: possibly undefined macro: AC_TYPE_UINT8_T
autoreconf: /usr/bin/autoconf failed with exit status: 1


Someone knows what should I do?
 
Back
Top