Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] plugins compile problem



Hi,

just in time before 1.2.0 I started migrating from 1.04. Got 1.1.33 and the
mega-patch, as well as several plugins like remote, lcdproc, mp3 etc. 

But when I try to compile the plugins it appears that an include path isn't
set right somewhere but I can't find out where... This happens for all
plugins I have except vcd. 

linvdr:/usr/src/VDR # make plugins
make[1]: Entering directory `/usr/src/vdr-1.1.33/PLUGINS/src/dvd-0.3.2a'
g++ -g -O2 -Wall -Woverloaded-virtual -O2 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"dvd"' -I../../../include -I../DVB/include -I/usr/include/dvdnav dvd.c
In file included from ../../../include/vdr/timers.h:15,
                 from ../../../include/vdr/recording.h:16,
                 from ../../../include/vdr/svdrp.h:13,
                 from ../../../include/vdr/interface.h:16,
                 from ../../../include/vdr/osd.h:18,
                 from ../../../include/vdr/menuitems.h:13,
                 from ../../../include/vdr/plugin.h:14,
                 from dvd.c:11:
../../../include/vdr/eit.h:28: linux/dvb/dmx.h: No such file or directory
In file included from ../../../include/vdr/eit.h:32,
                 from ../../../include/vdr/timers.h:15,
                 from ../../../include/vdr/recording.h:16,
                 from ../../../include/vdr/svdrp.h:13,
                 from ../../../include/vdr/interface.h:16,
                 from ../../../include/vdr/osd.h:18,
                 from ../../../include/vdr/menuitems.h:13,
                 from ../../../include/vdr/plugin.h:14,
                 from dvd.c:11:
../../../include/vdr/sections.h:5: linux/dvb/dmx.h: No such file or
directory
make[1]: *** [dvd.o] Error 1

etc. ... What the heck is going on here? The compile command should include
-I../../../../DVB/include but it doesn't. Why is that? 


Any help is appreciated... sorry if this is a dumb one but I found nothing
in the list archives (mainly because they aren't searchable). 


-- 
I prefer Freedom Fries over War Burgers.


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index