Opened 16 years ago

Closed 16 years ago

#4781 closed defect (fixed)

SVN 16253 breaks compile of mythcdrom.cpp

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

Description

g++ -c -pipe -march=pentium4 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -DSTDC_CONSTANT_MACROS -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DUSING_OSS -DUSE_ALSA -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSING_X11 -DUSING_XRANDR -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/src/redhat/BUILD/mythtv-0.21/linuxtv-dvb-1.1.1cvs20050529/linux/include -I../libmythsamplerate -I../libmythsoundtouch -I../libmythfreesurround -I../libavcodec -I../libavutil -I../.. -I.. -I. -I/usr/lib/qt-3.3/include -o mythcdrom-linux.o mythcdrom-linux.cpp mythcdrom-linux.cpp: In member function âint MythCDROMLinux::SCSIstatus()â: mythcdrom-linux.cpp:252: error: âCDROMeventHdrâ was not declared in this scope mythcdrom-linux.cpp:252: error: expected primary-expression before â)â token mythcdrom-linux.cpp:252: error: expected `;' before âbufferâ make: * [mythcdrom-linux.o] Error 1

Reverted to SVN 16252 and it compiled correctly.

Change History (1)

comment:1 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [16254]) Mistake in [16253]. Taco, thanks for the quick report. Closes #4781

Note: See TracTickets for help on using tickets.