You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, October 3rd 2008, 8:08pm

Can't compile kdesupport

Hi there. I can't compile kdesupport from SVN. I get this error :

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
 [ 72%] Building C object xine/CMakeFiles/phonon_xine.dir/plugins.c.o 
 In file included from /usr/include/xine/input_plugin.h:34, 
                  from /usr/include/xine/xine_internal.h:54, 
                  from /usr/src/kde/src/kdesupport/phonon/xine/net_buf_ctrl.c:36: 
 /usr/include/xine/buffer.h:679: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_x_is_fourcc' 
 In file included from /usr/include/xine/input_plugin.h:34, 
                  from /usr/src/kde/src/kdesupport/phonon/xine/plugins.c:23: 
 /usr/include/xine/buffer.h:679: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_x_is_fourcc' 
 make[2]: *** [xine/CMakeFiles/phonon_xine.dir/plugins.c.o] Error 1 
 make[2]: *** waiting for unfinished jobs.... 
 make[2]: *** [xine/CMakeFiles/phonon_xine.dir/net_buf_ctrl.c.o] Error 1 
 make[1]: *** [xine/CMakeFiles/phonon_xine.dir/all] Error 2 
 make: *** [all] Error 2 
 root@Hell:/usr/src/kde/build/kdesupport/phonon#

When i # the addsubdirectory(xine) line i CMakeLists.txt the compilation works good, so i think it's something wrong with xine, but what? any ideas?

Similar threads