marcomaggi / vicare

A native compiler for Scheme compliant with R6RS
http://marcomaggi.github.com/vicare.html
Other
200 stars 34 forks source link

compilation error on ubuntu #62

Closed namin closed 10 years ago

namin commented 10 years ago
Vicare: searching include file: unicode/unicode-char-cases.ss
Vicare: including file: /local/vicare-scheme-0.3d7/scheme/unicode/unicode-char-cases.ss
Vicare: searching include file: unicode/unicode-charinfo.ss
Vicare: including file: /local/vicare-scheme-0.3d7/scheme/unicode/unicode-charinfo.ss
make[2]: *** [vicare.boot] Killed
make[2]: Leaving directory `/local/vicare-scheme-0.3d7/build/scheme'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local/vicare-scheme-0.3d7/build'
make: *** [all] Error 2

I get the same error with the master branch. It always seem to fail in that place. I managed to compile fine on my linux mint laptop, but this is in a docker.io container.

Please let me know if I can provide any more information, and let me know if you have any suggestions as to what I am missing.

Thanks.

namin commented 10 years ago

I am guessing it just got killed because it was taking too many resources.