I'm trying to install VDR on FC4 with a Hauppauge Nexus-s card. 
Dependencies (libjpeg, libjpeg-devel, openssl) already installed.
Using the DVB drivers included in the kernel.
VDR-1.2.6 (using older version because I'm using a HOWTO from someone else) is in /usr/local/src/vdr-1.2.6 with a symlink to /usr/local/src/VDR
/usr/local/src/DVB is linked to /usr/src/kernels/2.6.13-1.1526_FC4-i686

When I do "make DEBUG_OSD=1", I get the following error message:

g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DREMOTE_ -D_GNU_SOURCE -DVIDEODIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\" -DDEBUG_OSD -I../DVB/include config.c
sections.h:21: warning: 'class cSectionsScannerCallback' has virtual functions but non-virtual destructor
eit.h:82: error: 'cSchedule' has not been declared
eit.h:112: error: 'cSchedules' has not been declared
make: *** [config.o] Error 1

Any ideas?  Appreciate the help.