Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3158 closed defect (invalid)

Svn16507 Error.

Reported by: gameboy Owned by:
Priority: Should Have Milestone:
Component: Core engine Keywords:
Cc: Patch:

Description

Today I tested the SVN16507, I use VS2013 to compile it, errors, failed to compile.

Error 58 error LNK2019: unresolved external symbol "public:class glooxwrapper::string Const thiscall glooxwrapper::DelayedDelivery::stamp (void) const" (? stamp@DelayedDelivery@glooxwrapper@@QBE? BVstring@2@XZ), which is in function "protected:virtual void thiscall XmppClient::handleMUCMessage (class glooxwrapper::MUCRoom *,class glooxwrapper::Message const &,bool)" (? HandleMUCMessage@XmppClient@@MAEXPAVMUCRoom@glooxwrapper@@ABVMessage@3@_N@Z) referenced in D:\trunk\build\workspaces\vc2013\lobby.lib (XmppClient.obj) pyrogenesis

Error 59 error MSB6006: "link.exe" exited with code 1120. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 607 5 pyrogenesis

Error 60 error LNK2019: unresolved external symbol "public:class glooxwrapper::DelayedDelivery const * thiscall glooxwrapper::Message::when (void) const" (? When@Message@glooxwrapper@@QBEPBVDelayedDelivery@2@XZ), which is in function "protected:virtual void thiscall XmppClient::handleMUCMessage (class glooxwrapper::MUCRoom *,class Glooxwrapper::Message const &,bool) "(? handleMUCMessage@XmppClient@@MAEXPAVMUCRoom@glooxwrapper@@ABVMessage@3@_N@Z) was referenced in D:\trunk\build\workspaces\vc2013\lobby.lib ( XmppClient.obj) pyrogenesis Error 63 error LNK2019: unresolved external symbol "public:class glooxwrapper::string Const thiscall glooxwrapper::DelayedDelivery::stamp (void) const" (? stamp@DelayedDelivery@glooxwrapper@@QBE? BVstring@2@XZ), which is in function "protected:virtual void thiscall XmppClient::handleMUCMessage (class glooxwrapper::MUCRoom *,class glooxwrapper::Message const &,bool)" (? HandleMUCMessage@XmppClient@@MAEXPAVMUCRoom@glooxwrapper@@ABVMessage@3@_N@Z) referenced in D:\trunk\build\workspaces\vc2013\lobby.lib (XmppClient.obj) test

Error 64 error LNK2019: unresolved external symbol "public:class glooxwrapper::DelayedDelivery const * thiscall glooxwrapper::Message::when (void) const" (? When@Message@glooxwrapper@@QBEPBVDelayedDelivery@2@XZ), which is in function "protected:virtual void thiscall XmppClient::handleMUCMessage (class glooxwrapper::MUCRoom *,class Glooxwrapper::Message const &,bool) "(? handleMUCMessage@XmppClient@@MAEXPAVMUCRoom@glooxwrapper@@ABVMessage@3@_N@Z) was referenced in D:\trunk\build\workspaces\vc2013\lobby.lib ( XmppClient.obj) test

Error 65 unresolved external error LNK1120:2 command D:\trunk\binaries\system\test.exe 1 1 test

Change History (2)

comment:1 by Josh, 9 years ago

Milestone: Backlog
Resolution: invalid
Status: newclosed

You need to build the glooxwrapper as well, the precompiled version hasn't been uploaded yet.

comment:2 by Josh, 9 years ago

Alright, I just committed the updated precompiled version. It should work now.

Note: See TracTickets for help on using tickets.