31jan04 "schprel" appears to be "schprel-henge" but there are a number of bugs. Notably, there is no way to move forward except in ecstasy mode (T). Also, the rendering bug is present ... the mac OpenGL differs from SGIs. OOPS ... whether schprel shows stonehenge or spacejunk is an include issue This will take some time. I imported from tecra schprel.c set to include the stonehenge scenery. It isn't just a matter of switching includes. schprel.c includes stoneh.c and nobody includes stonehenge.c even though that has a later date in it. The dependencies appear to be: self.c is used by both stoneh.c and stoneh_draw.c which are both used in schprel.c Let us interrupt this. On tectra in the unzipped winschprel there is more recent development and and both (henge/junk) are compiled in a /gaol. So that's what needs to be worked through 18feb05 No, I now think that winschprel.zip isn't that at all, but a clean copy of the original irix, mac version from Flider. Work on it in the future. 24feb05 So there are three includes. stoneh stoneh_draw spacejunk 1 + 2 works and gives schprelhenge. none of the other compinations work 1+2+3, 1+3, 2+3, 3 alone. With 3 alone there are two redefinition issues, with "self.c" the self.c is used by stonehenge_draw as well as spacejunk. I tried to isolate all the "duplicated" function definitions. But self.c isn't completer. Some of it appears to be in spacejunk. Give up for now.