[Qt4-preview-feedback] Compiling on OS X using GCC 4.2
Marcus Urban
mathpup at gmail.com
Sat Feb 7 09:18:33 CET 2009
On Mac OS X 10.5, GCC 4.2 is the optional C/C++ compiler, with GCC 4.0 the
default. Qt fails to build with GCC 4.2. Use -platform macx-g++42 on the
./configure command line to enable it.
The error is 3rdparty/phonon/qt7/videowidget.mm:331: error: extra
qualification 'Phonon::QT7::RenderQTMovieView::' on member
'RenderQTMovieView'. I pasted the output literally. It's the destructor on
line 331 that is the problem. GCC 4.0 permits the extra qualification, but
4.2 flags an error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt4-feedback/attachments/20090207/26a86b66/attachment.html
More information about the Qt4-feedback
mailing list