[gst-devel] doc build problem

David I. Lehn dlehn at vt.edu
Fri Aug 3 23:41:37 CEST 2001


* David I. Lehn <dlehn at vt.edu> [20010802 15:23]:
> As part of the Debian build process I get the following doc build
> failure.  I've got the latest and greatest upgrades of all tools.  I
> have no idea how to fix this voodoo.  My attempts to work around it have
> failed.  Someone please help.  Thanks.
> 

Ok, since no one offered to help i hacked it to work.  I bet this is not
portable between tool versions, platforms, and/or users with different
hair styles.  Someone please make this code sane!


@@ -87,8 +85,8 @@
 scanobj: $(srcdir)/$(DOC_MODULE).types
        cd ../../gst/;$(MAKE) libgst.la
        cd ../../gst/elements/;$(MAKE) libgstelements.la
-       rm gstreamer-scan.o; ln -s gstreamer-scan.lo gstreamer-scan.o
-       env CC="$(LIBTOOL) $(CC)" LD="cp gstreamer-scan.lo gstreamer-scan.o;$(LIBTOOL) $(CC)" CFLAGS="$(LIBGST_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -I../../" LDFLAGS="$(GST_LIBS)"\
+       rm gstreamer-scan.o; ln -s .libs/gstreamer-scan.o gstreamer-scan.o
+       env CC="$(LIBTOOL) $(CC)" LD="$(LIBTOOL) $(CC)" CFLAGS="$(LIBGST_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -I../../" LDFLAGS="$(GST_LIBS)"\
        gtkdoc-scanobj --module=$(DOC_MODULE)
        gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR)

-dave
-- 
David I. Lehn <dlehn at vt.edu>  | http://www.lehn.org/~dlehn/
Computer Engineering Graduate @ Virginia Tech in sunny Blacksburg, VA




More information about the gstreamer-devel mailing list