[gstreamer-bugs] [Bug 350637] New: GStreamer won't build if libxml2 is not on the same dirs as other dependencies

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 9 13:03:42 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=350637
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: GStreamer won't build if libxml2 is not on the same dirs
                    as other dependencies
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: felipe.contreras at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


If you try to build GStreamer and your libxml2 is not in /usr/lib, nor in the
same directory as other dependencies, like GLib, then the build will fail
trying to resolve libxml symbols when on the tool directory.

The problem is the following line in configure.ac:

GST_ALL_LIBS="$GLIB_LIBS $LTLIBINTL \$(GCOV_LIBS)"

It should be:

GST_ALL_LIBS="$GLIB_LIBS $XML_LIBS $LTLIBINTL \$(GCOV_LIBS)"

That should fix the problem.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list