SV: [sldev] Unresolved externals

Aimee Walton aimee at ama-zing.co.uk
Wed Jul 16 11:55:54 PDT 2008


On Jul 16, 2008, at 14:13, Suzhanna Rossini wrote:

> I also get this error when trying at a friend who has VS2003..
> We tried with svn release 772..
> Here're the error messages produced at link time:
>
> Linking...
> llcompilequeue.obj : error LNK2019: unresolved external symbol "int  
> __cdecl
> lscript_compile(char const *,char const *,char const *,int)"
> (?lscript_compile@@YAHPBD00H at Z) referenced in function "protected:  
> void
> __thiscall LLFloaterCompileQueue::compile(class
> std::basic_string<char,struct std::char_traits<char>,class
> std::allocator<char> > const &,class LLUUID const &)"
> (?compile at LLFloaterCompileQueue@@IAEXABV?$basic_string at DU? 
> $char_traits at D@std
> @@V?$allocator at D@2@@std@@ABVLLUUID@@@Z)
>
> llpreviewscript.obj : error LNK2001: unresolved external symbol  
> "int __cdecl
> lscript_compile(char const *,char const *,char const *,int)"
> (?lscript_compile@@YAHPBD00H at Z)

I've also been getting the equivalent error message during linking  
building with Xcode on the Mac.

indra.l.cpp and indra.y.cpp seem to be being pulled into the project  
incorrectly as indra.l.cpp.rule and indra.y.cpp.rule, manually  
pointing it to the proper files fixed the problem.

Aimee.


More information about the SLDev mailing list