On Sunday 21 May 2006 3:21 am, Patrick Stinson wrote: > Didn't expect this one, but I'm trying with 4.1.3 > > [EMAIL PROTECTED] ~/Desktop/PyQt4-mac-gpl-snapshot-20060519 $ make > c++ -c -pipe -fPIC -Os -Wall -W -DQT_NO_DEBUG -DQT_CORE_LIB -I. > -I/usr/bin/../../System/Library/Frameworks/Python.framework/Versions/2.3/in >clude/python2.3 -I/usr/local/Trolltech/Qt-4.1.1/mkspecs/default > -I/usr/local/Trolltech/Qt-4.1.1/include > -I/usr/local/Trolltech/Qt-4.1.1/include/QtCore -o sipQtCorepart0.o > sipQtCorepart0.cpp > sipQtCorepart0.cpp:91402: error: `CustomCursor' undeclared in namespace > `Qt' sipQtCorepart0.cpp:91980: error: `WA_X11OpenGLOverlay' undeclared in > namespace `Qt' > make[1]: *** [sipQtCorepart0.o] Error 1 > make: *** [all] Error 2 > [EMAIL PROTECTED] ~/Desktop/PyQt4-mac-gpl-snapshot-20060519 $ make
configure.py seems to have found 4.1.3 because CustomCursor etc have been enabled. But the generated Makefile is using 4.1.1. Is there something odd about your Qt installations? Otherwise I'll try to reproduce it. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
