Install of CVS works fine
The cdk core is successfullyly compiled/installed
Cross compiler works fine
A lot of packages, compiled separatly ( step by step, manually) are correctly compiled/linked
Only "enigma" package fails
Yesterday, that was header files unstable, having syntax errors
Today, I've reloaded enigma, and I obtain this :
Step 1: configure
[dreambox@fedora cdk]$ make .enigma
cd /home/dreambox/tuxbox-cvs/apps/tuxbox/enigma && ./autogen.sh && CC=powerpc-tu
xbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -mcpu=405 -mso
ft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE" C
XXFLAGS="-Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb
3 -DHAVE_DREAMBOX_HARDWARE" ./configure --build=i686-redhat-linux-gnu --host=pow
erpc-tuxbox-linux-gnu --prefix=/home/dreambox/tuxbox-cvs/root/cdkroot --with-dri
ver=/home/dreambox/tuxbox-cvs/driver --with-dvbincludes=/home/dreambox/tuxbox-cv
s/driver/include --with-target=cdk --with-boxtype=dm7000 --enable-maintainer-mod
e --without-debug
Generating configuration files for tuxbox-enigma, please wait....
aclocal
acinclude.m4:1: warning: underquoted definition of TUXBOX_APPS
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... ng-aclocal
acinclude.m4:74: warning: underquoted definition of TUXBOX_APPS_DIRECTORY_ONE
acinclude.m4:96: warning: underquoted definition of TUXBOX_APPS_DIRECTORY
acinclude.m4:150: warning: underquoted definition of TUXBOX_APPS_ENDIAN
acinclude.m4:155: warning: underquoted definition of TUXBOX_APPS_DRIVER
acinclude.m4:208: warning: underquoted definition of _TUXBOX_APPS_LIB_CONFIG
acinclude.m4:223: warning: underquoted definition of TUXBOX_APPS_LIB_CONFIG
acinclude.m4:230: warning: underquoted definition of TUXBOX_APPS_LIB_CONFIG_CHEC
K
acinclude.m4:234: warning: underquoted definition of TUXBOX_APPS_PKGCONFIG
acinclude.m4:241: warning: underquoted definition of _TUXBOX_APPS_LIB_PKGCONFIG
acinclude.m4:256: warning: underquoted definition of TUXBOX_APPS_LIB_PKGCONFIG
acinclude.m4:263: warning: underquoted definition of TUXBOX_APPS_LIB_PKGCONFIG_C
HECK
acinclude.m4:267: warning: underquoted definition of _TUXBOX_APPS_LIB_SYMBOL
acinclude.m4:276: warning: underquoted definition of TUXBOX_APPS_LIB_SYMBOL
acinclude.m4:283: warning: underquoted definition of TUXBOX_APPS_LIB_CONFIG_SYMB
OL
acinclude.m4:287: warning: underquoted definition of TUXBOX_APPS_GETTEXT
aclocal:acinclude.m4:288: warning: macro `AM_PATH_PROG_WITH_TEST' not found in l
ibrary
aclocal:acinclude.m4:294: warning: macro `AM_PATH_PROG_WITH_TEST' not found in l
ibrary
aclocal:acinclude.m4:299: warning: macro `AM_PATH_PROG_WITH_TEST' not found in l
ibrary
libtoolize --automake
autoconf
configure:6382: error: possibly undefined macro: AM_PATH_PROG_WITH_TEST
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoheader
automake --add-missing
../.. and later .....
step 2: compiling
checking for package tuxbox-plugins... yes
checking for package libpng... yes
checking for package sigc++-1.2... yes
checking for package tuxbox-xmltree... yes
./configure: line 6382: syntax error near unexpected token `MSGFMT,'
./configure: line 6382: `AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,'
make: *** [/home/dreambox/tuxbox-cvs/apps/tuxbox/enigma/Makefile] Erreur 2
[dreambox@fedora cdk]$
How to obtain a "stable" version of this package, giving a chance to be compiled ?
Thanks for help !
