Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@ubuntu:/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test# make
- cat doit.lsp | /usr/bin/ecl | tee test.out
- ECL (Embeddable Common-Lisp) 15.3.7 (git:UNKNOWN)
- Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
- Copyright (C) 1993 Giuseppe Attardi
- Copyright (C) 2000 Juan J. Garcia-Ripoll
- Copyright (C) 2015 Daniel Kochmanski
- ECL is free software, and you are welcome to redistribute it
- under certain conditions; see file 'Copyright' for details.
- Type :h for Help.
- Top level in: #<process TOP-LEVEL>.
- >
- ;;; Loading #P"/usr/lib/ecl-15.3.7/cmp.fas"
- (#P"/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/rt.fas")
- >
- ;;; Loading "/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/gclload1.lsp"
- ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
- ;;;
- ;;; End of Pass 1.
- Condition of type: FILE-ERROR
- Filesystem error with pathname #P"ANSI-TESTS:AUX;ANSI-AUX-MACROS.LSP.NEWEST".
- Either
- 1) the file does not exist, or
- 2) we are not allowed to access the file, or
- 3) the pathname points to a broken symbolic link.
- Available restarts:
- 1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
- Broken at COMPILE-AND-LOAD. In: #<process TOP-LEVEL>.
- File: #P"/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test/compile-and-load.lsp" (Position #644)
- >>
- root@ubuntu:/mnt/sdd1/larkc/cyc_jrtl_with_commonlisp/phasexx-abcl/ansi-test#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement