make flash-all
Code: Alles auswählen
source='tuxmail.c' object='tuxmail.lo' libtool=yes \
depfile='.deps/tuxmail.Plo' tmpdepfile='.deps/tuxmail.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I../include -I/home/tuxbox/tuxbox_head/driver/dvb/include -I/home/tuxbox/tuxbox_head/driver/include -Wall -mcpu=823 -mmultiple -mstring -meabi -Os -pipe -c -o tuxmail.lo `test -f 'tuxmail.c' || echo './'`tuxmail.c
powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I../include -I/home/tuxbox/tuxbox_head/driver/dvb/include -I/home/tuxbox/tuxbox_head/driver/include -Wall -mcpu=823 -mmultiple -mstring -meabi -Os -pipe -c tuxmail.c -MT tuxmail.lo -MD -MP -MF .deps/tuxmail.TPlo -fPIC -DPIC -o tuxmail.lo
In file included from tuxmail.c:22:
tuxmail.h:31:22: ft2build.h: No such file or directory
tuxmail.h:32:10: #include expects "FILENAME" or <FILENAME>
tuxmail.h:33:10: #include expects "FILENAME" or <FILENAME>
tuxmail.h:34:10: #include expects "FILENAME" or <FILENAME>
In file included from tuxmail.c:22:
ich habe die dann mit der hand kopiert (nach cdkroot/include) aber dann gibts andere fehler.
ist das ein fehler im makefile? (denn scheinbar wird dann auf /usr/include/freetype2 zugegriffen, was ja mein linux-system freetype dir ist).
//nachtrag:
habe mir das makefile angeschaut und erstmale ein
make .libfreetype
gemacht.
wieso wird das nicht automatisch ueber make flash-all erstellt?
aber es hakt immer noch:
Code: Alles auswählen
make[3]: Leaving directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins/include'
Making all in tuxmail
make[3]: Entering directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins/tuxmail'
Making all in daemon
make[4]: Entering directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins/tuxmail/daemon'
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Leaving directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins/tuxmail/daemon'
make[4]: Entering directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins/tuxmail'
/bin/sh ../libtool --mode=link powerpc-tuxbox-linux-gnu-gcc -Wall -mcpu=823 -mmultiple -mstring -meabi -Os -pipe -o tuxmail.la -rpath /home/tuxbox/dbox2_head/cdkroot/lib/tuxbox/plugins -module -avoid-version tuxmail.lo -lfreetype -lz
rm -fr .libs/tuxmail.la .libs/tuxmail.* .libs/tuxmail.*
powerpc-tuxbox-linux-gnu-gcc -shared tuxmail.lo /usr/lib/libfreetype.so -lz -Wl,-soname -Wl,tuxmail.so -o .libs/tuxmail.so
/usr/lib/libfreetype.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[4]: *** [tuxmail.la] Fehler 1
make[4]: Leaving directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins/tuxmail'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins/tuxmail'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/tuxbox/tuxbox_head/apps/tuxbox/plugins'
make: *** [.plugins] Fehler 2
tuxbox@sonne:~/tuxbox_head/cdk$