I'm trying to port an open source 3d library which provides all the key modeling features needed for a basic cad system to OS X. The library in question is SvLis a Set-theoretic Kernel Geometric Modeler (http://www.bath.ac.uk/~ensab/G_mod/Svlis/svlis.html).
After some fiddling with the make file i can get the library and test programs to compile with c++. Several of the test programs run ok (happily calculating the surface area and volume, of object after boolean operations). When i attempt to run the graphical test programs (they use GLUT to output images) the program reports errors along the lines of NSAutoReleaseNoPool, then crashes.
The developers are helpful but seem to code mainly on straight unix machines with X11 for output to quote;
``I'm afraid that pressure of time means that I'm now really only supporting the Unix versions, and also I have almost 0 experience of Macs.''
Any idea what the problem may be or if i should post this message to an alternative list.
cheers
Tim
After some fiddling with the make file i can get the library and test programs to compile with c++. Several of the test programs run ok (happily calculating the surface area and volume, of object after boolean operations). When i attempt to run the graphical test programs (they use GLUT to output images) the program reports errors along the lines of NSAutoReleaseNoPool, then crashes.
The developers are helpful but seem to code mainly on straight unix machines with X11 for output to quote;
``I'm afraid that pressure of time means that I'm now really only supporting the Unix versions, and also I have almost 0 experience of Macs.''
Any idea what the problem may be or if i should post this message to an alternative list.
cheers
Tim