Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!jarthur!jmerrill From: jmerrill@jarthur.claremont.edu (Jason Merrill) Newsgroups: comp.lang.lisp.x Subject: Problems with Tom Almy's Xlisp 2.1 on UNIX Message-ID: Date: 13 May 91 22:20:40 GMT Sender: jmerrill@jarthur.Claremont.EDU Distribution: comp Organization: M.Y.T.H. Inc. Lines: 14 Well, I grabbed the version of Xlisp off bikini. It doesn't seem to have been tested at all on a UNIX host; at least I can't get it to run. I had to make two minor changes to get it to compile: unixstuf.c, line 334: change xltoplevel to xltoplevel() xlisp.h, line 423: add line #define SEEK_CUR 1 So it compiles, but it dies in the printing routines. It seems to be a problem with pointers not being defined, but I don't have much experience beating useful information out of dbx. Anyone had any success here? Jason Merrill jmerrill@jarthur.claremont.edu