fehler beim compilen

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
wittinobi
Einsteiger
Einsteiger
Beiträge: 116
Registriert: Montag 29. März 2004, 22:00

fehler beim compilen

Beitrag von wittinobi »

huhu, ich bekomm den folgenden fehler:

Code: Alles auswählen

cd /home/two1/tuxbox-cvs/apps/tuxbox/tools && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -mcpu=823 -mmultiple -mstring -meabi -pipe -Os" CXXFLAGS="-Wall -mcpu=823 -mmultiple -mstring -meabi -pipe-Os" ./configure --build=i686-pc-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/home/two1/dbox2/cdkroot --with-driver=/home/two1/tuxbox-cvs/driver --with-dvbincludes=/home/two1/tuxbox-cvs/driver/dvb/include --with-target=cdk --enable-maintainer-mode --without-debug
Generating configuration files for tuxbox-apps-tuxbox-tools, please wait....
  aclocal
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  autoconf
  autoheader
  automake --add-missing
/usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL
cdkVcInfo/Makefile.am: C++ source seen but `CXX' is undefined
cdkVcInfo/Makefile.am:
cdkVcInfo/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX'
cdkVcInfo/Makefile.am: to `configure.ac' and run `autoconf' again.
make: *** [/home/two1/tuxbox-cvs/apps/tuxbox/tools/config.status] Fehler 1
two1@two1:~/tuxbox-cvs/cdk$ 
hat da jemand einen tip für mich, woran das liegt ?

mfg
wittinobi
wittinobi
Einsteiger
Einsteiger
Beiträge: 116
Registriert: Montag 29. März 2004, 22:00

Beitrag von wittinobi »

so, ich hab jetzt einfach mal in der datei "/tuxbox-cvs/apps/tuxbox/tools/configure.ac", folgenden eintrag hinzugefügt:

Code: Alles auswählen

AC_PROG_CXX
die komplette datei sieht dann so aus:

Code: Alles auswählen

AC_INIT(tuxbox-tools,0.0.1,,tuxbox-tools)
AM_INIT_AUTOMAKE(tuxbox-tools,0.0.1)

TUXBOX_APPS
TUXBOX_APPS_DIRECTORY

AC_PROG_CC
AC_PROG_CXX

TUXBOX_APPS_DRIVER
TUXBOX_APPS_DVB

TUXBOX_APPS_LIB_PKGCONFIG(PLUGINS,tuxbox-plugins)
TUXBOX_APPS_LIB_PKGCONFIG(TUXBOX,tuxbox)

AC_OUTPUT([
Makefile
camd/Makefile
misc/Makefile
satfind/Makefile
test/Makefile
tuxinfo/Makefile
graphics/Makefile
kb2rcd/Makefile
cdkVcInfo/Makefile
])
...dann läufts weiter.

mfg
wittinobi
Barf
Developer
Beiträge: 1475
Registriert: Dienstag 4. Februar 2003, 22:02

Beitrag von Barf »

Der Fix ist in CVS. Thanx wittinobi!