Re: installing eclipse wm with sbcl 1.0.1



On Jul 30, 9:28 am, daBittweiler <daBittwei...@xxxxxxxxx> wrote:
On Jul 30, 8:15 am, David Lichteblau <usenet-2...@xxxxxxxxxxxxxx>
wrote:



Sure. Grep for eclipse in the shell script and run the lisp forms
manually.

Hey David there is no asd file within the eclipse directory to use:
sbcl --eval "(asdf:oos 'asdf:load-op :eclipse)

am I missing something?

sorry for double posting.
sbcl --eval "(asdf:oos 'asdf:load-op :eclipse)"

(xlib::just-say-lisp) ;;demo runs fine from clx after asdf-install.

after cvsing eclipse I did
$cd eclipse
$./configure
$make
$make install

everything install fine and I have a eclipse.core file within the
eclipse directory. This is where I'm stuck at.

.