[vdr] xineliboutput and vdr-1.5.12 compile problems

2007-12-26 Thread karim
Hello,

I am using vdr-1.5.12 under kernel 2.6.23.12 - UTF-8.
I've tried to compile 2 versions of xineliboutput without success :

Xineliboutput - 1.0.0rc2

grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce type
xineliboutput.c:39:6: error: #error VDR versions  1.3.31 are not supported
!
equalizer.c:14:3: error: #error VDR  1.3.7 not supported
grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce type
g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g  -c -D_GNU_SOURCE 
g++ -DPLUGIN_NAME_I18N='xineliboutput' -D_REENTRANT 
g++ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
g++ -DXINELIBOUTPUT_VERSION='1.0.0rc2'  -DUSE_ICONV=1 -Wall 
g++ -I../../../include -o xineliboutput.o xineliboutput.c
xineliboutput.c:28:24: error: vdr/plugin.h: Aucun fichier ou répertoire de
ce type In file included from xineliboutput.c:31: 


Xineliboutput - cvs 22-12-07

grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce type
xineliboutput.c:38:3: error: #error VDR versions  1.4.0 are not supported !
g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g  -c -D_GNU_SOURCE 
g++ -DPLUGIN_NAME_I18N='xineliboutput' -D_REENTRANT 
g++ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
g++ -DXINELIBOUTPUT_VERSION='1.0.0rc2' -DUSE_ICONV=1 -Wall 
g++ -I../../../include -o xineliboutput.o xineliboutput.c
xineliboutput.c:28:24: error: vdr/plugin.h: Aucun fichier ou répertoire de
ce type In file included from xineliboutput.c:31:
i18n.h:14:22: error: vdr/i18n.h: Aucun fichier ou répertoire de ce type In
file included from xineliboutput.c:33: 


Could you please tell me which version I've to use with vdr-1.5.12, and if
there is a special patch to apply ?

My target is to build a box with vdr-1.5.12 + patch S2-2300 and h264 support
+ xineliboutput.

Thanks.
Merry Christmas  Happy New Year







___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] xineliboutput and vdr-1.5.12 compile problems

2007-12-26 Thread Petri Helin
karim wrote:
 Hello,
 
 I am using vdr-1.5.12 under kernel 2.6.23.12 - UTF-8.
 I've tried to compile 2 versions of xineliboutput without success :
 
 Xineliboutput - 1.0.0rc2
 
 grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce type
 xineliboutput.c:39:6: error: #error VDR versions  1.3.31 are not supported
 !
 equalizer.c:14:3: error: #error VDR  1.3.7 not supported
 grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce type
 g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g  -c -D_GNU_SOURCE 
 g++ -DPLUGIN_NAME_I18N='xineliboutput' -D_REENTRANT 
 g++ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 g++ -DXINELIBOUTPUT_VERSION='1.0.0rc2'  -DUSE_ICONV=1 -Wall 
 g++ -I../../../include -o xineliboutput.o xineliboutput.c
 xineliboutput.c:28:24: error: vdr/plugin.h: Aucun fichier ou répertoire de
 ce type In file included from xineliboutput.c:31: 
 
 
 Xineliboutput - cvs 22-12-07
 
 grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce type
 xineliboutput.c:38:3: error: #error VDR versions  1.4.0 are not supported !
 g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g  -c -D_GNU_SOURCE 
 g++ -DPLUGIN_NAME_I18N='xineliboutput' -D_REENTRANT 
 g++ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 g++ -DXINELIBOUTPUT_VERSION='1.0.0rc2' -DUSE_ICONV=1 -Wall 
 g++ -I../../../include -o xineliboutput.o xineliboutput.c
 xineliboutput.c:28:24: error: vdr/plugin.h: Aucun fichier ou répertoire de
 ce type In file included from xineliboutput.c:31:
 i18n.h:14:22: error: vdr/i18n.h: Aucun fichier ou répertoire de ce type In
 file included from xineliboutput.c:33: current cvs version.
 
 
 Could you please tell me which version I've to use with vdr-1.5.12, and if
 there is a special patch to apply ?
 
 My target is to build a box with vdr-1.5.12 + patch S2-2300 and h264 support
 + xineliboutput.
 

Try to use xineliboutput's Makefile from cvs dated 21-12-07. There has 
been some changes to the Makefile on 22nd which could cause the problem 
you are seeing with the current cvs version. The direct link to the 
Makefile I mean is 
http://xineliboutput.cvs.sourceforge.net/*checkout*/xineliboutput/vdr-xineliboutput/Makefile?revision=1.24

-Petri

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] xineliboutput and vdr-1.5.12 compile problems

2007-12-26 Thread karim
Hello,
I tried this Makefile on the lastest cvs xineliboutput, unfortunately it
doesn't solve the problem.
Did I missed something, or is there anything I could check ?

Thanks.



Try to use xineliboutput's Makefile from cvs dated 21-12-07. There has been
some changes to the Makefile on 22nd which could cause the problem you are
seeing with the current cvs version. The direct link to the Makefile I mean
is
http://xineliboutput.cvs.sourceforge.net/*checkout*/xineliboutput/vdr-xineli
boutput/Makefile?revision=1.24

-Petri 

karim wrote:
 Hello,
 I am using vdr-1.5.12 under kernel 2.6.23.12 - UTF-8.
 I've tried to compile 2 versions of xineliboutput without success :
 
 Xineliboutput - 1.0.0rc2
 
 grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce 
 type
 
 Xineliboutput - cvs 22-12-07
 
 grep: ../../../include/vdr/osd.h: Aucun fichier ou répertoire de ce 
 type
 xineliboutput.c:38:3: error: #error VDR versions  1.4.0 are not supported
!
 g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g  -c -D_GNU_SOURCE 
 g++ -DPLUGIN_NAME_I18N='xineliboutput' -D_REENTRANT 
 g++ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 g++ -DXINELIBOUTPUT_VERSION='1.0.0rc2' -DUSE_ICONV=1 -Wall 
 g++ -I../../../include -o xineliboutput.o xineliboutput.c
 xineliboutput.c:28:24: error: vdr/plugin.h: Aucun fichier ou 
 répertoire de ce type In file included from xineliboutput.c:31:
 i18n.h:14:22: error: vdr/i18n.h: Aucun fichier ou répertoire de ce 
 type In file included from xineliboutput.c:33: current cvs version.
 
 Could you please tell me which version I've to use with vdr-1.5.12, 
 and if there is a special patch to apply ?
 
 My target is to build a box with vdr-1.5.12 + patch S2-2300 and h264 
 support
 + xineliboutput.
 




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] xineliboutput and vdr-1.5.12 compile problems

2007-12-26 Thread Petri Helin
karim wrote:
 Hello,
 I tried this Makefile on the lastest cvs xineliboutput, unfortunately it
 doesn't solve the problem.
 Did I missed something, or is there anything I could check ?
 
 Thanks.
 
 
 

Unfortunately the error messages you get while compiling aren't in a 
language I can read and therefore I cannot really help you. I just tried 
compiling vdr 1.5.12 with the current cvs version of xineliboutput, no 
patches or other plugins, and I didn't get any errors.

-Petri

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr