installing eclipse wm with sbcl 1.0.1 - lisp
This is a discussion on installing eclipse wm with sbcl 1.0.1 - lisp ; I been reading the README and the manual that came along with eclipse-
cvs.
I notice that GNOME/KDE is optional everything compiled fine. clx,
asdf, and eclipse. but now I'm stuck on how to actually start up the
wm. Do ...
-
installing eclipse wm with sbcl 1.0.1
I been reading the README and the manual that came along with eclipse-
cvs.
I notice that GNOME/KDE is optional everything compiled fine. clx,
asdf, and eclipse. but now I'm stuck on how to actually start up the
wm. Do I just add the eclipse.core file to the .xinitrc. the
documents didn't really say how for SBCL.
-
Re: installing eclipse wm with sbcl 1.0.1
(Shameless clbuild advertisement
On 2007-07-30, daBittweiler <daBittweiler@gmail.com> wrote:
> I notice that GNOME/KDE is optional everything compiled fine. clx,
> asdf, and eclipse. but now I'm stuck on how to actually start up the
> wm. Do I just add the eclipse.core file to the .xinitrc. the
> documents didn't really say how for SBCL.
- Start "Xnest :1" and "xterm -display :1" for testing purposes.
- Get clbuild and run it without arguments to get the interactive menu.
- Select "dumpcore" and wait.
- Select "eclipse" and enter :1 as the display to use.
For non-interactive use, run "clbuild eclipse :0".
-
Re: installing eclipse wm with sbcl 1.0.1
On Jul 30, 6:14 am, David Lichteblau <usenet-2...@lichteblau.com>
wrote:
> (Shameless clbuild advertisement
>
> On 2007-07-30, daBittweiler <daBittwei...@gmail.com> wrote:
>
> > I notice that GNOME/KDE is optional everything compiled fine. clx,
> > asdf, and eclipse. but now I'm stuck on how to actually start up the
> > wm. Do I just add the eclipse.core file to the .xinitrc. the
> > documents didn't really say how for SBCL.
>
> - Start "Xnest :1" and "xterm -display :1" for testing purposes.
>
> - Get clbuild and run it without arguments to get the interactive menu.
>
> - Select "dumpcore" and wait.
>
> - Select "eclipse" and enter :1 as the display to use.
>
> For non-interactive use, run "clbuild eclipse :0".
running this from ksh shell.
$bash ./clbuild
readlink: unknown option -- f
usage: readlink [-n] [file . . .]
clbuild doesn't work here with NetBSD 3.0 is there another way to
start eclipse manually
-
Re: installing eclipse wm with sbcl 1.0.1
On 2007-07-30, daBittweiler <daBittweiler@gmail.com> wrote:
> running this from ksh shell.
> $bash ./clbuild
> readlink: unknown option -- f
> usage: readlink [-n] [file . . .]
So -f is a GNU extension which NetBSD does not support.
> clbuild doesn't work here with NetBSD 3.0 is there another way to
> start eclipse manually
Sure. Grep for eclipse in the shell script and run the lisp forms
manually.
-
Re: installing eclipse wm with sbcl 1.0.1
On Jul 30, 8:15 am, David Lichteblau <usenet-2...@lichteblau.com>
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
os 'asdf:load-op :eclipse)
am I missing something?
-
-
-
Re: installing eclipse wm with sbcl 1.0.1
On Jul 30, 9:15 am, David Lichteblau <usenet-2...@lichteblau.com>
wrote:
> On 2007-07-30, daBittweiler <daBittwei...@gmail.com> wrote:
>
> > readlink: unknown option -- f
> > usage: readlink [-n] [file . . .]
>
> So -f is a GNU extension which NetBSD does not support.
Darwin (OS/X) does not either.
Does stat on Linux or other *nix support -f?
clbuild.conf for OpenMCL - I had to comment out USER_INIT=/dev/null
since --userinit is for SBCL?
and what is -o on uname? I guess it does not matter if
it fails, if it is only being used to detect 'Cygwin'.
-
clbuild seems a bit better structured now, if curl
(out-of-the-box with Darwin) can be cleanly switched
in get_tarball(), would that be a worthy enhancement?
Similar Threads
-
By Application Development in forum lisp
Replies: 4
Last Post: 11-10-2007, 12:09 AM
-
By Application Development in forum lisp
Replies: 6
Last Post: 07-23-2007, 05:32 PM
-
By Application Development in forum Java
Replies: 3
Last Post: 03-07-2006, 03:43 PM
-
By Application Development in forum Java
Replies: 6
Last Post: 12-11-2004, 05:12 AM
-
By Application Development in forum Java
Replies: 1
Last Post: 04-07-2004, 02:30 AM