Just a note, the "Frameworks/" part is irrelevant. Looks like it uses just the 2 last components of the path (OpenGL.framework/OpenGL). I have changed it to /foo/bar/OpenGL.framework/OpenGL and it works the same.
On Nov 8, 2012, at 9:01 PM, Alexander Burger wrote: > Hi Jon, hi Jorge, > >> I suggest, in lib/openGl.l, to replace >> >> (default >> *GluLib "libGLU.so" >> *GlutLib "libglut.so" ) >> >> with >> >> (if (= *OS "Darwin") >> (default >> *GluLib "Frameworks/OpenGL.framework/OpenGL" >> *GlutLib "Frameworks/GLUT.framework/GLUT" ) >> (default >> *GluLib "/usr/lib/libGLU.so" >> *GlutLib "/usr/lib/libglut.so" ) ) >> >> It works like a dream on my iMac! Exactly why I can leave out >> "/System/Library/" as Jorge suggested, I'm not sure, but it works. > > Hmm, the more I think about it, the more I agree with you both. > > Though keeping the library path out of the way is somewhat cleaner, it > is tedious to use. > > I've put the above into "lib/openGl.l". > > Thanks and cheers, > - Alex > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
