Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anonymous/141155 to your computer and use it in GitHub Desktop.
Save anonymous/141155 to your computer and use it in GitHub Desktop.
$ tar zxf Gauche-gl-0.4.4.tgz
$ cd Gauche-gl-0.4.4
$ ./configure
$ make
cd src; make all
/usr/local/bin/gauche-package compile --verbose \
--cflags="-DPACKAGE_NAME=\"Gauche-gl\" -DPACKAGE_TARNAME=\"gauche-gl\" -DPACKAGE_VERSION=\"0.4.4\" -DPACKAGE_STRING=\"Gauche-gl\ 0.4.4\" -DPACKAGE_BUGREPORT=\"shiro@acm.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GLUT_GLUT_H=1 -DMacOSX=1 -I/usr/X11/include " --ldflags="" --libs="" \
libgauche-math3d gauche-math3d.c math3d-lib.stub
gcc -std=gnu99 -c -I/usr/local/lib/gauche/0.8.14/include -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.4.4" -DPACKAGE_STRING="Gauche-gl\ 0.4.4" -DPACKAGE_BUGREPORT="shiro@acm.org" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GLUT_GLUT_H=1 -DMacOSX=1 -I/usr/X11/include -no-cpp-precomp -fPIC -fno-common -o 'gauche-math3d.o' 'gauche-math3d.c'
*** ERROR: : no matching clause for (return <boolean> SCM_VECTOR4FP)
Stack Trace:
_______________________________________
0 expander
1 (render-rec (expander form env) env)
At line 254 of "/usr/local/share/gauche/0.8.14/lib/gauche/cgen/cise.scm"
2 (render-rec form env)
At line 226 of "/usr/local/share/gauche/0.8.14/lib/gauche/cgen/cise.scm"
3 (cise-render-to-string stmt)
At line 826 of "/usr/local/share/gauche/0.8.14/lib/gauche/cgen/stub.scm"
4 (for-each expand-stmt stmts)
At line 830 of "/usr/local/share/gauche/0.8.14/lib/gauche/cgen/stub.scm"
5 (process-body cproc body)
At line 556 of "/usr/local/share/gauche/0.8.14/lib/gauche/cgen/stub.scm"
6 (cgen-stub-parse-form form)
At line 240 of "/usr/local/share/gauche/0.8.14/lib/gauche/cgen/stub.scm"
7 fn
8 (with-input-from-file stubfile (cut port-fold (lambda (form decl-s ...
At line 234 of "/usr/local/share/gauche/0.8.14/lib/gauche/cgen/stub.scm"
9 (cgen-genstub file)
At line 86 of "/usr/local/share/gauche/0.8.14/lib/gauche/package/compile.scm"
10 (with-error-handler (lambda (e) (let ((e e)) (%guard-rec e e (else ...
[unknown location]
11 (delete-keyword :output args)
At line 125 of "/usr/local/share/gauche/0.8.14/lib/gauche/package/compile.scm"
12 (map (lambda (src) (cond ((equal? (path-extension src) OBJEXT) src ...
At line 121 of "/usr/local/share/gauche/0.8.14/lib/gauche/package/compile.scm"
13 (usage)
At line 93 of "/usr/local/bin/gauche-package"
make[1]: *** [libgauche-math3d.so] Error 70
make: *** [all] Error 2
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment