CDK problem

The forum for our foreign guests... Please post in English
stanpl
Beiträge: 2
Registriert: Sonntag 17. Oktober 2004, 13:45

CDK problem

Beitrag von stanpl »

make[4]: Leaving directory `/home/stan/tuxbox-cvs/apps/tuxbox/plugins/fx2/lib'
Making all in mines
make[4]: Entering directory `/home/stan/tuxbox-cvs/apps/tuxbox/plugins/fx2/mines'
/bin/sh ../../libtool --mode=link powerpc-tuxbox-linux-gnu-gcc -Wall -mcpu=823 -mmultiple -mstring -meabi -pipe -Os -o mines.la -rpath/root/imagedbox2/cdkroot/lib/tuxbox/plugins -R -module -avoid-version board.lo somain.lo ../lib/libfx2.la
libtool: link: only absolute run-paths are allowed
make[4]: *** [mines.la] B??d 1
make[4]: Leaving directory `/home/stan/tuxbox-cvs/apps/tuxbox/plugins/fx2/mines'
make[3]: *** [all-recursive] B??d 1
make[3]: Leaving directory `/home/stan/tuxbox-cvs/apps/tuxbox/plugins/fx2'
make[2]: *** [all-recursive] B??d 1
make[2]: Leaving directory `/root/szaisbox/apps/tuxbox/plugins'
make[1]: *** [all] B??d 2
make[1]: Leaving directory `/home/stan/tuxbox-cvs/apps/tuxbox/plugins'
make: *** [.deps/plugins] B??d 2


:evil: :gruebel:
Npq
Senior Member
Beiträge: 1339
Registriert: Donnerstag 24. April 2003, 12:12

Beitrag von Npq »

What does a

Code: Alles auswählen

grep "^TARGET_*" Makefile
in the plugins dir say?
stanpl
Beiträge: 2
Registriert: Sonntag 17. Oktober 2004, 13:45

Beitrag von stanpl »

Code: Alles auswählen

bash-2.05b# grep "^TARGET_*" Makefile
TARGET_ = @TARGET_@
Npq
Senior Member
Beiträge: 1339
Registriert: Donnerstag 24. April 2003, 12:12

Beitrag von Npq »

Hmm. The symbol wasn't correctly AC_SUBSTed.

Is your whole CDK up to date?
Acinclude.m4 in tuxbox/apps must be at least revision 1.28

If this is the case and your plugins-configure was autoconf'ed with that version, hmm.

What architecture do you build it on and what versions of the autotools are you using?

If it's a ppc-architecture there seems to be a bug in the code that I can't fix because I don't have a ppc-machine (except for the dbox2 of course ;) )