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

kompilacja otssetwer na centos

batot

New Member
Joined
Sep 12, 2011
Messages
1
Reaction score
0
Code:
[ots@host-91 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:98: 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:99: error: possibly undefined macro: AC_TYPE_INT32_T
configure.ac:100: error: possibly undefined macro: AC_TYPE_INT64_T
configure.ac:103: error: possibly undefined macro: AC_TYPE_UINT16_T
configure.ac:104: error: possibly undefined macro: AC_TYPE_UINT32_T
configure.ac:105: error: possibly undefined macro: AC_TYPE_UINT64_T
configure.ac:106: error: possibly undefined macro: AC_TYPE_UINT8_T
autoreconf: /usr/bin/autoconf failed with exit status: 1
[ots@host-91 source]$

Ktoś pomoże i powie co dopisać w pliku ./configure.ac ?
 
Last edited by a moderator:
Zainstaluj nowsze Gnu tools:
automake
autoconf
libtool
 
Back
Top