[PyKDE] Problems building QtAssistant

Lawrence Oluyede l.oluyede at gmail.com
Sun Oct 22 15:03:41 BST 2006


I also had to tweak a finalise() with

if mod == "QtAssistant":
    incdir.append(os.path.join(qtincdir[0], mod))

because it didn't include the standard include path for Qt with
QtAssistant module.
Now I get this:

Checking to see if the QtAssistant module should be built...
c++ -DQT_NO_DEBUG -I. -I/usr/local/Trolltech/Qt-4.2.1/mkspecs/default
-I/usr/local/Trolltech/Qt-4.2.1/lib/QtAssistant.framework/Headers
-I/usr/local/Trolltech/Qt-4.2.1/include/QtAssistant
-I/usr/local/Trolltech/Qt-4.2.1/lib/QtGui.framework/Headers
-I/usr/local/Trolltech/Qt-4.2.1/lib/QtNetwork.framework/Headers
-I/usr/local/Trolltech/Qt-4.2.1/include -pipe -Os -w
cfgtest_QtAssistant.cpp -o cfgtest_QtAssistant
-F/usr/local/Trolltech/Qt-4.2.1/lib
-L/usr/local/Trolltech/Qt-4.2.1/lib -headerpad_max_install_names
-framework QtAssistantClient -framework QtGui -framework QtNetwork
/usr/bin/ld: Undefined symbols:
QString::fromAscii_helper(char const*, int)
QString::free(QString::Data*)
collect2: ld returned 1 exit status


-- 
Lawrence
http://www.oluyede.org/blog
http://www.neropercaso.it




More information about the PyQt mailing list