Hi Piotr, 2008/11/6 Piotr Rak <[EMAIL PROTECTED]>: > Mips pro failure can be my fault, now I 'leaked' <cstdio> via <cstdlib>.... > instead someone else leaking <cstdio> via <sstream>. > Does Mips pro support <cstdio> ?
sstream works under MipsPro as its a STL header, but the C headers equivalants like cstdio don't work. > Alternativly, compromise: > > 1) #include <stdio.h> instead #include<cstdlib> > > 2) use sprintf from global namespace, instead std::sprintf > > which is 'not mantated' by standard, but should be portable (atleast i > don't c++ compiler/platform combination that would fail with that > aproach). The file you attached just contains the problematic cstdlio. I have implemented your suggested compromise. Could you updated to svn/trunk and let me know if things compile fine now. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
