I changed the configure script to allow for Qt version 3.0.2 and then ran configure again. It seemed to run fine. However, I received errors with make and make install:
... 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 sipqtQStyle.lo `test -f sipqtQStyle.cpp || echo './'`sipqtQStyle.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 sipqtQStyle.cpp -fno-common -DPIC -o sipqtQStyle.lo sipqtQStyle.cpp:1738: `PE_PopupMenuScroller' is not a member of type `QStyle' sipqtQStyle.cpp:1773: `PM_PopupMenuScrollerHeight' is not a member of type `QStyle' sipqtQStyle.cpp:1838: `SH_PopupMenu_Scrollable' is not a member of type `QStyle' make[1]: *** [sipqtQStyle.lo] Error 1 make: *** [install-recursive] Error 1 Are these errors a result of the different version of Qt? Thanks, -Barron On Saturday, May 4, 2002, at 09:05 PM, Barron Snyder wrote: > When running the new v3.2 configure for PyQt, it checks for the version > of Qt installed. The evaluation version of Qt for Mac OS X that > TrollTech makes available is 3.0.2 yet PyQt is insisting on 3.0.4 or > higher (the release candidates allowed for 3.0.2). > > ... > checking for Qt version >= 304 and < 400... configure: error: > "incompatible Qt version" > > > Will PyQt work with Qt 3.0.2? If so, do I need to change the configure > script so that it doesn't error out? > > Thanks, > Barron _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
