For completeness here is another patch I needed for building a
 cocoa-based osg 2.9-svn with sdk 10.6.

in DarwinUtils.mm there are a couple of 'ID' that should be 'id' like in

-(void) show: (ID) data;
-(void) hide: (ID) data;

should be 

-(void) show: (id) data;
-(void) hide: (id) data;


Thank you!

Cheers,
stefan

------------------------
stefan hechenberger

http://linear.nortd.com

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17840#17840





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to