This issue was already fixed and submitted to the osg-submissions list by Bob Kohne:

        
http://www.mail-archive.com/osg-submissi...@lists.openscenegraph.org/msg04134.html

but Robert has not yet merged the changes to SVN.


Cheers,

      Erik den Dekker


On 03-10-2009, at 19:43, stefan nortd wrote:

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

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

Reply via email to