SML108@psuvm.psu.edu (Scott the Great) (02/20/91)
Hi, I am attempting to compile Xlisp using Laser C on the Atari ST. I
am running into several problems. The first is that Xlisp.h wants to
include a file called setjmp.h, which Laser C does not seem to have. What
is this file's purpose?
The second is that in xlbfun.c, I get the following error which makes
little sense to me...
line 46: sym=xlgalist();
:Too few parameters in macro call
This error is repeated for all other calls of xlgalist()...
Any ideas?
Scott Le Grand