Run configure for GSoC XBMC Project

Hi guys,

I followed the instructions of GSoC XBMC Project and came to the Build
Instructions (native), and now I want to start the configure.
But I have there the following problem:

root@beagleboard:/home/weit/xbmc# ./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/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --foreign --add-missing --copy --force-
missing
autoreconf: running: gnu-configize
Can't locate Autom4te/ChannelDefs.pm in @INC (@INC contains:
@autom4te_perllibdir@ /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/
share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /
usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/bin/gnu-
configize line 40.
BEGIN failed--compilation aborted at /usr/bin/gnu-configize line 40.
autoreconf: gnu-configize failed with exit status: 2

Do you know how can I fix this problem?

http://elinux.org/BeagleBoard/GSoC/2010_Projects/XBMC#Build_Instructions_.28native.29

Greetings

Hi again,

I solved now the last problem, I forgot to edit configure.in and
bootstrap with the patches.
Now I have a another problem.
Now i run ./bootstrap and it seems it's going well but than appears
this:

.
.
.
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --foreign --add-missing --copy --force-
missing
autoreconf: Leaving directory `lib/libass'
autoreconf: `configure.ac' or `configure.in' is required

Thanks :slight_smile: