wie kommt man an die Scripte für Cygwin heran ?
Bei mir läuft das CDK rel_1_0_0 durch

Habe aber alles "händisch" nachgezohen

Homar hat geschrieben:Hi bibo12,
ich rede doch keine chinesisch ???![]()
starte einfach makeAll.sh und alles andere wird automatisch erstellt.
...kein Passwort eingeben, aber das sollte klar sein !
aus weshalb ich mir hier ein weiteres LOG mal schenke. Weiterhin bekomme ich ebenfalls vorher die Fehlermake: *** [/home/Admin/tuxbox-cvs/apps/dvb/dvbsnoop/config.status] Error 1
als auch/usr/autotool/devel/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/autotool/devel/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
Also 100%-ige Bestätigung Deiner Fehlermeldung.aclocal: configure.ac: : macro `AM_PATH_PROG_WITH_TEST' not found in library
muss natürlich bei cygwin auskomentiert sein.# !!! Bei Linux !!!
# find . -type f -perm -100 -exec /dbox2/cdk/bin/powerpc-tuxbox-linux-gnu-strip \{} \;
Interessanter Hinweis Homar; aber wo ist da jetzt der Zusammenhang mit den Scripten (post von sloop)?Homar hat geschrieben:Falls das Filesystem NTFS ist, kann man in die cygwin.bat folgendes einfügen:
unter echo off...
set CYGWIN=ntea ntsec
danach braucht man die scripte nicht mehr bearbeiten, weil die rechte bewahrt werden.
Homar hat geschrieben:Falls das Filesystem NTFS ist, kann man in die cygwin.bat folgendes einfügen:
unter echo off...
set CYGWIN=ntea ntsec
danach braucht man die scripte nicht mehr bearbeiten, weil die rechte bewahrt werden.
jo, wenn es bei einigen nicht klappt, weiss ich auch nicht weiter.
Vielleicht sollten diejenigen komplett cygwin deinstallieren, den cygwin-Ordner löschen und neu installieren.
Hallo Homar!Homar hat geschrieben:http://remote-admin.info/TuxboxDevHowtoV15/index.html
OK, konkreter Ansatz, hier die Versionen:Space_2063 hat geschrieben:@bibo12, ich kann nur fuer die Linux Welt sprechen (kein cygwin) aber poste mal die installierten Versionen deiner Software, und zwar der Komponenten, wie sie im INSTALL.de aufgefuehrt sind.
Ich bin mir ziemlich sicher, dass da was bei dir nicht stimmt. Wie schon erwaehnt, die Kompilierung des rel branches funktioniert (mit einer kleinen Aenderung), der Head branch ebenso (ohne directfb) ohne Probleme. Wenn die richtigen Versionen installiert sind.
Code: Alles auswählen
mkdir $HOME/tuxbox-cvs
cd $HOME/tuxbox-cvs
cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/tuxbox login
cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/tuxbox -z3 co -r rel_1_0_0 .
cd cdk
./autogen.sh
./configure --prefix=/dbox2 --with-cvsdir=$HOME/tuxbox-cvs --enable-maintainer-mode
Code: Alles auswählen
[root@toxic cdk]# make all
make: Zirkuläre Datei aclocal.m4 <- aclocal.m4 Abhängigkeit wird nicht verwendet.
cd . \
&& CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating Makefile
make: Zirkuläre Datei aclocal.m4 <- aclocal.m4 Abhängigkeit wird nicht verwendet.
cd /home/sambashare/temp/tuxbox/apps/dvb/dvbsnoop && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" CXXFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" ./configure --build=i686-pc-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/dbox2/cdkroot --with-driver=/home/sambashare/temp/tuxbox/driver --with-dvbincludes=/home/sambashare/temp/tuxbox/driver/include --with-target=cdk --enable-maintainer-mode
Generating configuration files for dvbsnoop, please wait....
aclocal
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
autoconf
autoheader
autoheader-2.5x: error: AC_CONFIG_HEADERS not found in configure.ac
automake --add-missing
./configure: line 1148: syntax error near unexpected token `dvbsnoop,0.0.1'
./configure: line 1148: `AM_INIT_AUTOMAKE(dvbsnoop,0.0.1)'
make: *** [/home/sambashare/temp/tuxbox/apps/dvb/dvbsnoop/Makefile] Fehler 2
Code: Alles auswählen
..SNIP..
../include -I/usr/local/include -g -O2 -Wall -Wstrict-prototypes -c -o jar.o jar.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
In file included from jar.c:1:
../kaffevm/jar.c: In function `jar_read':
../kaffevm/jar.c:34: warning: implicit declaration of function `memcpy'
../kaffevm/jar.c:45: warning: implicit declaration of function `strerror'
In file included from jar.c:1:
../kaffevm/jar.c: In function `openJarFile':
../kaffevm/jar.c:222: `O_RDONLY' undeclared (first use in this function)
../kaffevm/jar.c:222: (Each undeclared identifier is reported only once
../kaffevm/jar.c:222: for each function it appears in.)
../kaffevm/jar.c: In function `lookupJarFile':
../kaffevm/jar.c:264: warning: implicit declaration of function `strcmp'
make[3]: *** [jar.o] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/sambashare/temp/tuxbox/cdk/kaffe-1.0.6/kaffe/kaffeh«
make[2]: *** [stamp-kaffeh] Fehler 2
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/sambashare/temp/tuxbox/cdk/kaffe-1.0.6/include«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/sambashare/temp/tuxbox/cdk/kaffe-1.0.6«
make: *** [.kaffeh] Fehler 2
Code: Alles auswählen
[root@toxic cdk]# make .neutrino
make: Zirkuläre Datei aclocal.m4 <- aclocal.m4 Abhängigkeit wird nicht verwendet.
cd /home/sambashare/temp/tuxbox/apps/misc/libs && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" CXXFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" ./configure --build=i686-pc-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/dbox2/cdkroot --with-driver=/home/sambashare/temp/tuxbox/driver --with-dvbincludes=/home/sambashare/temp/tuxbox/driver/include --with-target=cdk --enable-maintainer-mode
Generating configuration files for tuxbox-apps-misc-libs, please wait....
aclocal
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
libtoolize --automake
autoconf
autoheader
autoheader-2.5x: error: AC_CONFIG_HEADERS not found in configure.ac
automake --add-missing
./configure: line 1158: syntax error near unexpected token `tuxbox-libs,0.0.1'
./configure: line 1158: `AM_INIT_AUTOMAKE(tuxbox-libs,0.0.1)'
make: *** [/home/sambashare/temp/tuxbox/apps/misc/libs/Makefile] Fehler 2
Code: Alles auswählen
[root@toxic cdk]# make .enigma
make: Zirkuläre Datei aclocal.m4 <- aclocal.m4 Abhängigkeit wird nicht verwendet.
cd /home/sambashare/temp/tuxbox/apps/misc/libs && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" CXXFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" ./configure --build=i686-pc-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/dbox2/cdkroot --with-driver=/home/sambashare/temp/tuxbox/driver --with-dvbincludes=/home/sambashare/temp/tuxbox/driver/include --with-target=cdk --enable-maintainer-mode
Generating configuration files for tuxbox-apps-misc-libs, please wait....
aclocal
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
libtoolize --automake
autoconf
autoheader
autoheader-2.5x: error: AC_CONFIG_HEADERS not found in configure.ac
automake --add-missing
./configure: line 1158: syntax error near unexpected token `tuxbox-libs,0.0.1'
./configure: line 1158: `AM_INIT_AUTOMAKE(tuxbox-libs,0.0.1)'
make: *** [/home/sambashare/temp/tuxbox/apps/misc/libs/Makefile] Fehler 2
Code: Alles auswählen
[root@toxic cdk]# make .lcars
make: Zirkuläre Datei aclocal.m4 <- aclocal.m4 Abhängigkeit wird nicht verwendet.
cd /home/sambashare/temp/tuxbox/apps/tuxbox/plugins && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" CXXFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" ./configure --build=i686-pc-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/dbox2/cdkroot --with-driver=/home/sambashare/temp/tuxbox/driver --with-dvbincludes=/home/sambashare/temp/tuxbox/driver/include --with-target=cdk --enable-maintainer-mode
Generating configuration files for tuxbox-plugins, please wait....
aclocal
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
libtoolize --automake
autoconf
autoheader
autoheader-2.5x: error: AC_CONFIG_HEADERS not found in configure.ac
automake --add-missing
./configure: line 1158: syntax error near unexpected token `tuxbox-plugins,0.0.1'
./configure: line 1158: `AM_INIT_AUTOMAKE(tuxbox-plugins,0.0.1)'
make: *** [/home/sambashare/temp/tuxbox/apps/tuxbox/plugins/Makefile] Fehler 2
Code: Alles auswählen
[root@toxic cdk]# make .lcdmenu
make: Zirkuläre Datei aclocal.m4 <- aclocal.m4 Abhängigkeit wird nicht verwendet.
cd /home/sambashare/temp/tuxbox/apps/misc/libs && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" CXXFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" ./configure --build=i686-pc-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/dbox2/cdkroot --with-driver=/home/sambashare/temp/tuxbox/driver --with-dvbincludes=/home/sambashare/temp/tuxbox/driver/include --with-target=cdk --enable-maintainer-mode
Generating configuration files for tuxbox-apps-misc-libs, please wait....
aclocal
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
libtoolize --automake
autoconf
autoheader
autoheader-2.5x: error: AC_CONFIG_HEADERS not found in configure.ac
automake --add-missing
./configure: line 1158: syntax error near unexpected token `tuxbox-libs,0.0.1'
./configure: line 1158: `AM_INIT_AUTOMAKE(tuxbox-libs,0.0.1)'
make: *** [/home/sambashare/temp/tuxbox/apps/misc/libs/Makefile] Fehler 2
Code: Alles auswählen
[root@toxic cdk]# make .stream
make: Zirkuläre Datei aclocal.m4 <- aclocal.m4 Abhängigkeit wird nicht verwendet.
cd /home/sambashare/temp/tuxbox/apps/misc/libs && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" CXXFLAGS="-Wall -O3 -mcpu=823 -msoft-float -mmultiple -mstring -g -ggdb -pipe" ./configure --build=i686-pc-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/dbox2/cdkroot --with-driver=/home/sambashare/temp/tuxbox/driver --with-dvbincludes=/home/sambashare/temp/tuxbox/driver/include --with-target=cdk --enable-maintainer-mode
Generating configuration files for tuxbox-apps-misc-libs, please wait....
aclocal
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.ac: 0: macro `AM_PATH_PROG_WITH_TEST' not found in library
libtoolize --automake
autoconf
autoheader
autoheader-2.5x: error: AC_CONFIG_HEADERS not found in configure.ac
automake --add-missing
./configure: line 1158: syntax error near unexpected token `tuxbox-libs,0.0.1'
./configure: line 1158: `AM_INIT_AUTOMAKE(tuxbox-libs,0.0.1)'
make: *** [/home/sambashare/temp/tuxbox/apps/misc/libs/Makefile] Fehler 2
Ich denke mal, nicht ohne Grund- gcc >= 2.95, jedoch nicht 2.96
- g++ >= 2.95, jedoch nicht 2.96