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-platform/packages/include/glh/glh_linear.h #define equivalent(a,b) (((a b + GLH_EPSILON) (a b - GLH_EPSILON))

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 boost/assert.hpp Armin ___ Policies and (un)subscribe information available here:

[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;

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: