[sldev] Linkage errors in Express - llParcel::init
Larry Evans
yakkyjunk at hotmail.com
Sat Oct 13 19:45:18 PDT 2007
I have been trying to build 1.18.3.5-RC.
I have followed the directions on the build wiki, using the manual conversion of the project file for C++ Express 2005.
Everything compiles fine...except for a few casting warnings, which I presume are to be expected (basically time_t to int).
My problem comes when linking the viewer.
I get the following error:
llviewerparcelmgr.obj : error LNK2019: unresolved external symbol
"public: void __thiscall LLParcel::init(class LLUUID const
&,int,int,int,__int64,int,int,int,int,float,int)"
(?init at LLParcel@@QAEXABVLLUUID@@HHH_JHHHHMH at Z) referenced in function
"public: static void __cdecl
LLViewerParcelMgr::processParcelProperties(class LLMessageSystem *,void
* *)"
(?processParcelProperties at LLViewerParcelMgr@@SAXPAVLLMessageSystem@@PAPAX at Z)
I had also gotten 2 linkage errors of LLFile::stat, but I bypassed those by just doing the stat directly inline.
Any thoughts on why I would get this one error? I checked both the
call and the library (llinventory) and it looks OK...but, it's not.
I tried googling for this but found no information.
Thanks for any help.
_________________________________________________________________
Peek-a-boo FREE Tricks & Treats for You!
http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20071014/0d187008/attachment.htm
More information about the SLDev
mailing list