[PhysX 3.3.3] -malign-double and cmath

Hi,
I compiled on Ubuntu one project which uses PhysX 3.3.3 and I got some errors.
The first problem was isInfinite because I used cmath and not math.h, I had to remove all “std::” and use math.h.
The second problem is : “size of array is negative”, I had to use -malign-double to remove it.
Is it possible to know when a fix will be made to remove these two problems ?
Thanks

I’ll pass the information along to the SDK team.