[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] PyQt snapshot not linking on Mac OSX
From:       Kevin Cureton <kevin () bang-splat ! com>
Date:       2007-03-30 17:14:02
Message-ID: 980EFA27-EAC5-4663-8D49-38785D02BF9B () bang-splat ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I was wondering if anyone else is running into problems with PyQt  
linking on Mac OS X (Intel, latest patches). I'm using

Qt 4.2.3 (installed as a framework)
sip-snapshot-20070326
PyQt-mac-gpl-4-snapshot-20070325

c++ -headerpad_max_install_names -bundle -F/Library/Frameworks - 
framework Python -o QtCore.so sipQtCorecmodule.o sipQtCoreQMap.o  
sipQtCoreQWaitCondition.o sipQtCoreQVector.o sipQtCoreQVariant.o  
sipQtCoreQUuid.o sipQtCoreQUrlFormattingOptions.o sipQtCoreQUrl.o  
sipQtCoreQTranslator.o sipQtCoreQTimer.o sipQtCoreQTimeLine.o  
sipQtCoreQThread.o sipQtCoreQTextStreamManipulator.o  
sipQtCoreQTextStreamNumberFlags.o sipQtCoreQTextStream.o  
sipQtCoreQTextDecoder.o sipQtCoreQTextEncoder.o  
sipQtCoreQTextCodecConverterState.o  
sipQtCoreQTextCodecConversionFlags.o sipQtCoreQTextCodec.o  
sipQtCoreQTemporaryFile.o sipQtCoreQStringMatcher.o  
sipQtCoreQStringList.o sipQtCoreQLatin1String.o  
sipQtCoreQStringSectionFlags.o sipQtCoreQString.o  
sipQtCoreQSocketNotifier.o sipQtCoreQSizeF.o sipQtCoreQSize.o  
sipQtCoreQSignalMapper.o sipQtCoreQSettings.o sipQtCoreQSemaphore.o  
sipQtCoreQResource.o sipQtCoreQRegExp.o sipQtCoreQRectF.o  
sipQtCoreQRect.o sipQtCoreQWriteLocker.o sipQtCoreQReadLocker.o  
sipQtCoreQReadWriteLock.o sipQtCoreQProcess.o sipQtCoreQPointF.o  
sipQtCoreQPoint.o sipQtCoreQPluginLoader.o sipQtCoreQPair.o  
sipQtCoreQMetaObject.o sipQtCoreQObjectCleanupHandler.o  
sipQtCoreQTextLength.o sipQtCoreQTextFormat.o sipQtCoreQSizePolicy.o  
sipQtCoreQRegion.o sipQtCoreQPolygon.o sipQtCoreQPixmap.o  
sipQtCoreQPen.o sipQtCoreQPalette.o sipQtCoreQMatrix.o  
sipQtCoreQKeySequence.o sipQtCoreQImage.o sipQtCoreQIcon.o  
sipQtCoreQFont.o sipQtCoreQCursor.o sipQtCoreQColor.o  
sipQtCoreQBrush.o sipQtCoreQBitmap.o sipQtCoreQWidget.o  
sipQtCoreQMutexLocker.o sipQtCoreQMutex.o sipQtCoreQMimeData.o  
sipQtCoreQMetaClassInfo.o sipQtCoreQMetaProperty.o  
sipQtCoreQMetaEnum.o sipQtCoreQMetaMethod.o sipQtCoreQSystemLocale.o  
sipQtCoreQLocaleNumberOptions.o sipQtCoreQLocale.o sipQtCoreQList.o  
sipQtCoreQLineF.o sipQtCoreQLine.o sipQtCoreQLibraryInfo.o  
sipQtCoreQLibraryLoadHints.o sipQtCoreQLibrary.o  
sipQtCoreQIODeviceOpenMode.o sipQtCoreQFSFileEngine.o  
sipQtCoreQFileSystemWatcher.o sipQtCoreQFileInfo.o  
sipQtCoreQFilePermissions.o sipQtCoreQFile.o  
sipQtCoreQEventLoopProcessEventsFlags.o sipQtCoreQEventLoop.o  
sipQtCoreQDirSortFlags.o sipQtCoreQDirFilters.o sipQtCoreQDir.o  
sipQtCoreQDateTime.o sipQtCoreQTime.o sipQtCoreQDate.o  
sipQtCoreQDataStream.o sipQtCoreQDynamicPropertyChangeEvent.o  
sipQtCoreQChildEvent.o sipQtCoreQTimerEvent.o sipQtCoreQEvent.o  
sipQtCoreQCoreApplication.o sipQtCoreQChar.o sipQtCoreQLatin1Char.o  
sipQtCoreQByteArrayMatcher.o sipQtCoreQByteArray.o  
sipQtCoreQIODevice.o sipQtCoreQBuffer.o sipQtCoreQBitArray.o  
sipQtCoreQBasicTimer.o sipQtCoreQAbstractListModel.o  
sipQtCoreQAbstractTableModel.o sipQtCoreQAbstractItemModel.o  
sipQtCoreQPersistentModelIndex.o sipQtCoreQModelIndex.o  
sipQtCoreQAbstractFileEngineHandler.o  
sipQtCoreQAbstractFileEngineFileFlags.o  
sipQtCoreQAbstractFileEngine.o sipQtCoreQObject.o  
sipQtCoreQAbstractEventDispatcher.o sipQtCoreQtTextInteractionFlags.o  
sipQtCoreQtMatchFlags.o sipQtCoreQtItemFlags.o  
sipQtCoreQtDropActions.o sipQtCoreQtToolBarAreas.o  
sipQtCoreQtDockWidgetAreas.o sipQtCoreQtImageConversionFlags.o  
sipQtCoreQtWindowStates.o sipQtCoreQtWindowFlags.o  
sipQtCoreQtAlignment.o sipQtCoreQtOrientations.o  
sipQtCoreQtMouseButtons.o sipQtCoreQtKeyboardModifiers.o  
sipQtCoreQt.o sipQtCoreQSysInfo.o -F/usr/local/Trolltech/Qt-4.2.3/lib  
-L/usr/local/Trolltech/Qt-4.2.3/lib -framework QtCore -L/usr/local/ 
src/qt-mac-opensource-src-4.2.3/lib -lz -lm -liconv -framework  
ApplicationServices
/usr/bin/ld: Undefined symbols:
qrand()
qsrand(unsigned int)
QSystemLocale::QSystemLocale()
vtable for QSystemLocale
QVariant::QVariant(Qt::GlobalColor)
QUrl::idnWhitelist()
QUrl::setIdnWhitelist(QStringList const&)
QUrl::toAce(QString const&)
QUrl::fromAce(QByteArray const&)
....

