Opened 20 years ago
Closed 20 years ago
#387 closed defect (fixed)
Undeclared variable in TVRec::~TVRec() of svn 7331
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Sync'd to SVN 7331 and did a make distclean && make. Got hte following error. configure output follows.
Error:
ccache g++ -c -pipe -march=pentiumpro -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -DUSING_DBOX2 -DHAVE_DVDNAV -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_OPENGL_VSYNC -DUSING_XV -DUSING_XVMC -DUSING_FRONTEND -DUSING_V4L -DUSING_IVTV -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../../../../../../include -I../../../../../../include -I../.. -I../libmyth -I.. -Idvbdev -Impeg -I../libavcodec -I../libavutil -I../libmythmpeg2 -I/usr/qt/3/include -I../../../../../../include -I../../../../../../include -o tv_rec.o tv_rec.cpp tv_rec.cpp: In destructor `TVRec::~TVRec()': tv_rec.cpp:251: error: `deleteLater' undeclared (first use this function) tv_rec.cpp:251: error: (Each undeclared identifier is reported only once for each function it appears in.) tv_rec.cpp: In member function `void TVRec::RunTV()': tv_rec.cpp:1636: warning: unused variable `int progNum' make[2]: *** [tv_rec.o] Error 1 make[2]: Leaving directory `/usr/local/src/mythtv/mythtv/libs/libmythtv'
./configure
$ ./configure --prev Options: --prefix=/usr --disable-joystick-menu --arch=pentiumpro --enable-mmx --enable-xvmc --enable-proc-opt --enable-opengl-vsync WARNING: include the output of ./configure along with any bug report, when using a processor optimized build. # Basic Settings Compile type release Compiler cache yes DistCC no Install prefix /usr CPU x86 (pentiumpro) Big Endian no MMX enabled yes Vector Builtins yes # Input Support Joystick menu no lirc support yes Video4Linux sup. yes ivtv support yes FireWire support no DVB support no [/usr/src/linux-2.6.11-gentoo-r6/include] DBox2 support yes # Sound Output Support OSS support yes ALSA support yes aRts support no JACK support no # Video Output Support x11 support yes xrandr support yes xv support yes XvMC support yes XvMC VLD support no XvMC pro support no XvMC libs -lXvMCNVIDIA OpenGL vsync yes DirectFB no # Misc Features DVD playback yes Frontend yes Backend yes Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak libs/libmyth/mythconfig.h is unchanged
Change History (2)
Note:
See TracTickets
for help on using tickets.
I'm guessing you put the #endif corresponding to #ifdef USING_DVB_EIT on line 242 in the wrong place.