Hi, On Friday 16 January 2009 17:26:38 Stefan Eilemann wrote: > I've imported the example to the Equalizer tree under contrib/eqOSG. > > I had to make a few changes to get it to compile on OS X, please check > that I didn't brake anything.
You did break something: LINUX is not defined, so it fails linking in Linux because of a missing librt. See http://vtk.org/Wiki/CMake_Useful_Variables. I think you should use "IF(UNIX AND NOT APPLE)" or something like that. Also, please remove the Makefile you checked in, CMake generates Makefiles with absolute paths. The point of CMake is that it generate the Makefile for you, it may very will be different if you a different environment, so there is no "one size fits all" Makefile. > Thomas, Paul - one of you should imo take the responsibility on > managing changes on eqOSG. I'm sure people will have patches > eventually. Please get a sourceforge account, so that I can add it to > the svn committers. My account is thomas_mcguire (user id 2364733), so please add me. I would really prefer if someone else takes this project over, but I guess if no one volunteers I can take care of patches as well. > I have one crash during exit as well. The osgViewer is released too > late, it should be released during the last window's configExitGL > (probably by using refCounting). Here is my stack trace: Ok, I'll look into this later, thanks. Regards, Thomas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

