Dominique Dhumieres wrote: > On ppc OSX 10.5.4 XCode 3.1 X11.2.2.3, installing gst-plugins-0.8.12-1035 > failed with: > > ... > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common > -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include > -I/sw/lib/pango-ft219/include -I/sw/include/libcdparanoia -I/sw/include > -I../../gst-libs -I../../gst-libs -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include > -I/sw/include/gstreamer-0.8 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -DGST_DISABLE_DEPRECATED -Wall -I/sw/include/ -Os -funroll-loops > -fstrict-aliasing -fno-common -c gstcacasink.c -fno-common -DPIC -o > .libs/libgstcacasink_la-gstcacasink.o > gstcacasink.c: In function 'gst_cacasink_sinkconnect': > gstcacasink.c:280: warning: implicit declaration of function > 'caca_free_bitmap' > gstcacasink.c:283: warning: implicit declaration of function > 'caca_create_bitmap' > gstcacasink.c:287: warning: assignment makes pointer from integer without a > cast > gstcacasink.c: In function 'gst_cacasink_chain': > gstcacasink.c:339: warning: implicit declaration of function 'caca_clear' > gstcacasink.c:340: warning: implicit declaration of function > 'caca_draw_bitmap' > gstcacasink.c:342: warning: implicit declaration of function 'caca_refresh' > gstcacasink.c: In function 'gst_cacasink_set_property': > gstcacasink.c:361: warning: implicit declaration of function > 'caca_set_dithering' > gstcacasink.c:361: error: 'CACA_DITHERING_NONE' undeclared (first use in this > function)
This could be a missing dependency. If you install libcaca-dev, does gst-plugins build? -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
