Hi all, On macOS Mojave 10.14 the system supplied GLUT.framework/GLUT does not contain glutMainLoopEvent, only glutCheckLoop. I’ve just made it work on my Mac.
I use the pil21-version of @lib/openGl.l See the sources at https://github.com/pahihu/picoLisp/blob/master/lib/openGl.l <https://github.com/pahihu/picoLisp/blob/master/lib/openGl.l> For reference see https://github.com/pahihu/picoLisp/blob/master/README <https://github.com/pahihu/picoLisp/blob/master/README> Regards, Andras > On 2020. Nov 5., at 19:50, Alexander Burger <a...@software-lab.de> wrote: > > It was Jon who wrote those demos (and large parts of @lib/openGl.l), so we > should better let him decide what to do. > > >> Everything works as expected on my fork (not pil21, sorry). > > Great! For me on Debian (pil21) it works fine too. > > As you have your own system, I presume you did also not use the pil21-version > of > @lib/openGl.l, right? It is heavily re-coded, using a separate namespace.