Hello,

 

I am trying to compile vdr 0.8.2

I did download with hg libxine 1.2. and installed it with ./autogen.sh and make, make install.

I did the same (cvs) with xine-ui

When I make plugins, I have this error :

 

make[1]: entrant dans le répertoire « /usr/local/src/vdr-1.5.17-br/PLUGINS/src/xine-0.8.2 »

g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c -DUSE_CHANNELSCAN -DUSE_CMDSUBMENU -DUSE_CUTTERLIMIT -DUSE_CUTTERQUEUE -DUSE_CUTTIME -DUSE_DELTIMESHIFTREC -DUSE_DDEPGENTRY -DUSE_DOLBYINREC -DUSE_DVBPLAYER -DUSE_DVBSETUP -DUSE_DVDARCHIVE -DUSE_DVLRECSCRIPTADDON -DUSE_DVLVIDPREFER -DUSE_DVLFRIENDLYFNAMES -DUSE_HARDLINKCUTTER -DUSE_IPTV -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_SETUP -DUSE_OSDMAXITEMS -DUSE_PINPLUGIN -DUSE_PLUGINMISSING -DUSE_ROTOR -DUSE_SETTIME -DUSE_SOURCECAPS -DUSE_SORTRECORDS -DUSE_SYNCEARLY -DUSE_TIMERCMD -DUSE_TIMERINFO -DUSE_TTXTSUBS -DUSE_VALIDINPUT -DUSE_VOLCTRL -DUSE_WAREAGLEICON -DUSE_YAEPG -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"' -DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 `pkg-config --cflags libxine`  -I../../../include xine.c

Dans le fichier inclus à partir de xine.c:9:

xineCommon.h:20:2: erreur: #error xine/vdr.h does not match. Please solve this issue by reading section XINE VDR VERSION MISMATCH in INSTALL!

make[1]: *** [xine.o] Erreur 1

 

When I look at VDR VERSION MISMATCH in INSTALL, I have the right answer with pkg-config –cflags libxine (/usr/local/include)

In /usr/local/include I have the file xine.h and a directory xine. In xine I have vdr.h

When I type pkg-config –modversion libxine I get 1.1.90 (is that correct for 1.2 ?)

 

I use kubuntu 7.10

 

Any Idea ?

 

Thanks,

 

sp