After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613871 - error compiling qt-xoverlay.cpp: QTimer: No such file or directory
error compiling qt-xoverlay.cpp: QTimer: No such file or directory
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-25 07:15 UTC by sreerenj
Modified: 2010-08-23 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sreerenj 2010-03-25 07:15:06 UTC
There are some issue with the compilation of latest gst-plugins-base...

qt-xoverlay.cpp:31:18: error: QTimer: No such file or directory
qt-xoverlay.cpp: In function ‘int main(int, char**)’:
qt-xoverlay.cpp:120: error: incomplete type ‘QTimer’ used in nested name specifier
make[4]: *** [qt_xoverlay-qt-xoverlay.o] Error 1
Comment 1 Tim-Philipp Müller 2010-03-25 14:23:32 UTC
 - what's the output of:
   pkg-config --modversion QtGui

 - what's the output of:
   grep QT_CFLAGS Makefile

 - what's the output of:
   cd tests/examples/overlay; make V=1

?
Comment 2 Tobias Mueller 2010-08-23 10:56:27 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!