Hello, I tried to install the latest SIP/PyQt (v3.2rc4). SIP looks good (I think) but I get the following errors with PyQt make:
... cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode /Applications/QtMacEval/bin/moc -o sipqtProxyqt.moc moc_sipqtProxyqt.h /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/python2.2 -I/Applications/QtMacEval/include -DQT_THREAD_SUPPORT -I/usr/X11R6/include -fno-exceptions -O2 -c -o qtcmodule.lo `test -f qtcmodule.cpp || echo './'`qtcmodule.cpp c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/python2.2 -I/Applications/QtMacEval/include -DQT_THREAD_SUPPORT -I/usr/X11R6/include -fno-exceptions -O2 -c qtcmodule.cpp -fno-common -DPIC -o qtcmodule.lo qtcmodule.cpp:168: sipqtQNetworkProtocolFactoryBase.h: No such file or directory In file included from qtcmodule.cpp:169: sipqtQNetworkProtocol.h:46: sipqtQNetworkProtocolFactoryBase.h: No such file or directory make[2]: *** [qtcmodule.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 I went ahead and tried "make install" (with my fingers crossed), but received the following: ... cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode /Applications/QtMacEval/bin/moc -o sipqtProxyqt.moc moc_sipqtProxyqt.h /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/python2.2 -I/Applications/QtMacEval/include -DQT_THREAD_SUPPORT -I/usr/X11R6/include -fno-exceptions -O2 -c -o qtcmodule.lo `test -f qtcmodule.cpp || echo './'`qtcmodule.cpp c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/python2.2 -I/Applications/QtMacEval/include -DQT_THREAD_SUPPORT -I/usr/X11R6/include -fno-exceptions -O2 -c qtcmodule.cpp -fno-common -DPIC -o qtcmodule.lo qtcmodule.cpp:168: sipqtQNetworkProtocolFactoryBase.h: No such file or directory In file included from qtcmodule.cpp:169: sipqtQNetworkProtocol.h:46: sipqtQNetworkProtocolFactoryBase.h: No such file or directory make[1]: *** [qtcmodule.lo] Error 1 make: *** [install-recursive] Error 1 *sigh* -Barron _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
