Hi, I get a segfault when trying to run blender.scm from http://chicken.kitten-technologies.co.uk/svn/release/4/glut/examples/
The original (I think) C version does compile and run. http://www.opengl.org/resources/code/samples/glut_examples/examples/blender.c I'm using intel graphics on linux, and have had problems with the drivers before, but haven't been able to confirm them as the culprit. This the output of `$ csi blender.scm' ; loading blender.scm ... ; loading /usr/local/lib/chicken/5/gl.import.so ... ; loading /usr/local/lib/chicken/5/scheme.import.so ... ; loading /usr/local/lib/chicken/5/chicken.import.so ... ; loading /usr/local/lib/chicken/5/foreign.import.so ... ; loading /usr/local/lib/chicken/5/easyffi.import.so ... ; loading /usr/local/lib/chicken/5/glu.import.so ... ; loading /usr/local/lib/chicken/5/glut.import.so ... ; loading library srfi-4 ... ; loading /usr/local/lib/chicken/5/gl.so ... ; loading /usr/local/lib/chicken/5/glu.so ... ; loading /usr/local/lib/chicken/5/glut.so ... ; loading library srfi-18 ... Segmentation fault _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
