[Readable-discuss] Build error with guile-2.0
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: Alex R. <rpg...@gm...> - 2014-06-30 18:44:30
|
(Third time's the charm; darn HTML formatted message) (I tried to send this before, but I hadn't subscribed to the list, so it was held in queue and didn't get through) I'm trying to build the 1.0.2 version on a 64-bit debian testing machine. I have guile-2.0 (and guile-2.0-dev) installed. After running ./configure --without-common-lisp, I try to run make, and I get the attached error. I'm probably doing something wrong, but I'm not really sure what. Any help would be appreciated. Thank you. Error message: ---------------------- % GUILE_WARN_DEPRECATED=detailed make /bin/mkdir -p readable cp -p "./src/kernel.scm" readable/kernel.scm Generating unsweeten Generating bin/sweeten ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/alex/Misc/readable-code/./unsweeten ;;; compiling /home/alex/Misc/readable-code/readable/kernel.scm `use-syntax' is deprecated. Please contact guile-devel for more info. Syntax-case macros are now a part of Guile core; importing (ice-9 syncase) is no longer necessary. ;;; WARNING: compilation of /home/alex/Misc/readable-code/readable/kernel.scm failed: ;;; ERROR: Unbound variable: temp-saved-keywords ;;; WARNING: compilation of /home/alex/Misc/readable-code/./unsweeten failed: ;;; ERROR: Wrong type (expecting symbol): (syntax-rules () ((_ . rest) #f)) Backtrace: In ice-9/boot-9.scm: 157: 12 [catch #t #<catch-closure 1749620> ...] In unknown file: ?: 11 [apply-smob/1 #<catch-closure 1749620>] In ice-9/boot-9.scm: 63: 10 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 9 [eval # #] In ice-9/boot-9.scm: 2401: 8 [save-module-excursion #<procedure 1766a80 at ice-9/boot-9.scm:4045:3 ()>] 4052: 7 [#<procedure 1766a80 at ice-9/boot-9.scm:4045:3 ()>] 1724: 6 [%start-stack load-stack ...] 1729: 5 [#<procedure 1855180 ()>] In unknown file: ?: 4 [primitive-load "/home/alex/Misc/readable-code/./unsweeten"] In ice-9/eval.scm: 432: 3 [eval # #] 386: 2 [eval # #] 393: 1 [eval #<memoized set-read-mode> (#f #f ((())) ...)] In unknown file: ?: 0 [memoize-variable-access! #<memoized set-read-mode> #<directory # 173dc60>] ERROR: In procedure memoize-variable-access!: ERROR: Unbound variable: set-read-mode Makefile:1146: recipe for target 'bin/sweeten' failed make: *** [bin/sweeten] Error 1 -- Alex R |