From: Michael Small <[EMAIL PROTECTED]> Subject: Re: clisp: clx flavor Date: Wed, 30 Apr 2008 23:11:55 -0400
> On Wed, Apr 30, 2008 at 11:12:58PM +0200, fulvio ciriaco wrote: > > Hallo, > > I added a clx flavor to clisp, > > clx is a foreign interface to Xlib allowing for use > > of X programs in clisp. > > Stumpwm for example (http://www.nongnu.org/stumpwm/) is a wm running > > under clisp/sbcl dependent on clx. > > By the way clisp 2.44.1 is out. Instructions recommend libffcall > > but I could not find it anywhere. It compiles and runs fine nonetheless. > > I think that's the package called ffcall under devel. At least I can > get fairly far compiling clisp on macppc using that (I'm hitting a > stack overflow with a 32M stack). > > -- > Mike Small > [EMAIL PROTECTED] > You are right in fact, ffcall is what instructions mean. However, though recommended, clisp 2.44.1 does not compile --with-ffcall on openbsd current i386. Undefined references to __va_(all kind of vars) Otherwise it compiles fine --with-gmalloc Fulvio