Stefan Lucke wrote: > On Mittwoch 28 Juni 2006 17:53, Denis Oliver Kropp via CVS wrote: >> CVSROOT: /cvs/directfb >> Module name: DirectFB >> Changes by: dok 20060628 17:53:59 >> >> Modified files: >> tools : .cvsignore Makefile.am >> Added files: >> tools : fx.c >> >> Log message: >> Very basic program to emulate/illustrate the pixel pipeline, blitting flags >> etc. >> No 100% guarantee that itself is correct, but in the end it will serve as a >> verification for software/hardware driver. > > I guess thats the source of the following link error: > gcc -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration > -o raw32toraw24 raw32toraw24.o -ldl -lpthread > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../include -I../include > -I../lib -I../src -D_REENTRANT -O3 -ffast-math -pipe -D_GNU_SOURCE > -Werror-implicit-function-declaration -MT fx.o -MD -MP -MF ".deps/fx.Tpo" -c > -o fx.o fx.c; \ > then mv -f ".deps/fx.Tpo" ".deps/fx.Po"; else rm -f ".deps/fx.Tpo"; exit 1; fi > /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -ffast-math -pipe > -D_GNU_SOURCE -Werror-implicit-function-declaration -o fx fx.o -ldl > -lpthread > gcc -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration > -o fx fx.o -ldl -lpthread > fx.o: In function `main': > fx.c:(.text+0x98): undefined reference to `direct_config' > fx.c:(.text+0xc4): undefined reference to `direct_messages_unimplemented' > fx.c:(.text+0xe2): undefined reference to `direct_config' > fx.c:(.text+0x256): undefined reference to `direct_config' > fx.c:(.text+0x28a): undefined reference to `direct_messages_bug' > fx.c:(.text+0x2ba): undefined reference to `direct_messages_bug' > fx.c:(.text+0x7d0): undefined reference to `direct_config' > fx.c:(.text+0x804): undefined reference to `direct_messages_unimplemented' > collect2: ld returned 1 exit status > make[2]: *** [fx] Error 1 > make[2]: Leaving directory `/usr/local/src/directfb-2006-06-29/DirectFB/tools'
Thanks! I didn't check the debug enabled case. Should be fixed now. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
