On Wed, 11 Mar 2009 16:39:37 +0900, Damien Elmes <[email protected]> wrote: > Compile on OSX is failing for me. You mentioned there's no need to > report bugs for Mac/Win on another thread, but the original poster > there had managed to compile it, so I'm posting here just in case. > > g++ -c -pipe -fPIC -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -Os -Wall -W -DNDEBUG -DQT_NO_DEBUG > -DQT_CORE_LIB -I. > -I/Volumes/Two/PyQt-mac-gpl-4.5-snapshot-20090309/qpy/QtCore > -I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 > -I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers > -I/usr/include -F/Volumes/Two/PyQt-mac-gpl-4.5-snapshot-20090309/qpy/QtCore > -F/Library/Frameworks -o sipQtCorecmodule.o sipQtCorecmodule.cpp > sipQtCorecmodule.cpp: In function 'void initQtCore()': > sipQtCorecmodule.cpp:9450: error: invalid conversion from 'const > char*' to 'char*'
It seems to be a Python 2.4 problem rather than an OSX problem. Can you send me line 9450? Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
