After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 134255 - vbidec won't compile
vbidec won't compile
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-12 20:28 UTC by Stephane Loeuillet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Stephane Loeuillet 2004-02-12 20:28:57 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
Comment 1 Stephane Loeuillet 2004-02-12 21:37:58 UTC
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