Centos 5.5 SVN compile issue
#1
Hi all,

I have followed the guide on the wiki with no luck.

I was getting issues about macros not being avaliable but resolved this by compiling a newer version of pkg-config

The issue i am getting now is the following is being outputted when running ./bootstrap

[root@verity XBMC2]# ./bootstrap
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/local/bin/autoconf --force
autoreconf: running: /usr/local/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.in:1455: required file `${OUTPUT_FILES}.in' not found
autoreconf: automake failed with exit status: 1

the line 1455 in configure.in is

AC_CONFIG_FILES([${OUTPUT_FILES}])

So by the looks of it it isnt expanding the OUTPUT_FILES variable properly.

Any help would be great!

Cheers,

Simon
Reply
#2
So if i run ./bootstrap on the 9.11 code it completes but dies with error with the ./configure.

so something has changed for the ./bootstrap between 9.11 and now. :\

That line "AC_CONFIG_FILES([${OUTPUT_FILES}])" is the same between the files.
Reply
#3
Hi SimmyD, I got the same error while executing ./bootstrap of xbmc 10.0 on ubuntu server 7.10. How did you fix it? Thanks a lot.
Reply

Logout Mark Read Team Forum Stats Members Help
Centos 5.5 SVN compile issue0