[Ecls-list] Next step with Cygwin

Robin Lee Powell rlpowell at digitalkingdom.org
Wed Aug 6 00:45:18 UTC 2008


Trying to get Cygwin to work too, partly because I like it a lot
more, and partly to help you guys out.

Again, I'm trying to get CLOCC working, but in this case it's a lot
more clear-cut: I can't get it to compile anything at all.

What I'm running is:

(in-package :cl-user)
(setq *clocc-root* "c:/cygwin/home/rpowell/tui/clocc/")
(compile-file (concatenate 'string *clocc-root* "clocc"))

Output depends on what --prefix argument I gave to configure:

None:

    ;;; Loading "/cygdrive/c/cygwin/home/rpowell/tui/clocc/install.lisp"
    ;;; Loading #P"/usr/local/lib/ecl/cmp.fas"
    An error occurred during initialization:
    LOAD: Could not load file #P"/usr/local/lib/ecl/cmp.fas" (Error: "No such file or directory").

Cygwin-style --prefix=/cygdrive/c/cygwin/home/rpowell/ecl-bin:

    ;;; Loading #P"/cygdrive/c/cygwin/home/rpowell/ecl-bin/lib/ecl/cmp.fas"
    LOAD: Could not load file #P"/cygdrive/c/cygwin/home/rpowell/ecl-bin/lib/ecl/cmp.fas" (Error: "No such file or directory")
    Broken at SI:BYTECODES.No restarts available.
    Broken at SI:BYTECODES.

Windows-style --prefix='c:\\cygwin\\home\\rpowell\\ecl-bin':

    ;;; Loading "/cygdrive/c/cygwin/home/rpowell/tui/clocc/install.lisp"
    An error occurred during initialization:
    Filesystem error with pathname #P"SYS:cmp.NEWEST".
    Either
     1) the file does not exist, or
     2) we are not allow to access the file, or
     3) the pathname points to a broken symbolic link..

I've tried a few things in between, too; in no case have I been able
to get ecl/cmp.fas (which *is* there) to load.

-Robin

-- 
Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo
Proud Supporter of the Singularity Institute - http://singinst.org/
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/




More information about the ecl-devel mailing list