[Qt-interest] LNK2001 errors when building Qtguid4.dll on Windows Vista with Intel Compiler
Wm. G. Urquhart
wgu at wurquhart.co.uk
Sun Dec 20 18:09:59 CET 2009
Gordon Schumacher wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Wm. G. Urquhart wrote:
>> Hello List.
>>
>> Using the Qt 2009.05 SDK I am trying to build the qt libraries to allow
>> me to use the Intel Compiler (v11.1) in Creator. Everything goes well
>> until it tries to build the Qtguid4.dll when I get over 100 unresolved
>> externals!
>
> Like what? It's difficult to comment without knowing what they look
> like - at least a few of them?
Oops! Yeah, makes it harder when we're not clairvoyant of course my
apologies I should have thought.
So from near the top of the output:
...
link /LIBPATH:"c:\Qt\2009.05\qt\lib" /LIBPATH:"c:\Qt\2009.05\qt\lib"
/NOLOGO /BASE:0x65000000 /DEBUG /DLL /VERSION:4.60
/OUT:..\..\lib\QtGuid4.dll @C:\Users\William\AppData\Local\Temp\nm35AB.tmp
Creating library ..\..\lib\QtGuid4.lib and object ..\..\lib\QtGuid4.exp
moc_qcolumnviewgrip_p.obj : error LNK2001: unresolved external symbol
"public: virtual __thiscall QObjectData::~QObjectData(void)"
(??1QObjectData@@UAE at XZ)
moc_qgraphicsscenelinearindex_p.obj : error LNK2001: unresolved external
symbol "public: virtual __thiscall QObjectData::~QObjectData(void)"
(??1QObjectData@@UAE at XZ)
... and the bottom
qapplication.obj : error LNK2001: unresolved external symbol "public:
virtual __thiscall QObjectData::~QObjectData(void)" (??1QObjectData@@UAE at XZ)
qboxlayout.obj : error LNK2001: unresolved external symbol "public:
virtual __thiscall QObjectData::~QObjectData(void)" (??1QObjectData@@UAE at XZ)
..\..\lib\QtGuid4.dll : fatal error LNK1120: 1 unresolved externals
I hope this is of use.
More information about the Qt-interest-old
mailing list