Opened 16 years ago
Closed 16 years ago
#174 closed defect (fixed)
Compile failure scanwizard.cpp
Reported by: | Robert Kulagowski | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Did r6955 break something?
make[2]: Entering directory `/home/mythtv/mythtv/libs/libmythtv'
distcc g++ -c -pipe -march=pentium4 -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_FRONTEND -DUSING_V4L -DUSING_IVTV -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg2 -I/usr/include/qt3 -o scanwizard.o scanwizard.cpp
scanwizard.cpp: In member function `void ScanWizardScanner::scan()':
scanwizard.cpp:436: error: invalid use of undefined type `struct DVBChannel'
siscan.h:43: error: forward declaration of `struct DVBChannel'
distcc[6861] ERROR: compile scanwizard.cpp on 192.168.10.51 failed
make[2]: * [scanwizard.o] Error 1
make[2]: Leaving directory `/home/mythtv/mythtv/libs/libmythtv'
make[1]: * [sub-libmythtv] Error 2
make[1]: Leaving directory `/home/mythtv/mythtv/libs'
make: * [sub-libs] Error 2
mythtv@backend-2:~/mythtv$
Attachments (2)
Change History (3)
Changed 16 years ago by
Attachment: | scan.patch added |
---|
Changed 16 years ago by
Attachment: | scan.2.patch added |
---|
Fixes to allow non DVB compiles