I'm trying to compile a native image and getting the same errors as this other project https://github.com/BrunoBonacci/graalvm-clojure/tree/master/system
The root problem seems to be use of extend-type
. Is using extend-type
a known issue? Does anyone know of any work arounds?
expanding extend-type
calls to their extend
equivalents doesn't help
see the topic for this room
1.10.2-alpha1
should fix the unbalanced monitors issue
cool. thanks for the tip
I was following the instructions from the two links in the topic.
If you think any of those repos could be clearer on this, a PR is welcome
will do!
is there a place for collecting clojure specific gotchas? the most relevant doc I could find is https://github.com/lread/clj-graal-docs#tips-and-tricks
yep, that's a good place
using the right clojure version worked like a charm. thanks for the help @ghadi!