[sldev] Re: [VWR] Build llMozLib on linux

Robin Cornelius robin.cornelius at gmail.com
Mon Oct 29 06:23:06 PDT 2007


Ok so i have compiled and build shared libraries for LLMozLib (and
mozilla) on linux ok but i cannot build the client against my
LLMozLib.

The client is requiring a newer llmozlib than is available from
http://secondlife.com/developers/opensource/downloads/2007/01/llmozlib-src-20070112a.tar.gz

Oh i am building 1.18.4.0 RC BTW as i am getting good results (stable
etc) in general with that RC (without mozlib of cause).

The header files (llmozlib.h) within the viewer tarball and the
llmozlib tarball differ. In fact the viewer one has more stuff added
to it this is confirmed by the final linking stage when newview cannot
find various functions within llmozlib.so because they just don't
exist in the source :-

 undefined reference to `LLMozLib::clearAllCookies()'
 undefined reference to `LLMozLib::enableCookies(bool)'

And the constructor has been changed :-

 undefined reference to `LLMozLib::init(std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>, std::basic_string<char, std::char_traits<char>,
std::allocator<char> >)'
undefined reference to `LLMozLib::unicodeInput(int, unsigned long)'


Please can the latest version of LLMozLib be put up on the website
source page or can some one tell me where i can get it?

Thanks

Robin


More information about the SLDev mailing list