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:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to