[mythtv] RE: [mythtv-commits] mythtv commit: r6708 by danielk

Torbjörn Jansson torbjorn.jansson at mbox200.swipnet.se
Sat Jun 25 21:23:26 UTC 2005


mythtv-commits-bounces at mythtv.org <> wrote:
>       Author: danielk
>         Date: 2005-06-25 18:29:37 +0000 (Sat, 25 Jun 2005)
> New Revision: 6708
>    Changeset: http://cvs.mythtv.org/trac/changeset/6708
> 
> Added:
> 
>    trunk/mythtv/libs/libmythtv/eithelper.cpp
>    trunk/mythtv/libs/libmythtv/eithelper.h
>    trunk/mythtv/libs/libmythtv/frequencytables.cpp
>    trunk/mythtv/libs/libmythtv/frequencytables.h
> 
> Modified:
> 
>    trunk/mythtv/libs/libmythtv/libmythtv.pro
>    trunk/mythtv/libs/libmythtv/siscan.cpp
>    trunk/mythtv/libs/libmythtv/siscan.h
> 
> Log:
> 
> Adds eithelper.{cpp,h} and frequencytables.{cpp,h}
>  EITHelper inserts event info tables into the database
>  FrequencyTable and DVBFrequencyTable encapsulate frequency tables
>  TransportScanItem holds one tranport for the scanner
> 
> SIScan is modified to use the TransportScanItem, but the other new
> classes are so far only used in the SIScan in the checksignal patch.
> 
> 

Got a some more compile errors:

g++ -c -pipe -march=pentiumpro -Wall -W -O3 -Wall -Wno-switch
-fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC
-DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_XV -DUSING_XVMC -DUSING_XVMCW
-DUSING_XVMC_VLD -DUSING_FRONTEND -DUSING_V4L -DUSING_IVTV -DUSING_DVB
-DUSING_DVB_EIT -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include
-I../../../dvb-kernel/linux/include -I../.. -I../libmyth -I.. -Idvbdev
-Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/lib/qt-3.3/include -o
scanwizard.o scanwizard.cpp
g++ -c -pipe -march=pentiumpro -Wall -W -O3 -Wall -Wno-switch
-fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC
-DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_XV -DUSING_XVMC -DUSING_XVMCW
-DUSING_XVMC_VLD -DUSING_FRONTEND -DUSING_V4L -DUSING_IVTV -DUSING_DVB
-DUSING_DVB_EIT -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/local/include
-I../../../dvb-kernel/linux/include -I../.. -I../libmyth -I.. -Idvbdev
-Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/lib/qt-3.3/include -o
frequencytables.o frequencytables.cpp
frequencytables.cpp: In constructor
`TransportScanItem::TransportScanItem(int,
   const QString&, const QString&, unsigned int, unsigned int, const
   FrequencyTable&)':
frequencytables.cpp:62: error: 'union dvb_frontend_parameters::<anonymous>'
has
   no member named 'vsb'
frequencytables.cpp: In function `void init_freq_tables(freq_table_map_t&)':
frequencytables.cpp:173: error: `VSB_8' undeclared (first use this function)
frequencytables.cpp:173: error: (Each undeclared identifier is reported only
   once for each function it appears in.)
make[2]: *** [frequencytables.o] Error 1

This is on my epia frontend box.



More information about the mythtv-dev mailing list