Hey,

Just checking my projects with Qt 4.6 here on OSX10.5.8.   Everything
compiles and runs fine, except for the spell checking code (integrated
into the mac spell checker).

I thought it was just my dodgy code, but I downloaded
QtSpellCheckingTextEdit solution and it has the same problems.
Basically there are a bunch of linker errors in the mac private
headers that it uses, something like:
Undefined symbols:
"_NSApplicationLoad", referenced from:
QtMacCocoaAutoReleasePool::QtMacCocoaAutoReleasePool()in privateqt_mac.o
QtMacCocoaAutoReleasePool::QtMacCocoaAutoReleasePool()in privateqt_mac.o
".objc_class_name_NSAutoreleasePool", referenced from:
literal-poin...@__objc@__cls_r...@nsautoreleasepool in privateqt_mac.o
"_CFStringCreateWithCharacters", referenced from:
QtCFString::toCFStringRef(QString const&) in privateqt_mac.o

and so on.

So before I get too deep into mucking with this (don't really know
anything about mac programming), is there a plan to update that
solution for 4.6?

Thanks,
Leo
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to