[Delta] QT and XMPP Question
Justin Karneges
justin-psi2 at affinix.com
Tue Mar 11 14:25:16 PDT 2008
On Tuesday 11 March 2008 2:07 pm, K. Nimer wrote:
> Almost runs
>
> i get linking errors
> i get loaaaads of them
>
>
> look at this set of errors
> -------------------------------------
> 1>Linking...
> 1>xmpp_ibb.obj : error LNK2019: unresolved external symbol
> "__declspec(dllimport) public: virtual __thiscall
> QCA::Base64::~Base64(void)" (__imp_??1Base64 at QCA@@UAE at XZ) referenced in
> function "public: void __thiscall XMPP::IBBConnection::connectToJid(class
> XMPP::Jid const &,class QDomElement const &)" (?connectToJid@
> IBBConnection at XMPP@@QAEXABVJid at 2@ABVQDomElement@@@Z)
> 1>xmpp_vcard.obj : error LNK2001: unresolved external symbol
> "__declspec(dllimport) public: virtual __thiscall
> QCA::Base64::~Base64(void)" (__imp_??1Base64 at QCA@@UAE at XZ)
> 1>httpconnect.obj : error LNK2001: unresolved external symbol
It looks like qca2.lib is not being linked in. In my generated
Makefile.release file, I can see the LIBS line has all needed libs (qca2.lib,
QtCore4.lib, etc). Make sure qca2.lib is listed in there, and that the paths
are correct. I noticed the path you use has spaces in it (C:\documents and
settings...), which may cause trouble with msvc and qmake, I dunno..
-Justin
More information about the Delta
mailing list