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 ...

+ Reply to Thread
Results 1 to 8 of 8

installing eclipse wm with sbcl 1.0.1

  1. Default 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.


  2. Default 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".

  3. Default 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


  4. Default 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.

  5. Default 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 "(asdfos 'asdf:load-op :eclipse)

    am I missing something?


  6. Default Re: installing eclipse wm with sbcl 1.0.1

    On Jul 30, 9:28 am, daBittweiler <daBittwei...@gmail.com> wrote:
    > 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 "(asdfos 'asdf:load-op :eclipse)
    >
    > am I missing something?


    sorry for double posting.
    sbcl --eval "(asdfos '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.


  7. Default Re: installing eclipse wm with sbcl 1.0.1

    On Jul 30, 9:35 am, daBittweiler <daBittwei...@gmail.com> wrote:
    > On Jul 30, 9:28 am, daBittweiler <daBittwei...@gmail.com> wrote:
    >
    > > 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 "(asdfos 'asdf:load-op :eclipse)

    >
    > > am I missing something?

    >
    > sorry for double posting.
    > sbcl --eval "(asdfos '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.


    silly me, all I need to do was run the eclipse command. Guess, I'd
    better install gnome-control-center or at least find a $HOME/.eclipse
    that I can use. Thanks David


  8. Default 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?


+ Reply to Thread

Similar Threads

  1. Bug in SBCL 1.0.10?
    By Application Development in forum lisp
    Replies: 4
    Last Post: 11-10-2007, 12:09 AM
  2. Trouble installing sbcl/swank on debian
    By Application Development in forum lisp
    Replies: 6
    Last Post: 07-23-2007, 05:32 PM
  3. installing C++ compiler in Eclipse 3.1.2, windows
    By Application Development in forum Java
    Replies: 3
    Last Post: 03-07-2006, 03:43 PM
  4. problem installing eclipse
    By Application Development in forum Java
    Replies: 6
    Last Post: 12-11-2004, 05:12 AM
  5. Trouble installing eclipse version 2.0
    By Application Development in forum Java
    Replies: 1
    Last Post: 04-07-2004, 02:30 AM