[Bug 53543] Unable to compile xine_artsplugin with current xine release

torsten at inetw.net torsten at inetw.net
Tue Feb 11 19:48:00 GMT 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=53543     
torsten at inetw.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |torsten at inetw.net



------- Additional Comments From torsten at inetw.net  2003-02-11 20:47 -------
kde-3.1
xine-lib-1-beta4

I followed Micheal's directions, changed the two headers, but I got a compile
failure later on, about missing video_out_x11.h.

I commented out these two line in these two files.
video_fifo_out.c:#include <xine/video_out_x11.h>
xinePlayObject_impl.h:#include <xine/video_out_x11.h>

Again, a compile failure.  This one I don't know what to do:

---------------------------------------
toshy:root:/opt/kde/src/tmp/kdemultimedia-3.1/xine_artsplugin# make
Making all in tools
make[1]: Entering directory
`/opt/src/kde-3.1/src/tmp/kdemultimedia-3.1/xine_artsplugin/tools'
Making all in thumbnail
make[2]: Entering directory
`/opt/src/kde-3.1/src/tmp/kdemultimedia-3.1/xine_artsplugin/tools/thumbnail'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/opt/src/kde-3.1/src/tmp/kdemultimedia-3.1/xine_artsplugin/tools/thumbnail'
make[2]: Entering directory
`/opt/src/kde-3.1/src/tmp/kdemultimedia-3.1/xine_artsplugin/tools'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory
`/opt/src/kde-3.1/src/tmp/kdemultimedia-3.1/xine_artsplugin/tools'
make[1]: Leaving directory
`/opt/src/kde-3.1/src/tmp/kdemultimedia-3.1/xine_artsplugin/tools'
make[1]: Entering directory
`/opt/src/kde-3.1/src/tmp/kdemultimedia-3.1/xine_artsplugin'
source='xinePlayObject_impl.cpp' object='xinePlayObject_impl.lo' libtool=yes \
depfile='.deps/xinePlayObject_impl.Plo'
tmpdepfile='.deps/xinePlayObject_impl.TPlo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I.
-I.. -I/opt/kde/include/arts -I/opt/kde/include -I/opt/kde/qt/include
-I/usr/X11R6/include  -I/usr/local/include  -DQT_THREAD_SUPPORT  -D_REENTRANT 
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST  -c -o xinePlayObject_impl.lo `test -f
'xinePlayObject_impl.cpp' || echo './'`xinePlayObject_impl.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning:   as it has already been specified as a non-system directory
xinePlayObject_impl.cpp: In member function `virtual Arts::poTime 
   xinePlayObject_impl::currentTime()':
xinePlayObject_impl.cpp:118: `xine_get_current_time' undeclared (first use this 
   function)
xinePlayObject_impl.cpp:118: (Each undeclared identifier is reported only once 
   for each function it appears in.)
xinePlayObject_impl.cpp: In member function `virtual Arts::poTime 
   xinePlayObject_impl::overallTime()':
xinePlayObject_impl.cpp:132: `xine_get_stream_length' undeclared (first use 
   this function)
xinePlayObject_impl.cpp: In member function `virtual Arts::poState 
   xinePlayObject_impl::state()':
xinePlayObject_impl.cpp:161: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_get_status(xine_stream_t*)'
xinePlayObject_impl.cpp:161: `XINE_PLAY' undeclared (first use this function)
xinePlayObject_impl.cpp:163: `xine_get_speed' undeclared (first use this 
   function)
xinePlayObject_impl.cpp:163: `SPEED_PAUSE' undeclared (first use this function)
xinePlayObject_impl.cpp: In member function `virtual long int 
   xinePlayObject_impl::x11Snapshot()':
xinePlayObject_impl.cpp:179: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_get_status(xine_stream_t*)'
xinePlayObject_impl.cpp: In member function `virtual void 
   xinePlayObject_impl::x11WindowId(long int)':
xinePlayObject_impl.cpp:210: `GUI_DATA_EX_DRAWABLE_CHANGED' undeclared (first 
   use this function)
xinePlayObject_impl.cpp: In member function `virtual void 
   xinePlayObject_impl::play()':
xinePlayObject_impl.cpp:228: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_get_status(xine_stream_t*)'
xinePlayObject_impl.cpp:232: `SPEED_NORMAL' undeclared (first use this 
   function)
xinePlayObject_impl.cpp:232: `xine_set_speed' undeclared (first use this 
   function)
xinePlayObject_impl.cpp: In member function `virtual void 
   xinePlayObject_impl::halt()':
xinePlayObject_impl.cpp:258: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_get_status(xine_stream_t*)'
xinePlayObject_impl.cpp:262: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `void xine_stop(xine_stream_t*)'
xinePlayObject_impl.cpp: In member function `virtual void 
   xinePlayObject_impl::seek(const Arts::poTime&)':
xinePlayObject_impl.cpp:277: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_get_status(xine_stream_t*)'
xinePlayObject_impl.cpp:283: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_play(xine_stream_t*, int, int)'
xinePlayObject_impl.cpp: In member function `virtual void 
   xinePlayObject_impl::pause()':
xinePlayObject_impl.cpp:297: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_get_status(xine_stream_t*)'
xinePlayObject_impl.cpp: In member function `virtual void 
   xinePlayObject_impl::calculateBlock(long unsigned int)':
xinePlayObject_impl.cpp:314: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_get_status(xine_stream_t*)'
xinePlayObject_impl.cpp: In member function `void 
   xinePlayObject_impl::playEvent()':
xinePlayObject_impl.cpp:364: cannot convert `vo_driver_t*' to `xine_t*' for 
   argument `1' to `void xine_init(xine_t*)'
xinePlayObject_impl.cpp:366: `xine_register_event_listener' undeclared (first 
   use this function)
xinePlayObject_impl.cpp:367: `xine_select_audio_channel' undeclared (first use 
   this function)
xinePlayObject_impl.cpp:368: `xine_select_spu_channel' undeclared (first use 
   this function)
xinePlayObject_impl.cpp:370: cannot convert `xine_t*' to `xine_stream_t*' for 
   argument `1' to `int xine_play(xine_stream_t*, int, int)'
xinePlayObject_impl.cpp: In member function `void 
   xinePlayObject_impl::stopEvent()':
xinePlayObject_impl.cpp:392: `xine_remove_event_listener' undeclared (first use 
   this function)
xinePlayObject_impl.cpp: In member function `void 
   xinePlayObject_impl::xineEvent(xine_event_t*)':
xinePlayObject_impl.cpp:407: `XINE_EVENT_PLAYBACK_FINISHED' undeclared (first 
   use this function)
xinePlayObject_impl.cpp: In member function `void 
   xinePlayObject_impl::eventLoop()':
xinePlayObject_impl.cpp:456: `xine_config_file_init' undeclared (first use this 
   function)
xinePlayObject_impl.cpp:460: too few arguments to function
xinePlayObject_impl.cpp:465: too few arguments to function
xinePlayObject_impl.cpp:478: `GUI_DATA_EX_EXPOSE_EVENT' undeclared (first use 
   this function)
xinePlayObject_impl.cpp:489: `GUI_DATA_EX_COMPLETION_EVENT' undeclared (first 
   use this function)
make[1]: *** [xinePlayObject_impl.lo] Error 1
make[1]: Leaving directory
`/opt/src/kde-3.1/src/tmp/kdemultimedia-3.1/xine_artsplugin'
make: *** [all-recursive] Error 1
toshy:root:/opt/kde/src/tmp/kdemultimedia-3.1/xine_artsplugin#



More information about the kde-multimedia mailing list