Mailing List archive

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

[linux-dvb] Re: WinTV DVB-c - tuning issues PART 1



On Tue, Aug 06, 2002 at 05:14:21PM +0200, a.akhavan@ndr.de wrote:
> pauli4:/usr/src/DVB/libdvb # make
> g++ -I./include -I./src -I. -I../driver -I../include -O2 -Wall -g -c DVB.cc
> DVB.cc: In method `void DVB::scan_sdt(Channel *)':
> DVB.cc:526: `class Channel' has no member named `has_eit'
> DVB.cc:527: `class Channel' has no member named `pres_follow'
> DVB.cc:528: `class Channel' has no member named `has_eit'
> DVB.cc:529: `class Channel' has no member named `pres_follow'
> DVB.cc: In method `void DVB::scan_pf_eit(Channel *)':
> DVB.cc:568: `class Channel' has no member named `eit_ver_n'
> DVB.cc:572: `class Channel' has no member named `eit_ver_c'
> make: *** [DVB.o] Error 1

It seems to me that you managed to mix files from the NEWSTRUCT branch
with files from the trunk. Try to run 'cvs update -rNEWSTRUCT'.
Class 'Channel' is defined in devices.hh and has this fields in
the current revision 1.11.2.3 (try 'cvs status devices.hh').


Regards,
Johannes


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index