[gstreamer-bugs] [Bug 557731] New: failing to make install without gtkdoc-rebase

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Oct 24 05:04:58 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=557731

  GStreamer | gstreamer (core) | Ver: 0.10.21
           Summary: failing to make install without gtkdoc-rebase
           Product: GStreamer
           Version: 0.10.21
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thelupine at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.23/2.24
   GNOME milestone: Unspecified


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; \


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=557731.




More information about the Gstreamer-bugs mailing list