Simon Haegler wrote: >> I am under MacOSX 10.4.8 and xcode 2.1 >> Xcode is unable to compile/build OpenSG code >> >> Here is the error: >> "GLUTWindowPtr is not defined as a type" >> >> and i think i have good search path... > > maybe this is related to this one: > http://www.mail-archive.com/opensg-users%40lists.sourceforge.net/msg06970.html > > strange days...
ok, after copious amounts of banging my head on tables, i found the answer. when i copied the testcharacter example (which uses GLUT) out of the OpenSG tree i also added a sconstruct written by myself, where i forgot to add the flags from `osg-config --cflags`!!! koba, be sure to add the -DOSG_WITH_GLUT etc flags! cheers, simon ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
