Re: pil64emu, OpenGL?

2012-11-08 Thread Alexander Burger
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

Re: pil64emu, OpenGL?

2012-11-08 Thread Jorge Acereda
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

Re: OpenGl.l and Segmentation fault

2012-11-08 Thread Jorge Acereda
On Nov 8, 2012, at 9:09 PM, Alexander Burger wrote: Hi Jon, work to make OpenGl.l a little more complete (lots missing). The problem I have right now, is with glutBitmapCharacter and glutStrokeCharacter; they give me Segmentation fault, and I suspect they'll fail on Linux as well.