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 140995 - [kiosrc] compile failure
[kiosrc] compile failure
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.1
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-24 03:28 UTC by Pierre
Modified: 2005-08-29 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2004-04-24 03:28:15 UTC
[...]
Making all in kio
gmake[3]: Entering directory `/tmp/gst-plugins-0.8.1/ext/kio'
gmake  all-am
gmake[4]: Entering directory `/tmp/gst-plugins-0.8.1/ext/kio'
if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..   
-I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
-I/usr/local/include/gstreamer-0.8 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2  
-DGST_DISABLE_DEPRECATED  -Wall -Wno-sign-compare -I/usr/local/kde/include
-I/usr/local/qt/include -s -O3 -march=i686 -MT libgstkio_la-kiosrc.lo -MD -MP
-MF ".deps/libgstkio_la-kiosrc.Tpo" \
  -c -o libgstkio_la-kiosrc.lo `test -f 'kiosrc.cpp' || echo './'`kiosrc.cpp; \
then mv -f ".deps/libgstkio_la-kiosrc.Tpo" ".deps/libgstkio_la-kiosrc.Plo"; \
else rm -f ".deps/libgstkio_la-kiosrc.Tpo"; exit 1; \
fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -pthread -I/usr/local/include/gstreamer-0.8
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -Wno-sign-compare
-I/usr/local/kde/include -I/usr/local/qt/include -s -O3 -march=i686 -MT
libgstkio_la-kiosrc.lo -MD -MP -MF .deps/libgstkio_la-kiosrc.Tpo -c kiosrc.cpp 
-fPIC -DPIC -o .libs/libgstkio_la-kiosrc.o
kiosrc.cpp:25:23: kdemacros.h: No such file or directory
kiosrc.cpp:35:24: qeventloop.h: No such file or directory
kiosrc.cpp: In function `void process_events(bool)':
kiosrc.cpp:235: error: 'class QApplication' has no member named 'eventLoop'
kiosrc.cpp:235: error: `QEventLoop' undeclared (first use this function)
kiosrc.cpp:235: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
kiosrc.cpp:235: error: parse error before `::' token
kiosrc.cpp:245: error: 'class QApplication' has no member named 'eventLoop'
kiosrc.cpp:245: error: parse error before `::' token
gmake[4]: *** [libgstkio_la-kiosrc.lo] Error 1
gmake[4]: Leaving directory `/tmp/gst-plugins-0.8.1/ext/kio'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/tmp/gst-plugins-0.8.1/ext/kio'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/gst-plugins-0.8.1/ext'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/gst-plugins-0.8.1'
gmake: *** [all] Error 2
Comment 1 Scott Wheeler 2004-04-25 13:09:35 UTC
Assuming you have locate installed can you give the output of: 
 
locate kdemacros.h 
locate qeventloop.h 
Comment 2 Pierre 2004-04-26 05:15:47 UTC
# locate kdemacros.h
#


# locate qeventloop.h
/usr/local/qt-x11-free-3.2.0b1/doc/html/qeventloop.html
/usr/local/qt-x11-free-3.2.0b1/src/kernel/qeventloop.h
/usr/local/qt-x11-free-3.2.0b1/include/qeventloop.h
Comment 3 Christian Fredrik Kalager Schaller 2004-12-12 12:18:56 UTC
The kio plugin where disabled in latest releases as it was very broken. There is
a new kio plugin for GStreamer shipping with amaroK atm. The plan is for that
kio plugin to move into gst-plugins eventually when Mark feels its good enough.
Due to this I will close this as wonfix.