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

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

2012-07-12 Thread Cinder Roxley
Hi! The warnings in your build log relate to the error_code library in the Boost.System library. They're a side effect of the design decision made in the library which I will spare you details of (more info on it here: http://www.boost.org/doc/libs/1_41_0/libs/system/doc/reference.html#Class-e

[opensource-dev] Using Boost & the viewer

2012-07-12 Thread CJ Davies
I'm trying to get the viewer to read data from an Arduino via serial (long story...). I'm using Boost for this. So far I have changed the Boost prebuilt in autobuild.xml to this one after a conversation with LightDrake on #opensl on freenode; https://bitbucket.org/LightDrake/public-libs/downloa