[Qt-interest] Link error when building qdoc3.exe with Win32 Qt 4.5

Stephen Collyer scollyer at netspinner.co.uk
Mon Mar 23 08:58:33 CET 2009


I'm trying to build Qt 4.5 with VS 2005 and I'm getting a link error. My
configure command is:

configure -plugin-sql-sqlite -plugin-sql-mysql -openssl
 -I "c:\Progra~1\MySQL\MySQLS~1.0\include"
-L "c:\Progra~1\MySQL\MySQLS~1.0\lib\opt"
 -I "C:\OpenSSL\include"
 -L "C:\OpenSSL\lib\VC"

The error seems to be occuring when it's linking qdoc3.exe:

link
/LIBPATH:"c:\qt\qt-win-opensource-src-4.5.0\lib"
/LIBPATH:"c:\qt\qt-win-opensource-src-4.5.0\lib"
/NOLOGO /INCREMENTAL:NO /LTCG /SUBSYSTEM:CONSOLE
/MANIFEST /MANIFESTFILE:"tmp\obj\release_shared\qdoc3.intermediate.manifest"

/OUT:release\qdoc3.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nmC66.tmp
polyarchiveextractor.obj :
error LNK2001: unresolved external symbol "void __cdecl executeCommand(class
Location const &,class QString const &,class QStringList
 const &)" (?executeCommand@@YAXABVLocation@@ABVQString@@ABVQStringList@@@Z)
release\qdoc3.exe : fatal error LNK1120: 1 unresolved externals

Can anyone suggest what the problem is here ?

Steve Collyer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090323/7cd23663/attachment.html 


More information about the Qt-interest-old mailing list