Search Criteria
Package Details: cyclone-scheme 0.36.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cyclone-scheme.git (read-only, click to copy) |
---|---|
Package Base: | cyclone-scheme |
Description: | A brand-new compiler that allows practical application development using R7RS Scheme |
Upstream URL: | https://github.com/justinethier/cyclone-bootstrap |
Keywords: | C Compiler R7RS Scheme |
Licenses: | MIT |
Submitter: | justinethier |
Maintainer: | justinethier |
Last Packager: | justinethier |
Votes: | 5 |
Popularity: | 0.002737 |
First Submitted: | 2016-07-22 01:27 (UTC) |
Last Updated: | 2024-02-14 02:56 (UTC) |
Latest Comments
danielsz commented on 2017-12-19 00:27 (UTC)
That does it, thank you!
justinethier commented on 2017-12-18 03:21 (UTC)
Thanks for the report. It seems this was broken with the latest makefile changes in 0.7.
Anyway, I just pushed a new PKGBUILD to AUR that will build again. Sorry for the trouble.
danielsz commented on 2017-12-17 18:54 (UTC)
Sorry to be the messenger of bad news:
cc cyclone.o scheme/base.o scheme/read.o scheme/write.o scheme/case-lambda.o scheme/char.o scheme/complex.o scheme/cxr.o scheme/eval.o scheme/file.o scheme/inexact.o scheme/lazy.o scheme/load.o scheme/process-context.o scheme/time.o scheme/cyclone/array-list.o scheme/cyclone/common.o scheme/cyclone/libraries.o scheme/cyclone/macros.o scheme/cyclone/transforms.o scheme/cyclone/ast.o scheme/cyclone/cps-optimizations.o scheme/cyclone/cgen.o scheme/cyclone/util.o scheme/cyclone/test.o scheme/cyclone/pretty-print.o scheme/cyclone/primitives.o srfi/1.o srfi/2.o srfi/9.o srfi/18.o srfi/27.o srfi/28.o srfi/60.o srfi/69.o srfi/106.o srfi/111.o srfi/113.o srfi/117.o srfi/121.o srfi/128.o srfi/132.o srfi/133.o srfi/143.o -pthread -lcyclone -lck -lm -ltommath -ldl -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--export-dynamic -o cyclone /usr/bin/ld: cannot find -lcyclone collect2: error: ld returned 1 exit status make: *** [Makefile:43: cyclone] Error 1
justinethier commented on 2017-04-24 01:21 (UTC)
Elronnd commented on 2017-04-23 03:08 (UTC)