[sldev] Compilation error on VC 8
Geetika Sharma
geetikas at gmail.com
Tue Apr 17 22:10:34 PDT 2007
Hi
I am trying to build the latest version (1.14.1.1) on VC 8. I get the
followinf compile time errors.
------ Build started: Project: test, Configuration: ReleaseNoOpt Win32
------
Linking...
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: void __thiscall LLSDMessageReader::setMessage(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &,class LLSD const &)"
(?setMessage at LLSDMessageReader@@QAEXABV?$basic_string at DU?$char_traits at D@std
@@V?$allocator at D@2@@std@@ABVLLSD@@@Z) referenced in function "private:
virtual void __thiscall LLMessageHandlerBridge::post(class LLPointer<class
LLHTTPNode::Response>,class LLSD const &,class LLSD const &)const "
(?post at LLMessageHandlerBridge@@EBEXV?$LLPointer at VResponse
@LLHTTPNode@@@@ABVLLSD@@1 at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: __thiscall LLSDMessageReader::LLSDMessageReader(void)"
(??0LLSDMessageReader@@QAE at XZ) referenced in function "public: __thiscall
LLMessageSystem::LLMessageSystem(char const *,unsigned int,int,int,int)"
(??0LLMessageSystem@@QAE at PBDIHHH@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: __thiscall LLTemplateMessageReader::LLTemplateMessageReader(class
std::map<unsigned int,class LLMessageTemplate *,struct std::less<unsigned
int>,class std::allocator<struct std::pair<unsigned int const ,class
LLMessageTemplate *> > > &)" (??0LLTemplateMessageReader@@QAE at AAV
?$map at IPAVLLMessageTemplate@@U?$less at I@std@@V?$allocator at U?$pair@$$CBIPAVLLMessageTemplate@@@std@@@3@@std@@@Z)
referenced in function "public: __thiscall
LLMessageSystem::LLMessageSystem(char const *,unsigned int,int,int,int)"
(??0LLMessageSystem@@QAE at PBDIHHH@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: __thiscall LLSDMessageBuilder::LLSDMessageBuilder(void)"
(??0LLSDMessageBuilder@@QAE at XZ) referenced in function "public: __thiscall
LLMessageSystem::LLMessageSystem(char const *,unsigned int,int,int,int)"
(??0LLMessageSystem@@QAE at PBDIHHH@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: __thiscall LLTemplateMessageBuilder::LLTemplateMessageBuilder(class
std::map<char const *,class LLMessageTemplate *,struct std::less<char const
*>,class std::allocator<struct std::pair<char const * const,class
LLMessageTemplate *> > > &)" (??0LLTemplateMessageBuilder@@QAE at AAV
?$map at PBDPAVLLMessageTemplate@@U?$less at PBD@std@@V?$allocator at U?$pair at QBDPAVLLMessageTemplate@@@std@@@3@@std@@@Z)
referenced in function "public: __thiscall
LLMessageSystem::LLMessageSystem(char const *,unsigned int,int,int,int)"
(??0LLMessageSystem@@QAE at PBDIHHH@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: int __thiscall LLTemplateMessageReader::readMessage(unsigned char
const *,class LLHost const &)"
(?readMessage at LLTemplateMessageReader@@QAEHPBEABVLLHost@@@Z) referenced in
function "public: int __thiscall LLMessageSystem::checkMessages(__int64)"
(?checkMessages at LLMessageSystem@@QAEH_J at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: bool __thiscall LLTemplateMessageReader::isBanned(bool)const "
(?isBanned at LLTemplateMessageReader@@QBE_N_N at Z) referenced in function
"public: int __thiscall LLMessageSystem::checkMessages(__int64)"
(?checkMessages at LLMessageSystem@@QAEH_J at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: bool __thiscall LLTemplateMessageReader::isTrusted(void)const "
(?isTrusted at LLTemplateMessageReader@@QBE_NXZ) referenced in function
"public: int __thiscall LLMessageSystem::checkMessages(__int64)"
(?checkMessages at LLMessageSystem@@QAEH_J at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: int __thiscall LLTemplateMessageReader::validateMessage(unsigned
char const *,int,class LLHost const &)"
(?validateMessage at LLTemplateMessageReader@@QAEHPBEHABVLLHost@@@Z) referenced
in function "public: int __thiscall LLMessageSystem::checkMessages(__int64)"
(?checkMessages at LLMessageSystem@@QAEH_J at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: static class LLHTTPSender const & __cdecl
LLHTTPSender::getSender(class LLHost const &)" (?getSender at LLHTTPSender@@
SAABV1 at ABVLLHost@@@Z) referenced in function "public: int __thiscall
LLMessageSystem::sendMessage(class LLHost const &)"
(?sendMessage at LLMessageSystem@@QAEHABVLLHost@@@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: class LLSD const & __thiscall
LLSDMessageBuilder::getMessage(void)const "
(?getMessage at LLSDMessageBuilder@@QBEABVLLSD@@XZ) referenced in function
"public: int __thiscall LLMessageSystem::sendMessage(class LLHost const &)"
(?sendMessage at LLMessageSystem@@QAEHABVLLHost@@@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
operator<<(class std::basic_ostream<char,struct std::char_traits<char> >
&,class LLMessageTemplate &)" (??6 at YAAAV?$basic_ostream at DU?$char_traits@
D at std@@@std@@AAV01 at AAVLLMessageTemplate@@@Z) referenced in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
operator<<(class std::basic_ostream<char,struct std::char_traits<char> >
&,class LLMessageSystem &)" (??6 at YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@std@@AAV01 at AAVLLMessageSystem@@@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: static bool __cdecl LLMessageConfig::isMessageBuiltTemplate(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)" (?isMessageBuiltTemplate at LLMessageConfig@@
SA_NABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
referenced in function "public: void __thiscall
LLMessageSystem::newMessageFast(char const *)"
(?newMessageFast at LLMessageSystem@@QAEXPBD at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: static void __cdecl LLMessageReader::setTimeDecodes(int)"
(?setTimeDecodes at LLMessageReader@@SAXH at Z) referenced in function "public:
static void __cdecl LLMessageSystem::setTimeDecodes(int)"
(?setTimeDecodes at LLMessageSystem@@SAXH at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: static void __cdecl
LLMessageReader::setTimeDecodesSpamThreshold(float)"
(?setTimeDecodesSpamThreshold at LLMessageReader@@SAXM at Z) referenced in
function "public: static void __cdecl
LLMessageSystem::setTimeDecodesSpamThreshold(float)"
(?setTimeDecodesSpamThreshold at LLMessageSystem@@SAXM at Z)
ReleaseNoOpt/test.exe : fatal error LNK1120: 15 unresolved externals
Build log was saved at "
file://c:\Secondlife\Apr03_code\linden\indra\test\ReleaseNoOpt\BuildLog.htm<file:///c:/Secondlife/Apr03_code/linden/indra/test/ReleaseNoOpt/BuildLog.htm>
"
test - 16 error(s), 0 warning(s)
------ Build started: Project: newview, Configuration: ReleaseNoOpt Win32
------
Linking...
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
_fprintf imported in function "protected: virtual int __thiscall
LLImageJ2COJ::decodeImpl(class LLImageJ2C &,class LLImageRaw
&,float,int,int)"
(?decodeImpl at LLImageJ2COJ@@MAEHAAVLLImageJ2C@@AAVLLImageRaw@@MHH at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
___iob_func imported in function "protected: virtual int __thiscall
LLImageJ2COJ::decodeImpl(class LLImageJ2C &,class LLImageRaw
&,float,int,int)"
(?decodeImpl at LLImageJ2COJ@@MAEHAAVLLImageJ2C@@AAVLLImageRaw@@MHH at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
_free imported in function "protected: virtual int __thiscall
LLImageJ2COJ::encodeImpl(class LLImageJ2C &,class LLImageRaw const &,char
const *,float)"
(?encodeImpl at LLImageJ2COJ@@MAEHAAVLLImageJ2C@@ABVLLImageRaw@@PBDM at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?setstate@?$basic_ios at DU?$char_traits at D@std@@@std@@QAEXH_N at Z (public: void
__thiscall std::basic_ios<char,struct std::char_traits<char>
>::setstate(int,bool)) imported in function __catch$??$?6U?$char_traits@
D at std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std@@@0 at AAV10@PBD at Z$0
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?width at ios_base@std@@QAEHH at Z (public: int __thiscall
std::ios_base::width(int)) imported in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?sputn@?$basic_streambuf at DU?$char_traits at D@std@@@std@@QAEHPBDH at Z (public:
int __thiscall std::basic_streambuf<char,struct std::char_traits<char>
>::sputn(char const *,int)) imported in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?eq_int_type@?$char_traits at D@std@@SA_NABH0 at Z (public: static bool __cdecl
std::char_traits<char>::eq_int_type(int const &,int const &)) imported in
function "class std::basic_ostream<char,struct std::char_traits<char> > &
__cdecl std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?eof@?$char_traits at D@std@@SAHXZ (public: static int __cdecl
std::char_traits<char>::eof(void)) imported in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?sputc@?$basic_streambuf at DU?$char_traits at D@std@@@std@@QAEHD at Z (public: int
__thiscall std::basic_streambuf<char,struct std::char_traits<char>
>::sputc(char)) imported in function "class std::basic_ostream<char,struct
std::char_traits<char> > & __cdecl std::operator<<<struct
std::char_traits<char> >(class std::basic_ostream<char,struct
std::char_traits<char> > &,char const *)" (??$?6U?$char_traits at D@std@@@std@@
YAAAV?$basic_ostream at DU?$char_traits at D@std@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?rdbuf@?$basic_ios at DU?$char_traits at D@std@@@std@@QBEPAV?$basic_streambuf at DU
?$char_traits at D@std@@@2 at XZ (public: class std::basic_streambuf<char,struct
std::char_traits<char> > * __thiscall std::basic_ios<char,struct
std::char_traits<char> >::rdbuf(void)const ) imported in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?fill@?$basic_ios at DU?$char_traits at D@std@@@std@@QBEDXZ (public: char
__thiscall std::basic_ios<char,struct std::char_traits<char>
>::fill(void)const ) imported in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?flags at ios_base@std@@QBEHXZ (public: int __thiscall
std::ios_base::flags(void)const ) imported in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?width at ios_base@std@@QBEHXZ (public: int __thiscall
std::ios_base::width(void)const ) imported in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?length@?$char_traits at D@std@@SAIPBD at Z (public: static unsigned int __cdecl
std::char_traits<char>::length(char const *)) imported in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
std::operator<<<struct std::char_traits<char> >(class
std::basic_ostream<char,struct std::char_traits<char> > &,char const *)"
(??$?6U?$char_traits at D@std@@@std@@YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@0 at AAV10@PBD at Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?flush@?$basic_ostream at DU?$char_traits at D@std@@@std@@QAEAAV12 at XZ (public:
class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall
std::basic_ostream<char,struct std::char_traits<char> >::flush(void))
imported in function "public: __thiscall std::basic_ostream<char,struct
std::char_traits<char> >::sentry::sentry(class
std::basic_ostream<char,struct std::char_traits<char> > &)"
(??0sentry@?$basic_ostream at DU?$char_traits at D@std@@@std@@QAE at AAV12@@Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?tie@?$basic_ios at DU?$char_traits at D@std@@@std@@QBEPAV?$basic_ostream at DU
?$char_traits at D@std@@@2 at XZ (public: class std::basic_ostream<char,struct
std::char_traits<char> > * __thiscall std::basic_ios<char,struct
std::char_traits<char> >::tie(void)const ) imported in function "public:
__thiscall std::basic_ostream<char,struct std::char_traits<char>
>::sentry::sentry(class std::basic_ostream<char,struct
std::char_traits<char> > &)" (??0sentry@?$basic_ostream at DU?$char_traits at D
@std@@@std@@QAE at AAV12@@Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?good at ios_base@std@@QBE_NXZ (public: bool __thiscall
std::ios_base::good(void)const ) imported in function "public: __thiscall
std::basic_ostream<char,struct std::char_traits<char>
>::sentry::sentry(class std::basic_ostream<char,struct
std::char_traits<char> > &)" (??0sentry@?$basic_ostream at DU?$char_traits at D
@std@@@std@@QAE at AAV12@@Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?_Osfx@?$basic_ostream at DU?$char_traits at D@std@@@std@@QAEXXZ (public: void
__thiscall std::basic_ostream<char,struct std::char_traits<char>
>::_Osfx(void)) imported in function "public: __thiscall
std::basic_ostream<char,struct std::char_traits<char>
>::sentry::~sentry(void)" (??1sentry@?$basic_ostream at DU?$char_traits at D
@std@@@std@@QAE at XZ)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?uncaught_exception at std@@YA_NXZ (bool __cdecl std::uncaught_exception(void))
imported in function "public: __thiscall std::basic_ostream<char,struct
std::char_traits<char> >::sentry::~sentry(void)" (??1sentry@?$basic_ostream@
DU?$char_traits at D@std@@@std@@QAE at XZ)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?_Lock@?$basic_streambuf at DU?$char_traits at D@std@@@std@@QAEXXZ (public: void
__thiscall std::basic_streambuf<char,struct std::char_traits<char>
>::_Lock(void)) imported in function "public: __thiscall
std::basic_ostream<char,struct std::char_traits<char>
>::_Sentry_base::_Sentry_base(class std::basic_ostream<char,struct
std::char_traits<char> > &)" (??0_Sentry_base@?$basic_ostream@
DU?$char_traits at D@std@@@std@@QAE at AAV12@@Z)
llimagej2coj.lib(llimagej2coj.obj) : warning LNK4217: locally defined symbol
?_Unlock@?$basic_streambuf at DU?$char_traits at D@std@@@std@@QAEXXZ (public: void
__thiscall std::basic_streambuf<char,struct std::char_traits<char>
>::_Unlock(void)) imported in function "public: __thiscall
std::basic_ostream<char,struct std::char_traits<char>
>::_Sentry_base::~_Sentry_base(void)" (??1_Sentry_base@?$basic_ostream@
DU?$char_traits at D@std@@@std@@QAE at XZ)
llviewerjointmesh.obj : error LNK2001: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
llvoavatar.obj : error LNK2001: unresolved external symbol "public: static
int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
lldrawpoolsimple.obj : error LNK2001: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
lldrawpoolsky.obj : error LNK2001: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
lldrawpoolstars.obj : error LNK2019: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z) referenced in function "public:
__thiscall LLGLDepthTest::LLGLDepthTest(unsigned char,unsigned char,unsigned
int)" (??0LLGLDepthTest@@QAE at EEI@Z)
lldrawpoolwater.obj : error LNK2001: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
lldrawpoolalpha.obj : error LNK2001: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
lldrawpoolavatar.obj : error LNK2001: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
lldrawpoolbump.obj : error LNK2001: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
lldrawpoolground.obj : error LNK2001: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getVertexShaderLevel(int)"
(?getVertexShaderLevel at LLShaderMgr@@SAHH at Z)
lldrawpoolavatar.obj : error LNK2001: unresolved external symbol "int
gSpecularIndex" (?gSpecularIndex@@3HA)
llviewerjointmesh.obj : error LNK2001: unresolved external symbol "int
gSpecularIndex" (?gSpecularIndex@@3HA)
lldrawpoolavatar.obj : error LNK2001: unresolved external symbol "int
gMaterialIndex" (?gMaterialIndex@@3HA)
llviewerjointmesh.obj : error LNK2001: unresolved external symbol "int
gMaterialIndex" (?gMaterialIndex@@3HA)
pipeline.obj : error LNK2001: unresolved external symbol "public: void
__thiscall LLGLSLShader::bind(void)" (?bind at LLGLSLShader@@QAEXXZ)
lldrawpoolavatar.obj : error LNK2019: unresolved external symbol "public:
void __thiscall LLGLSLShader::bind(void)" (?bind at LLGLSLShader@@QAEXXZ)
referenced in function "public: void __thiscall
LLDrawPoolAvatar::beginRigid(void)" (?beginRigid at LLDrawPoolAvatar@@QAEXXZ)
lldrawpoolbump.obj : error LNK2001: unresolved external symbol "public: void
__thiscall LLGLSLShader::bind(void)" (?bind at LLGLSLShader@@QAEXXZ)
lldrawpoolterrain.obj : error LNK2001: unresolved external symbol "public:
void __thiscall LLGLSLShader::bind(void)" (?bind at LLGLSLShader@@QAEXXZ)
lldrawpoolwater.obj : error LNK2001: unresolved external symbol "public:
void __thiscall LLGLSLShader::bind(void)" (?bind at LLGLSLShader@@QAEXXZ)
lldrawpoolavatar.obj : error LNK2001: unresolved external symbol "class
LLGLSLShader gAvatarEyeballProgram"
(?gAvatarEyeballProgram@@3VLLGLSLShader@@A)
lldrawpoolavatar.obj : error LNK2019: unresolved external symbol "public:
int __thiscall LLGLSLShader::enableTexture(int,int)"
(?enableTexture at LLGLSLShader@@QAEHHH at Z) referenced in function "public: void
__thiscall LLDrawPoolAvatar::beginSkinned(void)"
(?beginSkinned at LLDrawPoolAvatar@@QAEXXZ)
lldrawpoolterrain.obj : error LNK2001: unresolved external symbol "public:
int __thiscall LLGLSLShader::enableTexture(int,int)"
(?enableTexture at LLGLSLShader@@QAEHHH at Z)
lldrawpoolwater.obj : error LNK2001: unresolved external symbol "public: int
__thiscall LLGLSLShader::enableTexture(int,int)"
(?enableTexture at LLGLSLShader@@QAEHHH at Z)
lldrawpoolavatar.obj : error LNK2001: unresolved external symbol "class
LLGLSLShader gAvatarProgram" (?gAvatarProgram@@3VLLGLSLShader@@A)
lldrawpoolavatar.obj : error LNK2019: unresolved external symbol "public:
void __thiscall LLGLSLShader::unbind(void)" (?unbind at LLGLSLShader@@QAEXXZ)
referenced in function "public: void __thiscall
LLDrawPoolAvatar::endSkinned(void)" (?endSkinned at LLDrawPoolAvatar@@QAEXXZ)
lldrawpoolbump.obj : error LNK2001: unresolved external symbol "public: void
__thiscall LLGLSLShader::unbind(void)" (?unbind at LLGLSLShader@@QAEXXZ)
pipeline.obj : error LNK2001: unresolved external symbol "public: void
__thiscall LLGLSLShader::unbind(void)" (?unbind at LLGLSLShader@@QAEXXZ)
lldrawpoolavatar.obj : error LNK2019: unresolved external symbol "public:
int __thiscall LLGLSLShader::disableTexture(int,int)"
(?disableTexture at LLGLSLShader@@QAEHHH at Z) referenced in function "public:
void __thiscall LLDrawPoolAvatar::endSkinned(void)"
(?endSkinned at LLDrawPoolAvatar@@QAEXXZ)
lldrawpoolterrain.obj : error LNK2001: unresolved external symbol "public:
int __thiscall LLGLSLShader::disableTexture(int,int)"
(?disableTexture at LLGLSLShader@@QAEHHH at Z)
lldrawpoolwater.obj : error LNK2001: unresolved external symbol "public: int
__thiscall LLGLSLShader::disableTexture(int,int)"
(?disableTexture at LLGLSLShader@@QAEHHH at Z)
lldrawpoolavatar.obj : error LNK2019: unresolved external symbol "public:
void __thiscall LLGLSLShader::vertexAttrib4fv(unsigned int,float *)"
(?vertexAttrib4fv at LLGLSLShader@@QAEXIPAM at Z) referenced in function "public:
void __thiscall LLDrawPoolAvatar::renderAvatars(class LLVOAvatar *,int)"
(?renderAvatars at LLDrawPoolAvatar@@QAEXPAVLLVOAvatar@@H at Z)
lldrawpoolavatar.obj : error LNK2001: unresolved external symbol "int
gAvatarMatrixParam" (?gAvatarMatrixParam@@3HA)
llviewerjointmesh.obj : error LNK2001: unresolved external symbol "int
gAvatarMatrixParam" (?gAvatarMatrixParam@@3HA)
lldrawpoolavatar.obj : error LNK2001: unresolved external symbol "class
LLGLSLShader gAvatarPickProgram" (?gAvatarPickProgram@@3VLLGLSLShader@@A)
lldrawpoolbump.obj : error LNK2001: unresolved external symbol "class
LLVector4 gShinyOrigin" (?gShinyOrigin@@3VLLVector4@@A)
pipeline.obj : error LNK2001: unresolved external symbol "class LLVector4
gShinyOrigin" (?gShinyOrigin@@3VLLVector4@@A)
lldrawpoolbump.obj : error LNK2001: unresolved external symbol "class
LLGLSLShader gObjectShinyProgram" (?gObjectShinyProgram@@3VLLGLSLShader@@A)
lldrawpoolterrain.obj : error LNK2001: unresolved external symbol "class
LLGLSLShader gTerrainProgram" (?gTerrainProgram@@3VLLGLSLShader@@A)
lldrawpoolterrain.obj : error LNK2019: unresolved external symbol "public:
void __thiscall LLGLSLShader::vertexAttrib4f(unsigned
int,float,float,float,float)" (?vertexAttrib4f at LLGLSLShader@@QAEXIMMMM at Z)
referenced in function "public: virtual void __thiscall
LLDrawPoolTerrain::render(int)" (?render at LLDrawPoolTerrain@@UAEXH at Z)
pipeline.obj : error LNK2001: unresolved external symbol "public: void
__thiscall LLGLSLShader::vertexAttrib4f(unsigned
int,float,float,float,float)" (?vertexAttrib4f at LLGLSLShader@@QAEXIMMMM at Z)
lldrawpoolterrain.obj : error LNK2001: unresolved external symbol "class
LLGLSLShader gHighlightProgram" (?gHighlightProgram@@3VLLGLSLShader@@A)
pipeline.obj : error LNK2019: unresolved external symbol "class LLGLSLShader
gHighlightProgram" (?gHighlightProgram@@3VLLGLSLShader@@A) referenced in
function "public: void __thiscall LLPipeline::cleanup(void)"
(?cleanup at LLPipeline@@QAEXXZ)
lldrawpooltree.obj : error LNK2001: unresolved external symbol "class
LLGLSLShader gObjectSimpleProgram"
(?gObjectSimpleProgram@@3VLLGLSLShader@@A)
lldrawpoolwater.obj : error LNK2001: unresolved external symbol "class
LLGLSLShader gWaterProgram" (?gWaterProgram@@3VLLGLSLShader@@A)
llmutelist.obj : error LNK2001: unresolved external symbol "class
LLDispatcher gGenericDispatcher" (?gGenericDispatcher@@3VLLDispatcher@@A)
llpanelclassified.obj : error LNK2001: unresolved external symbol "class
LLDispatcher gGenericDispatcher" (?gGenericDispatcher@@3VLLDispatcher@@A)
llviewermessage.obj : error LNK2001: unresolved external symbol "void
__cdecl send_generic_message(char const *,class std::vector<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >,class std::allocator<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > > > const &,class LLUUID const &)"
(?send_generic_message@@YAXPBDABV?$vector at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@@2@@std@@ABVLLUUID@@@Z)
llpanelavatar.obj : error LNK2019: unresolved external symbol "void __cdecl
send_generic_message(char const *,class std::vector<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >,class std::allocator<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > > > const &,class LLUUID const &)"
(?send_generic_message@@YAXPBDABV?$vector at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@@2@@std@@ABVLLUUID@@@Z) referenced in function
"public: void __thiscall
LLPanelAvatarTab::sendAvatarProfileRequestIfNeeded(char const *)"
(?sendAvatarProfileRequestIfNeeded at LLPanelAvatarTab@@QAEXPBD at Z)
llpanelclassified.obj : error LNK2001: unresolved external symbol "void
__cdecl send_generic_message(char const *,class std::vector<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >,class std::allocator<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > > > const &,class LLUUID const &)"
(?send_generic_message@@YAXPBDABV?$vector at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@@2@@std@@ABVLLUUID@@@Z)
llpanelpick.obj : error LNK2001: unresolved external symbol "void __cdecl
send_generic_message(char const *,class std::vector<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >,class std::allocator<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > > > const &,class LLUUID const &)"
(?send_generic_message@@YAXPBDABV?$vector at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@@2@@std@@ABVLLUUID@@@Z)
llviewermenu.obj : error LNK2001: unresolved external symbol "void __cdecl
send_generic_message(char const *,class std::vector<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >,class std::allocator<class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > > > const &,class LLUUID const &)"
(?send_generic_message@@YAXPBDABV?$vector at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@V?$allocator at V?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@@2@@std@@ABVLLUUID@@@Z)
llpaneldisplay.obj : error LNK2019: unresolved external symbol "public:
static int __cdecl LLShaderMgr::getMaxVertexShaderLevel(int)"
(?getMaxVertexShaderLevel at LLShaderMgr@@SAHH at Z) referenced in function
"public: void __thiscall LLPanelDisplay3::refreshEnabledState(void)"
(?refreshEnabledState at LLPanelDisplay3@@QAEXXZ)
llstartup.obj : error LNK2019: unresolved external symbol "public: static
void __cdecl LLMessageConfig::initClass(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)" (?initClass at LLMessageConfig@@
SAXABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@0 at Z)
referenced in function "int __cdecl idle_startup(void)"
(?idle_startup@@YAHXZ)
llstartup.obj : error LNK2019: unresolved external symbol "void __cdecl
process_generic_message(class LLMessageSystem *,void * *)"
(?process_generic_message@@YAXPAVLLMessageSystem@@PAPAX at Z) referenced in
function "void __cdecl register_viewer_callbacks(class LLMessageSystem *)"
(?register_viewer_callbacks@@YAXPAVLLMessageSystem@@@Z)
llviewermenu.obj : error LNK2001: unresolved external symbol "public: static
int LLViewerJoystick::sOverrideCamera"
(?sOverrideCamera at LLViewerJoystick@@2HA)
pipeline.obj : error LNK2001: unresolved external symbol "public: static int
LLViewerJoystick::sOverrideCamera" (?sOverrideCamera at LLViewerJoystick@@2HA)
viewer.obj : error LNK2001: unresolved external symbol "public: static int
LLViewerJoystick::sOverrideCamera" (?sOverrideCamera at LLViewerJoystick@@2HA)
llviewermenu.obj : error LNK2019: unresolved external symbol "public: static
void __cdecl LLViewerJoystick::updateCamera(int)"
(?updateCamera at LLViewerJoystick@@SAXH at Z) referenced in function "void
__cdecl handle_toggle_flycam(void *)" (?handle_toggle_flycam@@YAXPAX at Z)
viewer.obj : error LNK2001: unresolved external symbol "public: static void
__cdecl LLViewerJoystick::updateCamera(int)"
(?updateCamera at LLViewerJoystick@@SAXH at Z)
llviewerregion.obj : error LNK2019: unresolved external symbol "public:
static void __cdecl LLHTTPSender::clearSender(class LLHost const &)"
(?clearSender at LLHTTPSender@@SAXABVLLHost@@@Z) referenced in function
"public: __thiscall LLViewerRegion::~LLViewerRegion(void)"
(??1LLViewerRegion@@QAE at XZ)
llviewerregion.obj : error LNK2019: unresolved external symbol "public:
static void __cdecl LLHTTPSender::setSender(class LLHost const &,class
LLHTTPSender *)" (?setSender at LLHTTPSender@@SAXABVLLHost@@PAV1@@Z) referenced
in function "public: void __thiscall LLViewerRegion::setCapability(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &,class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &)"
(?setCapability at LLViewerRegion@@QAEXABV?$basic_string at DU?$char_traits at D@std
@@V?$allocator at D@2@@std@@0 at Z)
llviewerregion.obj : error LNK2019: unresolved external symbol "public:
__thiscall LLCapHTTPSender::LLCapHTTPSender(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)" (??0LLCapHTTPSender@@QAE at ABV?$basic_string@
DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) referenced in function
"public: void __thiscall LLViewerRegion::setCapability(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &,class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &)"
(?setCapability at LLViewerRegion@@QAEXABV?$basic_string at DU?$char_traits at D@std
@@V?$allocator at D@2@@std@@0 at Z)
pipeline.obj : error LNK2019: unresolved external symbol "public: static
void __cdecl LLShaderMgr::setShaders(void)" (?setShaders at LLShaderMgr@@SAXXZ)
referenced in function "public: void __thiscall LLPipeline::init(void)"
(?init at LLPipeline@@QAEXXZ)
viewer.obj : error LNK2001: unresolved external symbol "public: static void
__cdecl LLShaderMgr::setShaders(void)" (?setShaders at LLShaderMgr@@SAXXZ)
pipeline.obj : error LNK2019: unresolved external symbol "public: static
void __cdecl LLShaderMgr::unloadShaders(void)"
(?unloadShaders at LLShaderMgr@@SAXXZ) referenced in function "private: void
__thiscall LLPipeline::unloadShaders(void)"
(?unloadShaders at LLPipeline@@AAEXXZ)
pipeline.obj : error LNK2001: unresolved external symbol "public: static int
* LLShaderMgr::sVertexShaderLevel" (?sVertexShaderLevel at LLShaderMgr@@2PAHA)
pipeline.obj : error LNK2001: unresolved external symbol "class LLGLSLShader
gGlowProgram" (?gGlowProgram@@3VLLGLSLShader@@A)
viewer.obj : error LNK2019: unresolved external symbol "public: static void
__cdecl LLViewerJoystick::scanJoystick(void)"
(?scanJoystick at LLViewerJoystick@@SAXXZ) referenced in function "void __cdecl
main_loop(void)" (?main_loop@@YAXXZ)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: void __thiscall LLSDMessageReader::setMessage(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &,class LLSD const &)"
(?setMessage at LLSDMessageReader@@QAEXABV?$basic_string at DU?$char_traits at D@std
@@V?$allocator at D@2@@std@@ABVLLSD@@@Z) referenced in function "private:
virtual void __thiscall LLMessageHandlerBridge::post(class LLPointer<class
LLHTTPNode::Response>,class LLSD const &,class LLSD const &)const "
(?post at LLMessageHandlerBridge@@EBEXV?$LLPointer at VResponse
@LLHTTPNode@@@@ABVLLSD@@1 at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: __thiscall LLSDMessageReader::LLSDMessageReader(void)"
(??0LLSDMessageReader@@QAE at XZ) referenced in function "public: __thiscall
LLMessageSystem::LLMessageSystem(char const *,unsigned int,int,int,int)"
(??0LLMessageSystem@@QAE at PBDIHHH@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: __thiscall LLTemplateMessageReader::LLTemplateMessageReader(class
std::map<unsigned int,class LLMessageTemplate *,struct std::less<unsigned
int>,class std::allocator<struct std::pair<unsigned int const ,class
LLMessageTemplate *> > > &)" (??0LLTemplateMessageReader@@QAE at AAV
?$map at IPAVLLMessageTemplate@@U?$less at I@std@@V?$allocator at U?$pair@$$CBIPAVLLMessageTemplate@@@std@@@3@@std@@@Z)
referenced in function "public: __thiscall
LLMessageSystem::LLMessageSystem(char const *,unsigned int,int,int,int)"
(??0LLMessageSystem@@QAE at PBDIHHH@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: __thiscall LLSDMessageBuilder::LLSDMessageBuilder(void)"
(??0LLSDMessageBuilder@@QAE at XZ) referenced in function "public: __thiscall
LLMessageSystem::LLMessageSystem(char const *,unsigned int,int,int,int)"
(??0LLMessageSystem@@QAE at PBDIHHH@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: __thiscall LLTemplateMessageBuilder::LLTemplateMessageBuilder(class
std::map<char const *,class LLMessageTemplate *,struct std::less<char const
*>,class std::allocator<struct std::pair<char const * const,class
LLMessageTemplate *> > > &)" (??0LLTemplateMessageBuilder@@QAE at AAV
?$map at PBDPAVLLMessageTemplate@@U?$less at PBD@std@@V?$allocator at U?$pair at QBDPAVLLMessageTemplate@@@std@@@3@@std@@@Z)
referenced in function "public: __thiscall
LLMessageSystem::LLMessageSystem(char const *,unsigned int,int,int,int)"
(??0LLMessageSystem@@QAE at PBDIHHH@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: int __thiscall LLTemplateMessageReader::readMessage(unsigned char
const *,class LLHost const &)"
(?readMessage at LLTemplateMessageReader@@QAEHPBEABVLLHost@@@Z) referenced in
function "public: int __thiscall LLMessageSystem::checkMessages(__int64)"
(?checkMessages at LLMessageSystem@@QAEH_J at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: bool __thiscall LLTemplateMessageReader::isBanned(bool)const "
(?isBanned at LLTemplateMessageReader@@QBE_N_N at Z) referenced in function
"public: int __thiscall LLMessageSystem::checkMessages(__int64)"
(?checkMessages at LLMessageSystem@@QAEH_J at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: bool __thiscall LLTemplateMessageReader::isTrusted(void)const "
(?isTrusted at LLTemplateMessageReader@@QBE_NXZ) referenced in function
"public: int __thiscall LLMessageSystem::checkMessages(__int64)"
(?checkMessages at LLMessageSystem@@QAEH_J at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: int __thiscall LLTemplateMessageReader::validateMessage(unsigned
char const *,int,class LLHost const &)"
(?validateMessage at LLTemplateMessageReader@@QAEHPBEHABVLLHost@@@Z) referenced
in function "public: int __thiscall LLMessageSystem::checkMessages(__int64)"
(?checkMessages at LLMessageSystem@@QAEH_J at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: static class LLHTTPSender const & __cdecl
LLHTTPSender::getSender(class LLHost const &)" (?getSender at LLHTTPSender@@
SAABV1 at ABVLLHost@@@Z) referenced in function "public: int __thiscall
LLMessageSystem::sendMessage(class LLHost const &)"
(?sendMessage at LLMessageSystem@@QAEHABVLLHost@@@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: class LLSD const & __thiscall
LLSDMessageBuilder::getMessage(void)const "
(?getMessage at LLSDMessageBuilder@@QBEABVLLSD@@XZ) referenced in function
"public: int __thiscall LLMessageSystem::sendMessage(class LLHost const &)"
(?sendMessage at LLMessageSystem@@QAEHABVLLHost@@@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
operator<<(class std::basic_ostream<char,struct std::char_traits<char> >
&,class LLMessageTemplate &)" (??6 at YAAAV?$basic_ostream at DU?$char_traits@
D at std@@@std@@AAV01 at AAVLLMessageTemplate@@@Z) referenced in function "class
std::basic_ostream<char,struct std::char_traits<char> > & __cdecl
operator<<(class std::basic_ostream<char,struct std::char_traits<char> >
&,class LLMessageSystem &)" (??6 at YAAAV?$basic_ostream at DU?$char_traits at D@std
@@@std@@AAV01 at AAVLLMessageSystem@@@Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: static bool __cdecl LLMessageConfig::isMessageBuiltTemplate(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)" (?isMessageBuiltTemplate at LLMessageConfig@@
SA_NABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
referenced in function "public: void __thiscall
LLMessageSystem::newMessageFast(char const *)"
(?newMessageFast at LLMessageSystem@@QAEXPBD at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: static void __cdecl LLMessageReader::setTimeDecodes(int)"
(?setTimeDecodes at LLMessageReader@@SAXH at Z) referenced in function "public:
static void __cdecl LLMessageSystem::setTimeDecodes(int)"
(?setTimeDecodes at LLMessageSystem@@SAXH at Z)
llmessage.lib(message.obj) : error LNK2019: unresolved external symbol
"public: static void __cdecl
LLMessageReader::setTimeDecodesSpamThreshold(float)"
(?setTimeDecodesSpamThreshold at LLMessageReader@@SAXM at Z) referenced in
function "public: static void __cdecl
LLMessageSystem::setTimeDecodesSpamThreshold(float)"
(?setTimeDecodesSpamThreshold at LLMessageSystem@@SAXM at Z)
ReleaseNoOpt/newview_noopt.exe : fatal error LNK1120: 49 unresolved
externals
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: warning BK4502 : truncated .SBR file '.\ReleaseNoOpt\head.sbr' not
in ReleaseNoOpt/newview.bsc
BSCMAKE: error BK1513 : nonincremental update requires all .SBR files
Build log was saved at "
file://c:\Secondlife\Apr03_code\linden\indra\newview\ReleaseNoOpt\BuildLog.htm<file:///c:/Secondlife/Apr03_code/linden/indra/newview/ReleaseNoOpt/BuildLog.htm>
"
newview - 85 error(s), 22 warning(s)
========== Build: 0 succeeded, 2 failed, 21 up-to-date, 0 skipped ==========
Can anyone help me with this? am at my wits end trying to resolve these
errors. Thanks in advance.
Geetika
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20070418/e0f3ac7b/attachment-0001.htm
More information about the SLDev
mailing list