ich habe nach dieser Anleitung http://cvs.tuxbox-cvs.sourceforge.net/t ... n?rev=HEAD
versucht die Sourcen zu ziehen und zu Compilieren.
(gabs nicht mal irgendwo ein Skript um die nötigen Programme/Versionen zu checken?)
Wahrscheinlich ist es ein dumer Newbie-Fehler, ich hoffe es kann mir einer auf die Sprünge helfen.
Leider startet das 'make all' nicht:
frockert@susel:~/tuxbox-cvs/cdk> ./autogen.sh
Generating configuration files for tuxbox-cdk, please wait....
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULE
S
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... ng-aclocal
/usr/share/aclocal/avifile.m4:21: warning: underquoted definition of AM_PATH_AVI
FILE
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
/usr/src/packages/BUILD/autoconf-2.59/tests/../lib/autoconf/general.m4:1657: AC_
CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
/usr/src/packages/BUILD/autoconf-2.59/tests/../lib/autoconf/general.m4:1657: AC_
CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
/usr/src/packages/BUILD/autoconf-2.59/tests/../lib/autoconf/general.m4:1657: AC_
CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
/usr/src/packages/BUILD/autoconf-2.59/tests/../lib/autoconf/general.m4:1657: AC_
CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
frockert@susel:~/tuxbox-cvs/cdk> ./configure --enable-maintainer-mode --prefix=$HOME/dbox2 --with-cvsdir=$HOME/tuxbox-cvs
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... powerpc-tuxbox-linux-gnu
checking for apps directory... yes
checking for boot directory... yes
checking for driver directory... yes
checking for hostapps directory... yes
checking uboot rules...

checking linux rules...

checking binutils rules...

checking bootstrap_gcc rules...

checking glibc rules...

checking gcc rules...

checking uclibc rules...

checking busybox rules...

checking ftpd rules...

checking module_init_tools rules...

checking modutils rules...

checking netkit_telnet rules...

checking portmap rules...

checking procps rules...

checking watchdog rules...

checking mrouted rules...

checking libboost rules...

checking libcommoncplusplus rules...

checking libcrypto rules...

checking libcurl rules...

checking libdirectfb rules...

checking libdirectfbpp rules...

checking libdvb rules...

checking libdvbpsi rules...

checking libexpat rules...

checking libffi rules...

checking libfreetype rules...

checking libfribidi rules...

checking libid3tag rules...

checking libgmp rules...

checking libmad rules...

checking libncurses rules...

checking libjpeg rules...

checking libpcap rules...

checking libpng rules...

checking libreadline rules...

checking libsdl rules...

checking libsigc rules...

checking libvorbisidec rules...

checking libxml2 rules...

checking libz rules...

checking libglib rules...

checking bzip2 rules...

checking console_data rules...

checking console_tools rules...

checking directfb_examples rules...

checking fbset rules...

checking lirc rules...

checking lsof rules...

checking ssh rules...

checking tcpdump rules...

checking vdr rules...

checking cabextract rules...

checking msttf rules...

checking gdb rules...

checking insight rules...

checking ltrace rules...

checking strace rules...

checking nano rules...

checking mc rules...

checking joe rules...

checking kaffe rules...

checking kaffeh rules...

checking gnuboy rules...

checking scummvm rules...

checking sdldoom rules...

checking dvbdate rules...

checking dvbstream rules...

checking dvbtext rules...

checking dvbtune rules...

checking vls rules...

checking bluez_hcidump rules...

checking bluez_libs rules...

checking bluez_pan rules...

checking bluez_sdp rules...

checking bluez_utils rules...

summary:
----------------------------------------
target cpu: 823
host rule set: standard
target rule set: standard
target prefix: /home/frockert/dbox2/cdkroot
host prefix: /home/frockert/dbox2/cdk
boot prefix: /home/frockert/dbox2/tftpboot
build prefix: /home/frockert/tuxbox-cvs/cdk
target apps directory: /home/frockert/tuxbox-cvs/apps
boot directory: /home/frockert/tuxbox-cvs/boot
driver directory: /home/frockert/tuxbox-cvs/driver
host apps directory: /home/frockert/tuxbox-cvs/hostapps
GNU server: ftp.gwdg.de/pub/misc/gnu/ftp/gnu
default server: tuxbox.berlios.de/pub/tuxbox/cdk/src
configure: creating Makefile-archive
configure: creating ./config.status
config.status: creating Makefile
config.status: creating root/Makefile
config.status: creating root/etc/Makefile
config.status: creating root/etc/init.d/Makefile
config.status: creating root/etc/network/Makefile
config.status: creating root/share/Makefile
config.status: creating root/share/udhcpc/Makefile
config.status: creating rules-downcheck.pl
config.status: executing depfiles commands
config.status: executing rules-downcheck-chmod commands
frockert@susel:~/tuxbox-cvs/cdk> make all
make: *** Keine Regel vorhanden, um das Target »directories«,
benötigt von »core«, zu erstellen. Schluss.
frockert@susel:~/tuxbox-cvs/cdk>
Gruß Frockert