Opened 14 years ago

Closed 14 years ago

#7596 closed defect (fixed)

Debian 5 still compilation problems with 22855, refs #7593

Reported by: yianniv Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

ccache g++ -c -pipe -march=k8 -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -DSTDC_CONSTANT_MACROS -I/usr/include/directfb -D_REENTRANT -I/usr/include/freetype2 -D_REENTRANT -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DUSING_DIRECTFB -DUSING_X11 -DUSING_XV -DUSING_XVMC -DUSING_XVMCW -DUSING_XVMC_VLD -DUSING_VDPAU -DUSING_OPENGL -DUSING_OPENGL_VSYNC -DUSING_OPENGL_VIDEO -DUSING_MHEG -DUSING_FRONTEND -DUSING_FFMPEG_THREADS -DUSING_ALSA -DUSING_OSS -DUSING_V4L -DUSING_LINUX_FIREWIRE -DUSING_FIREWIRE -DUSING_LIBAVC_5_3 -DUSING_IPTV -DUSING_IVTV -DUSING_HDPVR -DUSING_DVB -DUSING_BACKEND -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr -I../../../../s2-liplianin/linux/include -I.. -I../.. -I. -I../libmyth -I../libavcodec -I../libavformat -I../libavutil -I../libswscale -I../libmythmpeg2 -I../libmythdb -I../libmythhdhomerun -I../libmythdvdnav -Idvbdev -Impeg -Iiptv -Ichannelscan -I../libmythlivemedia/BasicUsageEnvironment/include -I../libmythlivemedia/BasicUsageEnvironment -I../libmythlivemedia/groupsock/include -I../libmythlivemedia/groupsock -I../libmythlivemedia/liveMedia/include -I../libmythlivemedia/liveMedia -I../libmythlivemedia/UsageEnvironment/include -I../libmythlivemedia/UsageEnvironment -I../libmythdb -I../libmythui -I/usr/include -I/usr/X11R6/include -I. -I. -o osdtypes.o osdtypes.cpp osdtypes.cpp: In member function ‘void OSDSet::SetText?(const InfoMap?&)’: osdtypes.cpp:273: error: incomplete type ‘InfoMap?’ used in nested name specifier osdtypes.cpp:273: error: expected `;' before ‘riter’ osdtypes.cpp:276: error: invalid use of incomplete type ‘const struct QHash<QString, QString>’ /usr/include/qt4/QtGui/qwindowdefs.h:162: error: declaration of ‘const struct QHash<QString, QString>’ osdtypes.cpp:278: error: no match for ‘operator[]’ in ‘infoMap[OSDType::Name()()]’ osdtypes.cpp:282: error: ‘riter’ was not declared in this scope osdtypes.cpp:282: error: invalid use of incomplete type ‘const struct QHash<QString, QString>’ /usr/include/qt4/QtGui/qwindowdefs.h:162: error: declaration of ‘const struct QHash<QString, QString>’ osdtypes.cpp: In member function ‘void OSDSet::GetText?(InfoMap?&) const’: osdtypes.cpp:321: error: no match for ‘operator[]’ in ‘infoMap[OSDType::Name()()]’ make[2]: * [osdtypes.o] Error 1 make[2]: Leaving directory `/home/mythtv/mythtv/mythtv/libs/libmythtv' make[1]: * [sub-libmythtv-make_default] Error 2 make[1]: Leaving directory `/home/mythtv/mythtv/mythtv/libs' make: * [sub-libs-make_default-ordered] Error 2

Change History (3)

comment:1 Changed 14 years ago by yianniv

Please disregard #7597 and #7598, trac was not available and I accidentally submitted 2 more times.

comment:2 Changed 14 years ago by yianniv

Commit 22858 compiles OK with Debian 5.

Thank you.

comment:3 Changed 14 years ago by danielk

Resolution: fixed
Status: newclosed

Thanks for the update. In the future, please just post compilation problems like this to mythtv-dev; it creates a lot less work for everyone.

Note: See TracTickets for help on using tickets.