Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!samsung!uakari.primate.wisc.edu!sdd.hp.com!wuarchive!ukma!psuvax1!psuvm!sml108 From: SML108@psuvm.psu.edu (Scott the Great) Newsgroups: comp.lang.lisp.x Subject: Xlisp in Laser C for the Atari ST Message-ID: <91050.124617SML108@psuvm.psu.edu> Date: 19 Feb 91 17:46:17 GMT Organization: Penn State University Lines: 15 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