This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-24
Channels
- # announcements (6)
- # beginners (89)
- # calva (75)
- # cider (37)
- # clj-kondo (1)
- # cljs-dev (19)
- # cljsjs (8)
- # clojars (1)
- # clojure (122)
- # clojure-europe (6)
- # clojure-italy (41)
- # clojure-nl (18)
- # clojure-uk (24)
- # clojurescript (26)
- # cursive (6)
- # data-science (5)
- # datomic (51)
- # emacs (28)
- # fulcro (8)
- # graalvm (13)
- # hoplon (1)
- # immutant (1)
- # jobs (3)
- # joker (1)
- # keechma (43)
- # lambdaisland (1)
- # leiningen (37)
- # midje (1)
- # nrepl (2)
- # off-topic (32)
- # re-frame (3)
- # reagent (24)
- # reitit (5)
- # remote-jobs (1)
- # shadow-cljs (33)
- # sql (7)
- # tools-deps (11)
borkdude got a response regarding what is necessary in terms of dlls for deployment of native-image on windows along with info on the lack of support for --static: https://github.com/oracle/graal/issues/1407#issuecomment-504912188 -- for reference, here is info on the /MT and /MD linker flags: https://stackoverflow.com/questions/757418/should-i-compile-with-md-or-mt
has anyone else had problems with their windows native-image binaries communicating via pipes? i have a fairly minimal reproduction of the issue i'm seeing here: https://github.com/sogaiu/answer -- for the truly adventurous / interested (unlikely to exist?) party who doesn't have an appropriate windows environment set up for this, here is a summary of getting the windows sdk set up for this sort of case: https://gist.github.com/sogaiu/e079cd770051685c46ab24b6658effcf
@sogaiu installing the windows 7.1 sdk via chocolatey might be easier for those wanting to reproduce the issue
ah, i had some kind of trouble with that installation, so i backed out of it -- i don't remember what, but if it works, that would be easier!
it wasn't that the installation process failed, it had to do with something afterwards.
ok, it's not a clean install, but i tried uninstalling the manually installed windows 7 sdk, and then installed via chocolatey, then built clj-kondo. that does produce a working clj-kondo.
i built it using windows 7, and just transferred it to a windows 10 installation. it didn't work appropriately -- just appears to exit.