GNOME Bugzilla – Bug 557731
failing to make install without gtkdoc-rebase
Last modified: 2008-10-24 12:49:44 UTC
Gstreamer fails to make install, unless you have gtkdoc-rebase installed. I Googled around and found another similar bug with a different application and applied that fix to Gstreamer in order for it to install correctly. This is what I did: gedit docs/gst/Makefile.in docs/libs/Makefile.in& #scrolled down to around line 811 for both files, and altered the lines to look like this: if which gtkdoc-rebase >/dev/null; then \ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ fi; \
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 554907 ***