GNOME Bugzilla – Bug 133414
with def mutexes (not asm) building docs fails
Last modified: 2004-12-22 21:47:04 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'
This needs changes to gtkdoc-scan to make it call gst_init() in main(). Or, we need to figure out some workaround.
Added --type-init-func="gst_init(NULL,NULL)" when building gstreamer-scan.