directfb cdk build

The forum for our foreign guests... Please post in English
arghz
Neugieriger
Neugieriger
Beiträge: 5
Registriert: Sonntag 8. August 2004, 15:27

directfb cdk build

Beitrag von arghz »

Hi. i am trying to build on a gentoo system. all is ok until i run "make all"
it terminates on directfb with this error.

checking for ld used by powerpc-tuxbox-linux-gnu-g++... /home/gizmo/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/home/gizmo/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/home/gizmo/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking for powerpc-tuxbox-linux-gnu-g++ option to produce PIC... -fPIC
checking if powerpc-tuxbox-linux-gnu-g++ PIC flag -fPIC works... yes
checking if powerpc-tuxbox-linux-gnu-g++ supports -c -o file.o... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/home/gizmo/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for a BSD-compatible install... /bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ANSI C header files... (cached) yes
checking whether byte ordering is bigendian... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for man2html... /usr/bin/man2html
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
configure: WARNING:
*** no Carbon/Carbon.h found -- building without OSX support.
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking linux/unistd.h usability... yes
checking linux/unistd.h presence... yes
checking for linux/unistd.h... yes
checking asm/page.h usability... yes
checking asm/page.h presence... yes
checking for asm/page.h... yes
checking for pthread_attr_init in -lpthread... yes
checking for dlopen in -ldl... yes
checking for sysfs_get_mnt_path in -lsysfs... no
configure: WARNING: *** libsysfs not found -- Building without sysfs support.
checking for jpeg_destroy_decompress in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_read_info in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_structp in png.h... yes
checking for freetype-config... /home/gizmo/dbox2/cdk/bin/freetype-config
checking linux/videodev.h usability... yes
checking linux/videodev.h presence... yes
checking for linux/videodev.h... yes
checking which gfxdrivers should be built... checking linux/h3600_ts.h usability... no
checking linux/h3600_ts.h presence... no
checking for linux/h3600_ts.h... no
configure: WARNING:
*** H3600 Touchscreen driver will not be built.
checking linux/sonypi.h usability... yes
checking linux/sonypi.h presence... yes
checking for linux/sonypi.h... yes
checking dbox/fp.h usability... no
checking dbox/fp.h presence... no
checking for dbox/fp.h... no
configure: WARNING:
*** DBox2 Remote driver will not be built.
checking for directfb-csource... no
configure: error: Could not find a directfb-csource in your PATH
make: *** [.deps/libdirectfb] Error 1
bash-2.05b#

where is the directfb-csource?

EDIT: nevermind. $HOME/dbox2/bin/
-arghz