I will commit the ones I found and could fix easily.

Would you then also fix and commit the first error, which i solved only locally until now?

"/home/ps790413/work/OpenSG/Source/Base/Base/OSGBaseTypeTraits.h"
line 806: Error: The function "strtof" must have a prototype.
line 871: Error: The function "strtof" must have a prototype.
line 996: Error: The function "strtold" must have a prototype.

sun's compiler (studio 10) doesnt properly implement those standard-functions. i solved it here using wrapper-functions osg_strtof and osg_strtold, in which i make the #ifdef __sun distinction and accordingly use either the functions themselves or strtod and a cast in the sun case.

thanks,
  Patric



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to