Hello,
I'm on a powerpc g4 running Mac OSX 10.4.8, trying to build
PyQt-mac-gpl-4.0.1 with sip-4.4.5 and qt-mac-opensource-src-4.2.1. Qt
and sip build and install fine, but PyQt errors on make with the
following error:
c++ -c -pipe -fPIC -Os -Wall -W -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
-I/usr/local/Trolltech/Qt-4.2.1/mkspecs/default
-I/usr/local/Trolltech/Qt-4.2.1/include
-I/usr/local/Trolltech/Qt-4.2.1/lib/QtCore.framework/Headers
-F/usr/local/Trolltech/Qt-4.2.1/lib -o sipQtCoreQFSFileEngine.o
sipQtCoreQFSFileEngine.cpp
/usr/local/Trolltech/Qt-4.2.1/lib/QtCore.framework/Headers/qfsfileengine.h:
In copy constructor 'QFSFileEngine::QFSFileEngine(const
QFSFileEngine&)':
/usr/local/Trolltech/Qt-4.2.1/lib/QtCore.framework/Headers/qabstractfileengine.h:153:
error: 'QAbstractFileEngine::QAbstractFileEngine(const
QAbstractFileEngine&)' is private
/usr/local/Trolltech/Qt-4.2.1/lib/QtCore.framework/Headers/qfsfileengine.h:36:
error: within this context
sipQtCoreQFSFileEngine.cpp: In constructor
'sipQFSFileEngine::sipQFSFileEngine(const QFSFileEngine&)':
sipQtCoreQFSFileEngine.cpp:51: warning: synthesized method
'QFSFileEngine::QFSFileEngine(const QFSFileEngine&)' first required
here
make[1]: *** [sipQtCoreQFSFileEngine.o] Error 1
make: *** [install] Error 2
Any help would be greatly appreciated.
~Sean D
|