[opensource-dev] llconvexdecomposition on private servers

WolfPup Lowenhar wolfpup67 at earthlink.net
Sat Aug 6 05:09:36 PDT 2011


Then try building this lib:

https://bitbucket.org/WolfpupL/llconvexdecompositionos

and use the file method like you do with Fmod to point to the new
llconvexdecompositionos lib and see if that helps with the build as there is
a couple of missing functions in the stub. Now the lib is not functional but
it does have the missing functions.

> -----Original Message-----
> From: Marine Kelley [mailto:marinekelley at gmail.com]
> Sent: Saturday, August 06, 2011 7:41 AM
> To: WolfPup Lowenhar
> Cc: OpenSource Mailing List
> Subject: Re: [opensource-dev] llconvexdecomposition on private servers
> 
> Thanks. That doesn't solve my problem though... I am always using
> ReleaseOS, and I already had my FMOD package ready with its hash (all
> included in my autobuild.xml file long ago), all was ready there. My
> only problem is with the llconvexdecomposition package. What I did in
> order to build my RLV was this :
> 
> - Add the missing bool in the method declaration
> 
> - Turn "#if 1" into "#if 0" in llmeshrepository.cpp
> 
> Still, that deactivates things that I don't think should be deactivated.
> 
> On a side note, while testing this viewer I have noticed that the
> "Ruler" drop-down combo list has moved from the Build window into the
> Options floater of said window. One more click is now needed and even
> more screen real estate is now required in order to do something that
> was easier before, with no positive counterpart for this change.
> Seriously... I can foresee that this is going to piss off a lot of
> people...
> 
> On 06/08/2011, WolfPup Lowenhar <wolfpup67 at earthlink.net> wrote:
> > That will happen when you are using the build configurations that do not
end
> > in OS as the llconvexdecomposition lib is a private lib using Havok
source
> > code.
> >
> > The following configurations will build in an Open Source Evnironment:
> >
> > DebugOS
> > RelWithDebInfoOS
> > ReleaseOS
> >
> > If you are on Windows there s one 3p lib that you will have to build
> > yourself so that you have sound and that is for Fmod and then you can
edit
> > the autobuild.xml to use a file:/// url pointing to the package you just
> > built also do not forget to change the hash to match the one for the new
> > file.
> >
> >> -----Original Message-----
> >> From: opensource-dev-bounces at lists.secondlife.com [mailto:opensource-
> dev-
> >> bounces at lists.secondlife.com] On Behalf Of Marine Kelley
> >> Sent: Saturday, August 06, 2011 5:04 AM
> >> To: opensource-dev at lists.secondlife.com
> >> Subject: [opensource-dev] llconvexdecomposition on private servers
> >>
> >> Hi all,
> >>
> >> When trying to build rev 20010 (0fd2a1181a96) of viewer-development, I
> >> stumbled across a problem with llconvexdecomposition : autobuild.xml
> >> links it to http://s3-proxy.lindenlab.com/private-builds-secondlife-com
> >> (which is unreachable for anyone outside LL), refusing to download it
> >> and leaving me with an old and non source-controlled
> >> llconvexdecomposition.h in packages/include/.
> >>
> >> As a result, llmeshrepository.cpp fails to compile because :
> >>
> >> - LLConvexDecomposition::getInstance()->setMeshData() should now take
> >> 2 arguments whereas the old class only declared one in its pure
> >> virtual method (ok that one is trivial to fix)
> >>
> >> - LLConvexDecomposition::getInstance()->buildSingleHull() is not
> >> declared or defined anywhere
> >>
> >> - Same for LLConvexDecomposition::getInstance()->getSingleHull(), not
> >> declared or defined anywhere
> >>
> >> I assume the latter two fail because these methods are neither
> >> declared in llconvexdecomposition.h nor defined in the lib I have,
> >> whereas they must be in the new ones.
> >>
> >> Is there a way to get the updated package please ? I will try to walk
> >> around the problem but sooner or later it will come back and bite me.
> >>
> >> FYI, this comes from the merge at rev 19901 (73b94c4e3f81)
> >>
> >> Thanks,
> >> Marine
> >> _______________________________________________
> >> Policies and (un)subscribe information available here:
> >> http://wiki.secondlife.com/wiki/OpenSource-Dev
> >> Please read the policies before posting to keep unmoderated posting
> >> privileges
> >> -----
> >> No virus found in this message.
> >> Checked by AVG - www.avg.com
> >> Version: 10.0.1391 / Virus Database: 1518/3814 - Release Date: 08/05/11
> >
> > _______________________________________________
> > Policies and (un)subscribe information available here:
> > http://wiki.secondlife.com/wiki/OpenSource-Dev
> > Please read the policies before posting to keep unmoderated posting
> > privileges
> >
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 10.0.1391 / Virus Database: 1518/3814 - Release Date: 08/05/11



More information about the opensource-dev mailing list