On 9/27/07, Brian Keener <[EMAIL PROTECTED]> wrote: > I tried the change you suggested but no go. I think it might be deeper in > /usr/include/math.h where they do a define on log2 and log2f as follows > but.... > > #define log2(x) (log(x) / M_LOG2_E) > #define log2f(x) (logf(x) / (float) M_LOG2_E)
That looks like it might well be the proplem. Added a if #ifndef log2 might be what is required around the include/osg/Math definition. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

