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 133414 - with def mutexes (not asm) building docs fails
with def mutexes (not asm) building docs fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Solaris
: Normal major
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-04 17:04 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-04 17:04:24 UTC
creating gstreamer-scan
GLib-ERROR **: The thread system is not yet initialized.
aborting...
Scan failed
make[3]: *** [scan-build.stamp] Error 255
make[3]: Leaving directory
`/data/download/gnome2/gstreamer-cvs/gstreamer/docs/gst'
Comment 1 David Schleef 2004-02-06 20:05:33 UTC
This needs changes to gtkdoc-scan to make it call gst_init() in main().

Or, we need to figure out some workaround.
Comment 2 David Schleef 2004-02-11 17:47:20 UTC
Added --type-init-func="gst_init(NULL,NULL)" when building gstreamer-scan.