https://github.com/cark/clojure-cli-portable Now with TDEPS-120 fix, and a new switch -Scp-jar, to test it without spending the night adding deps until you reach a 32k command line ><
@carkh did a git pull, but script\build.cmd gives an error here now:
[stuff elided]\clojure-cli-portable\src\classpathjar.nim(3, 11) Error: cannot open file: zip/zipfiles
!!! COMPILE ERROR !!!
tried the 0.0.5 installer -- does that have your TDEPS-120 fix?
could the error be related to this? https://forum.nim-lang.org/t/1857
fwiw, script/build_all on a linux distribution also yields a similar error
ok, so now the repository i mentioned before (https://github.com/sogaiu/adorn) gives indications of a command line limitations -- from: clj -A:native-image
, i get: The command line is too long
is there something i can try with the latest clojure-cli-portable to work around this?