Hi All,

I'm tring to install pyqt4.5 on mac osx leopard (10.5.6)
these the procedure i follow to build it :


sip:

export MACOSX_DEPLOYMENT_TARGET=10.5
python configure.py -n -d /Library/Python/2.5/site-packages \
-b /usr/local/bin -e /usr/local/include -v /usr/local/share/sip \
-s MacOSX10.5.sdk
make
sudo make install

pyqt:

export QTDIR=/Developer/Applications/Qt
python configure.py -d /Library/Python/2.5/site-packages \
-b /usr/local/bin
make
sudo make install




unluky  it fails with these error :

....
.....
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup - arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -o QtHelp.so sipQtHelpcmodule.o sipQtHelpQMap.o sipQtHelpQList.o sipQtHelpQHelpSearchResultWidget.o sipQtHelpQHelpSearchQueryWidget.o sipQtHelpQHelpSearchEngine.o sipQtHelpQHelpSearchQuery.o sipQtHelpQHelpIndexWidget.o sipQtHelpQHelpIndexModel.o sipQtHelpQHelpEngineCore.o sipQtHelpQHelpEngine.o sipQtHelpQHelpContentWidget.o sipQtHelpQHelpContentModel.o sipQtHelpQHelpContentItem.o -F/Library/Frameworks -L/Library/ Frameworks -framework QtHelp -lQtCLucene -framework QtSql -framework QtXml -framework QtGui -framework Carbon -framework AppKit -framework QtNetwork -framework SystemConfiguration -framework QtCore -lz -lm - framework ApplicationServices -framework QtGui -framework Carbon - framework AppKit -framework QtCore -lz -lm -framework ApplicationServices -framework QtCore -lz -lm -framework ApplicationServices
ld: library not found for -lQtCLucene
collect2: ld returned 1 exit status
ld: library not found for -lQtCLucene
collect2: ld returned 1 exit status
lipo: can't open input file: /var/folders/15/15zQj3qeHemLNapL-foqC+++ +TI/-Tmp-//ccm0K1y8.out (No such file or directory)
make[1]: *** [QtHelp.so] Error 1
make: *** [all] Error 2


at these link a text file with the complete log fro sip and pyqt build :

http://www.geofemengineering.it/data/pyqt_osx_build.log


Thanks a lot for any help!

regards,


Massimo Di Stefano
massimodisa...@yahoo.it

epifanio on   irc.freenode.net  /join gfoss







_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to