Opened 18 years ago

Closed 18 years ago

#1474 closed defect (invalid)

sipparser compile error FC3

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I get this compile error at latest svn

g++ -c -pipe -march=c3 -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -fomit-frame-pointer -I/usr/include/freetype2 -D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -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../../../../../local/include -I../../../../../src/redhat/SOURCES/linux-2.6.9/include -I../../../../../X11R6/include -I../.. -I.. -I../libmyth -I../libavcodec -I../libavutil -I../libmythmpeg2 -Idvbdev -Impeg -I/usr/lib/qt-3.3/include -o siparser.o siparser.cpp
In file included from siparser.cpp:24:
dvbtypes.h:38:2: warning: #warning DVB API version < 3.1, ATSC over DVB will not be supported.
siparser.cpp:1038: error: expected unqualified-id before '<<' token
siparser.cpp:1038: error: expected `,' or `;' before '<<' token
siparser.cpp:1056: error: no `void SIParser::ParseDescFrequencyList(uint8_t*, int, TransportObject&)' member function declared in class `SIParser'
siparser.cpp:1089: error: no `void SIParser::ParseDescUKChannelList(uint8_t*, int, QMap_uint16_t&)' member function declared in class `SIParser'
siparser.cpp:1102: error: expected unqualified-id before '==' token
siparser.cpp:1102: error: expected `,' or `;' before '==' token
siparser.cpp:1120: error: expected unqualified-id before '==' token
siparser.cpp:1120: error: expected `,' or `;' before '==' token
make[2]: *** [siparser.o] Error 1
make[2]: Leaving directory `/usr/files/svndir-new/mythtv/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/usr/files/svndir-new/mythtv/libs'
make: *** [sub-libs] Error 2


Change History (1)

comment:1 Changed 18 years ago by anonymous

Resolution: invalid
Status: newclosed

svn update error with merging

Note: See TracTickets for help on using tickets.