SV: [sldev] Unresolved externals
Soft
soft at lindenlab.com
Thu Jul 17 11:19:12 PDT 2008
On Wed, Jul 16, 2008 at 1:55 PM, Aimee Walton <aimee at ama-zing.co.uk> wrote:
>
> 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.
This is strange. I've tried with VS2005 and XCode and I'm not having
any problem with either.
Aimee, Suzhanna - Would you please walk through the steps you're using
to unpack and build? It's possible there's a bogus step in our
instructions that wants fixing.
More information about the SLDev
mailing list