Fork me on GitHub
#graalvm
<
2019-05-13
>
borkdude17:05:17

@benzap I tried some more on Windows. I got it working with a few tweaks to clj.native-image, except for this: https://github.com/taylorwood/clj.native-image/pull/9#issue-278357391

👍 4
benzap18:05:29

I tried a bit, but i'm using makefiles, so i'm probably going to have to switch to using the lein-native-image plugin before I can get it working

borkdude18:05:08

maybe I should also switch to that, since I don’t know how to get clojure (CLI) working without powershell

sogaiu21:05:26

is it the case that native-image isn't installed by default starting from graal 19?

dharrigan21:05:51

(as in not by default - it's in the readme)

sogaiu21:05:10

so it looks like one is supposed to use the gu utility to install native-image now...

gklijs08:05:07

yes, but it's in the download, and then creates the native-image binary in the same path. Probably needed for some platform differences, not sure.

borkdude09:05:52

except on Windows

sogaiu18:05:37

i think graal 19 is likely to require changes to existing packages of graal (e.g. for various linuxen) as gu appears to try to install to locations one needs admin access to. am reverting to an rc version for the time being.

gklijs18:05:05

On mac it just worked