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.
_______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
