Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-11 Thread Jordi Torres
Hi, I can confirm that Jan's solution actually works for android. Cheers. 2013/2/8 Jan Ciger jan.ci...@gmail.com On Fri, Feb 8, 2013 at 6:49 PM, Robert Osfield robert.osfi...@gmail.comwrote: Hi Jan, Thanks for the feedback. Could you try out some of the suggested workarounds? If

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-11 Thread Robert Osfield
Hi Guys, On 11 February 2013 13:24, Jordi Torres jtorresfa...@gmail.com wrote: I can confirm that Jan's solution actually works for android. If you have a stable version of include/osg/Math that works on Android could you post it to osg-submission so I can review it. Thanks, Robert.

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-11 Thread Jan Ciger
On Mon, Feb 11, 2013 at 6:32 PM, Robert Osfield robert.osfi...@gmail.comwrote: Hi Guys, On 11 February 2013 13:24, Jordi Torres jtorresfa...@gmail.com wrote: I can confirm that Jan's solution actually works for android. If you have a stable version of include/osg/Math that works on Android

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-08 Thread Jan Ciger
Hello Robert, On Wed, Feb 6, 2013 at 1:08 PM, Robert Osfield robert.osfi...@gmail.comwrote: Hi All, I have gone ahead and cleaned up include/osg/Math so that it uses cmath and cfloat on all platforms, there is only one platform specific hack left and that for MS's dumb arse we're not

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-08 Thread Robert Osfield
Hi Jan, Thanks for the feedback. Could you try out some of the suggested workarounds? If you find one that works I can merge the change or come up with something else that might work. Cheers, Robert. On 8 February 2013 17:45, Jan Ciger jan.ci...@gmail.com wrote: Hello Robert, On Wed, Feb

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-08 Thread Jan Ciger
On Fri, Feb 8, 2013 at 6:49 PM, Robert Osfield robert.osfi...@gmail.comwrote: Hi Jan, Thanks for the feedback. Could you try out some of the suggested workarounds? If you find one that works I can merge the change or come up with something else that might work. I am looking at them

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-08 Thread Jan Ciger
On Fri, Feb 8, 2013 at 6:49 PM, Robert Osfield robert.osfi...@gmail.comwrote: Hi Jan, Thanks for the feedback. Could you try out some of the suggested workarounds? If you find one that works I can merge the change or come up with something else that might work. It seems to be compiling

[osg-users] Using cmath to clean up include/osg/Math

2013-02-06 Thread Robert Osfield
Hi All, A peculiar bug under Windows with the dds plugin and mipmap levels has pointed to bug in the maths libraries that can be worked around by using the standard C++ cmath definitations, so a potential workaround for this bug is to use cmath in include/osg/Math instead of the current c library

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-06 Thread Robert Osfield
Hi All, On 6 February 2013 11:02, Robert Osfield robert.osfi...@gmail.com wrote: With this issue I'm inclined to make the change and then push the problem out in the community to test, if no one complains that it'll be plain sailing all the way to the next stable release, for this topic at

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-06 Thread Mathias Fröhlich
Hi, On Wednesday, February 06, 2013 11:02:43 Robert Osfield wrote: Can we finally using cmath in include/osg/Math is clean this header up? As you already mentioned above. We have stopped using IRIX some years back. The rest of the unixes, followed about two years later. Where only irix had

Re: [osg-users] Using cmath to clean up include/osg/Math

2013-02-06 Thread Wang Rui
Hi Robert, The cmath header changes can build with Visual Studio 2012 under Windows 7. I'd like to help test on the OpenSolaris platform later if I could download and make it work on my virtual machine. :-) Wang Rui 2013/2/6 Robert Osfield robert.osfi...@gmail.com Hi All, On 6 February