[gstreamer-bugs] [Bug 620211] New: gst-plugins-base gets confused by dual-QT system

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 31 22:08:39 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=620211
  GStreamer | gst-plugins-base | 0.10.29

           Summary: gst-plugins-base gets confused by dual-QT system
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.29
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: nospam12 at hmamail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


This is not a bug, per se, but I was asked to report it here nonetheless.

I have QT3 and QT4 installed on my system (/usr/lib/qt3 and /usr/lib/qt4).
Additionally, qt4 binaries have symlinks in /usr/bin with -qt4 suffixes (e.g.
/usr/bin/qmake-qt4, /usr/bin/moc-qt4, etc.) which is not an uncommon setup for
dual-QT systems.

gst-plugins-base 0.10.29 picks up on my installed QT4.6+ but fails when trying
to build the qtgv-xoverlay example since the moc file (moc_qtgv-xoverlay.cpp)
gets generated with QT3's moc (/usr/bin/moc).

Maybe there should at least be a check that the moc used is QT4's (i.e. moc -v)
to prevent compile errors down the road when it gets to qtgv-xoverlay.

-- 
Configure bugmail: https://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