-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
This project is pretty cool and promisses interesting ways to use c-libraries within clojure. However:
I'm trying to do my first steps with clojure-scheme, but I keep on stumbling. I get up to the scheme-repl. There every-thing works fine when:
- I work in the root of the git-repo (it fails when working from samples/repl)
- I perform (load "src/cljscm/cljscm/core.scm") instead of (load "cljscm_core") as described in your presentation.
Next I can load my sample-program and run it on the repl.
However, when compiling the program I get warnings that symbols of core.scm are missing. So it seems like a (dynamically linked) library of clojure-scheme is not found.
When adding the core.scm on the command-line to the compiler before my own file I get an error about duplicatie symbols ___H_cljscm_2e_core_2f_vec in the core.c file. So the compilation fails.
Any suggestions on how to get further.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels