Skip to content

Instantly share code, notes, and snippets.

@KeenS
Created October 27, 2014 01:12
Show Gist options
  • Save KeenS/f762e3fead1dc0b7c7e4 to your computer and use it in GitHub Desktop.
Save KeenS/f762e3fead1dc0b7c7e4 to your computer and use it in GitHub Desktop.
if [ . != "." ]; then ./wirebuildlibs "." "ln -s"; fi
for d in gc src lib ext doc; do (cd $d; make all) || exit 1; done
make[1]: ディレクトリ `/home/kim/compile/Gauche/gc' に入ります
make[2]: ディレクトリ `/home/kim/compile/Gauche/gc' に入ります
make[2]: ディレクトリ `/home/kim/compile/Gauche/gc' から出ます
make[1]: ディレクトリ `/home/kim/compile/Gauche/gc' から出ます
make[1]: ディレクトリ `/home/kim/compile/Gauche/src' に入ります
GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" /usr/bin/gosh -l./preload -I../src -I../lib geninsn ./vminsn.scm
gosh: "error": Compile Error: Compile Error: Compile Error: Compile Error: literal list contains non-symbol: (:where)
"../lib/gauche/cgen/cise.scm":193:(syntax-rules (:where) ((_ "clauses" ...
"../lib/gauche/cgen/cise.scm":192:(define-syntax define-cise-stmt (syn ...
"../lib/gauche/cgen.scm":43:(define-module gauche.cgen (extend g ...
"./geninsn":39:(use gauche.cgen)
make[1]: *** [gauche/vminsn.h] エラー 1
make[1]: ディレクトリ `/home/kim/compile/Gauche/src' から出ます
make: *** [all] エラー 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment