GNOME Bugzilla – Bug 134255
vbidec won't compile
Last modified: 2004-12-22 21:47:04 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.7 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -g -Wall -Werror -DG_DISABLE_DEPRECATED -O0 -ggdb -MT libgstvbidec_la-vbiscreen.lo -MD -MP -MF .deps/libgstvbidec_la-vbiscreen.Tpo -c vbiscreen.c -fPIC -DPIC -o .libs/libgstvbidec_la-vbiscreen.o vbiscreen.c: In function `vbiscreen_set_current_cell': vbiscreen.c:509: warning: implicit declaration of function `g_ascii_isprint' make[3]: *** [libgstvbidec_la-vbiscreen.lo] Erreur 1 make[3]: Leaving directory `/usr/portage/tmp/portage/gst-plugins-0.7.4/work/gst-plugins/gst/vbidec' make[2]: *** [all-recursive] Erreur 1 make[2]: Leaving directory `/usr/portage/tmp/portage/gst-plugins-0.7.4/work/gst-plugins/gst' make[1]: *** [all-recursive] Erreur 1 make[1]: Leaving directory `/usr/portage/tmp/portage/gst-plugins-0.7.4/work/gst-plugins' make: *** [all] Erreur 2
21:00 on Feb 12, 2004 dolphy * gst-plugins/ (2 files in 2 dirs): 2004-02-12 Julien MOUTTE <julien@moutte.net> * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header. #389639 thx dolphy