I also tried this against Qt 4.2.2 with the same results.

Is anyone else seeing this on the Mac?

--kev

--
kevin at bang-splat dot com
The tools for managing paradox are still undeveloped. --Kevin Kelly




[Attachment #5 (unknown)]

<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: \
after-white-space; "><DIV>I was wondering if anyone else is running into problems \
with PyQt linking on Mac OS X (Intel, latest patches). I'm using</DIV><DIV><BR \
class="khtml-block-placeholder"></DIV><DIV>Qt 4.2.3 (installed as a \
framework)</DIV><DIV>sip-snapshot-20070326</DIV><DIV>PyQt-mac-gpl-4-snapshot-20070325</DIV><DIV><BR \
class="khtml-block-placeholder"></DIV><DIV>c++ -headerpad_max_install_names -bundle \
-F/Library/Frameworks -framework Python -o QtCore.so sipQtCorecmodule.o \
sipQtCoreQMap.o sipQtCoreQWaitCondition.o sipQtCoreQVector.o sipQtCoreQVariant.o \
sipQtCoreQUuid.o sipQtCoreQUrlFormattingOptions.o sipQtCoreQUrl.o \
sipQtCoreQTranslator.o sipQtCoreQTimer.o sipQtCoreQTimeLine.o sipQtCoreQThread.o \
sipQtCoreQTextStreamManipulator.o sipQtCoreQTextStreamNumberFlags.o \
sipQtCoreQTextStream.o sipQtCoreQTextDecoder.o sipQtCoreQTextEncoder.o \
sipQtCoreQTextCodecConverterState.o sipQtCoreQTextCodecConversionFlags.o \
sipQtCoreQTextCodec.o sipQtCoreQTemporaryFile.o sipQtCoreQStringMatcher.o \
sipQtCoreQStringList.o sipQtCoreQLatin1String.o sipQtCoreQStringSectionFlags.o \
sipQtCoreQString.o sipQtCoreQSocketNotifier.o sipQtCoreQSizeF.o sipQtCoreQSize.o \
sipQtCoreQSignalMapper.o sipQtCoreQSettings.o sipQtCoreQSemaphore.o \
sipQtCoreQResource.o sipQtCoreQRegExp.o sipQtCoreQRectF.o sipQtCoreQRect.o \
sipQtCoreQWriteLocker.o sipQtCoreQReadLocker.o sipQtCoreQReadWriteLock.o \
sipQtCoreQProcess.o sipQtCoreQPointF.o sipQtCoreQPoint.o sipQtCoreQPluginLoader.o \
sipQtCoreQPair.o sipQtCoreQMetaObject.o sipQtCoreQObjectCleanupHandler.o \
sipQtCoreQTextLength.o sipQtCoreQTextFormat.o sipQtCoreQSizePolicy.o \
sipQtCoreQRegion.o sipQtCoreQPolygon.o sipQtCoreQPixmap.o sipQtCoreQPen.o \
sipQtCoreQPalette.o sipQtCoreQMatrix.o sipQtCoreQKeySequence.o sipQtCoreQImage.o \
sipQtCoreQIcon.o sipQtCoreQFont.o sipQtCoreQCursor.o sipQtCoreQColor.o \
sipQtCoreQBrush.o sipQtCoreQBitmap.o sipQtCoreQWidget.o sipQtCoreQMutexLocker.o \
sipQtCoreQMutex.o sipQtCoreQMimeData.o sipQtCoreQMetaClassInfo.o \
sipQtCoreQMetaProperty.o sipQtCoreQMetaEnum.o sipQtCoreQMetaMethod.o \
sipQtCoreQSystemLocale.o sipQtCoreQLocaleNumberOptions.o sipQtCoreQLocale.o \
sipQtCoreQList.o sipQtCoreQLineF.o sipQtCoreQLine.o sipQtCoreQLibraryInfo.o \
sipQtCoreQLibraryLoadHints.o sipQtCoreQLibrary.o sipQtCoreQIODeviceOpenMode.o \
sipQtCoreQFSFileEngine.o sipQtCoreQFileSystemWatcher.o sipQtCoreQFileInfo.o \
sipQtCoreQFilePermissions.o sipQtCoreQFile.o sipQtCoreQEventLoopProcessEventsFlags.o \
sipQtCoreQEventLoop.o sipQtCoreQDirSortFlags.o sipQtCoreQDirFilters.o sipQtCoreQDir.o \
sipQtCoreQDateTime.o sipQtCoreQTime.o sipQtCoreQDate.o sipQtCoreQDataStream.o \
sipQtCoreQDynamicPropertyChangeEvent.o sipQtCoreQChildEvent.o sipQtCoreQTimerEvent.o \
sipQtCoreQEvent.o sipQtCoreQCoreApplication.o sipQtCoreQChar.o sipQtCoreQLatin1Char.o \
sipQtCoreQByteArrayMatcher.o sipQtCoreQByteArray.o sipQtCoreQIODevice.o \
sipQtCoreQBuffer.o sipQtCoreQBitArray.o sipQtCoreQBasicTimer.o \
sipQtCoreQAbstractListModel.o sipQtCoreQAbstractTableModel.o \
sipQtCoreQAbstractItemModel.o sipQtCoreQPersistentModelIndex.o sipQtCoreQModelIndex.o \
sipQtCoreQAbstractFileEngineHandler.o sipQtCoreQAbstractFileEngineFileFlags.o \
sipQtCoreQAbstractFileEngine.o sipQtCoreQObject.o sipQtCoreQAbstractEventDispatcher.o \
sipQtCoreQtTextInteractionFlags.o sipQtCoreQtMatchFlags.o sipQtCoreQtItemFlags.o \
sipQtCoreQtDropActions.o sipQtCoreQtToolBarAreas.o sipQtCoreQtDockWidgetAreas.o \
sipQtCoreQtImageConversionFlags.o sipQtCoreQtWindowStates.o sipQtCoreQtWindowFlags.o \
sipQtCoreQtAlignment.o sipQtCoreQtOrientations.o sipQtCoreQtMouseButtons.o \
sipQtCoreQtKeyboardModifiers.o sipQtCoreQt.o sipQtCoreQSysInfo.o \
-F/usr/local/Trolltech/Qt-4.2.3/lib -L/usr/local/Trolltech/Qt-4.2.3/lib -framework \
QtCore -L/usr/local/src/qt-mac-opensource-src-4.2.3/lib -lz -lm -liconv -framework \
ApplicationServices</DIV><DIV>/usr/bin/ld: Undefined \
symbols:</DIV><DIV>qrand()</DIV><DIV>qsrand(unsigned \
int)</DIV><DIV>QSystemLocale::QSystemLocale()</DIV><DIV>vtable for \
QSystemLocale</DIV><DIV>QVariant::QVariant(Qt::GlobalColor)</DIV><DIV>QUrl::idnWhitelist()</DIV><DIV>QUrl::setIdnWhitelist(QStringList \
const&amp;)</DIV><DIV>QUrl::toAce(QString \
const&amp;)</DIV><DIV>QUrl::fromAce(QByteArray \
const&amp;)</DIV><DIV>....</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I \
also tried this against Qt 4.2.2 with the same results.</DIV><DIV><BR \
class="khtml-block-placeholder"></DIV><DIV>Is anyone else seeing this on the \
Mac?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>--kev</DIV><BR><DIV> \
<SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px \
0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: \
normal; font-variant: normal; font-weight: normal; letter-spacing: normal; \
line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; \
text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; \
white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" \
style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 11px; font-style: normal; font-variant: normal; \
font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; \
-khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: \
auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: \
0px; "><DIV>--</DIV><DIV>kevin at bang-splat dot com</DIV><DIV>The tools for managing \
paradox are still undeveloped. --Kevin Kelly</DIV><DIV><BR \
class="khtml-block-placeholder"></DIV></SPAN><BR \
class="Apple-interchange-newline"></SPAN> </DIV><BR></BODY></HTML>



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic