Re: [opensource-dev] havoc licensing and TPV... - TPVD meeting july 13th

2012-07-13 Thread Oz Linden (Scott Lawrence)
On 2012-07-13 16:46 , Lance Corrimal wrote: > Hi, > > I've seen the question float by several times about what it takes to "qualify > for sublicensing", but I seem to have missed the answer... > > So what DOES it take? https://wiki.secondlife.com/wiki/Havok_Viewer_Sublicense#Eligibility ___

[opensource-dev] havoc licensing and TPV... - TPVD meeting july 13th

2012-07-13 Thread Lance Corrimal
Hi, I've seen the question float by several times about what it takes to "qualify for sublicensing", but I seem to have missed the answer... So what DOES it take? bye, LC ___ Policies and (un)subscribe information available here: http://wiki.secondl

Re: [opensource-dev] Using Boost & the viewer

2012-07-13 Thread Armin Weatherwax
what Cinder said + for avoiding the boost/thread/pthread/condition_variable.hpp:53: warning: unused variable 'res' #include Armin ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read th

Re: [opensource-dev] Using Boost & the viewer

2012-07-13 Thread CJ Davies
Thanks for your response Cinder. In the #boost channel on freenode somebody helped me track down the problem to a preprocessor collision caused by this declaration in build-/packages/include/glh/glh_linear.h #define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? tr