2013-08-18, 12:10
Hi Fernetmenta,
You will think that i'm quite a pityful user, but i need again your help to compil vdr-vnsiserver3.
i gitclone opdenkamp repository, checkout frodo, but i xcant compil vdr-vnsiserver3 :
You will think that i'm quite a pityful user, but i need again your help to compil vdr-vnsiserver3.
i gitclone opdenkamp repository, checkout frodo, but i xcant compil vdr-vnsiserver3 :
Code:
make VDRDIR=/usr/include/vdr/ LIBVDR=/usr/lib/vdr/plugins/
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"vnsiserver3"' -DVNSI_SERVER_VERSION='"0.9.1"' -o demuxer.o demuxer.c
demuxer.c:28:22: erreur fatale: libsi/si.h : Aucun fichier ou dossier de ce type
#include <libsi/si.h>
^
compilation terminée.
Code:
ls /usr/include/vdr/
audio.h device.h dvbsubtitle.h headers.h mainmenuitemsprovider.h nit.h receiver.h sdt.h skinlcars.h status.h transfer.h
channels.h diseqc.h eit.h i18n.h Make.config osdbase.h recorder.h section.h skins.h svdrp.h util.h
ci.h dvbci.h eitscan.h interface.h Make.global osd.h recording.h sections.h skinsttng.h themes.h vdr.pc
config.h dvbdevice.h epg.h keys.h menu.h pat.h remote.h shutdown.h sourceparams.h thread.h vdrttxtsubshooks.h
cutter.h dvbplayer.h filter.h libsi menuitems.h player.h remux.h si.h sources.h timers.h videodir.h
descriptor.h dvbspu.h font.h lirc.h menuorgpatch.h plugin.h ringbuffer.h skinclassic.h spu.h tools.h
[root@BIBI_SERVER vdr-plugin-vnsiserver]# ls /usr/include/vdr/li
libsi/ lirc.h
[root@BIBI_SERVER vdr-plugin-vnsiserver]# ls /usr/include/vdr/libsi/
descriptor.h headers.h section.h si.h util.h
[root@BIBI_SERVER vdr-plugin-vnsiserver]#