Open VladimirAlexiev opened 2 months ago
Hi @VladimirAlexiev, thanks for the effort & the infos. I've never tried the build with Cygwin, I just now that some people use SDKMAN! with WSL. You are correct, a GraalVM JDK is only required for the build if a native executable (.exe) should be built, which, for regular builds is the default - the native executable should ease use after all.
Related:
I tried the instructions https://atextor.de/owl-cli/main/snapshot/index.html#building-from-source and have these troubles:
SDKMAN
I did that and got:
Line endings
This is an EOL (line endings) compatibility issue. git converts the files to
\r\n
on checkout. I often used2u
to fix such issues.The suggested fix is:
gradlew.bat
I decided to try the build from
cmd
rather thanbash
:It gave some warnings about deprecated features, but was successful. The complete build scan is at https://scans.gradle.com/s/nmmtoraixpzcu
running owl-cli
I currently use Temurin 22 (installed with
scoop
), but owl-cli seems to run ok.I think it needs
graalvm-17
only for the build process, because it fails to run with it: