2008/11/6 Robert Osfield <[EMAIL PROTECTED]>:
> 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.
>

Yes. It fixed this issue. I've tested both ways before, and double-checked now.

> Robert.
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>

Thanks,
Piotr
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to