Compile problems with Centos 5.4
#1
I'm trying to install xbmc on a Centos 5.4 server, so I followed the instructions from the documentation (http://wiki.xbmc.org/?title=HOW-TO_compi...nux_CentOS), or at least tried to. One change I made was to add the epel repositories prior to running the yum install bit, adn that meant that I only had three missing packages: mysql_libs, hal_libs and libsmbclient-devel. I had previously downloaded version 27348 of the software, and when I tried to compile this with the ./bootstrap command I get the following error:

[root@Henry trunk]# ./bootstrap
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.in:711: error: possibly undefined macro: AC_TYPE_INT8_T
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:712: error: possibly undefined macro: AC_TYPE_INT16_T
configure.in:713: error: possibly undefined macro: AC_TYPE_INT32_T
configure.in:714: error: possibly undefined macro: AC_TYPE_INT64_T
configure.in:720: error: possibly undefined macro: AC_TYPE_SSIZE_T
configure.in:724: error: possibly undefined macro: AC_TYPE_UINT8_T
configure.in:725: error: possibly undefined macro: AC_TYPE_UINT16_T
configure.in:726: error: possibly undefined macro: AC_TYPE_UINT32_T
configure.in:727: error: possibly undefined macro: AC_TYPE_UINT64_T
autoreconf: /usr/bin/autoconf failed with exit status: 1
autoreconf: Entering directory `xbmc/lib/libass'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I shave
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: running: /usr/bin/autoconf --force
configure.ac:24: error: possibly undefined macro: AC_TYPE_INT64_T
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:26: error: possibly undefined macro: AC_TYPE_UINT32_T
configure.ac:27: error: possibly undefined macro: AC_TYPE_UINT8_T
configure.ac:80: error: possibly undefined macro: PKG_REQUIRES
autoreconf: /usr/bin/autoconf failed with exit status: 1
autoreconf: Entering directory `xbmc/cores/dvdplayer/Codecs/libbdnav'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
Putting files in AC_CONFIG_AUX_DIR, `build-aux'.
autoreconf: running: /usr/bin/autoconf --force
configure.ac:33: error: possibly undefined macro: AC_STRUCT_DIRENT_D_TYPE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Please (re)run configure...


Can anyone help me resolve this?

Thank you
Reply
#2
any luck on this one I am also facing the same problem? Are you using Centos on 64bit system?
Reply
#3
I passed this errors after installing new gnu tools
automake 1.10.1
autoconf (GNU Autoconf) 2.65
libtool 2.2.6
Reply
#4
anyone know how to fix this? I'm having the same issue.
Reply

Logout Mark Read Team Forum Stats Members Help
Compile problems with Centos 5.40