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 497926 - passing --disable-uri fails compilation
passing --disable-uri fails compilation
Status: RESOLVED DUPLICATE of bug 545605
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.15
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-18 15:54 UTC by Sameer Naik
Modified: 2008-08-12 21:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sameer Naik 2007-11-18 15:54:08 UTC
Please describe the problem:
passing --disable-uri option to the configure script of gstreamer (CORE) results in libgstreamer-0.10.so file with an undefined 
'gst_uri_handler_get_type' symbol entry.
now, during the linking of gst-inspect tool the linker encounters the undefined symbol and throws the error:
../gst/.libs/libgstreamer-0.10.so: undefined reference to `gst_uri_handler_get_type'

Steps to reproduce:
1. ./configure --disable-uri



Actual results:
../gst/.libs/libgstreamer-0.10.so: undefined reference to `gst_uri_handler_get_type'

Expected results:


Does this happen every time?


Other information:
Comment 1 David Schleef 2008-08-12 21:37:10 UTC

*** This bug has been marked as a duplicate of 545605 ***