Fork me on GitHub
#graalvm
<
2020-01-06
>
sogaiu01:01:42

has anyone come up with a simpler way than: https://gist.github.com/sogaiu/e079cd770051685c46ab24b6658effcf to setup a build environment for windows 10 for use with java 8 based graals? i've tried building using the setup for java 11 based graals (vs 2017 + a couple of options -- a one-liner in chocolatey), but that doesn't seem to work for java 8 based graals.

sogaiu03:01:51

looks like there is a simpler way -- the following seems to work: https://stackoverflow.com/questions/32091593/cannot-install-windows-sdk-7-1-on-windows-10/45784634#45784634 in brief: * choco install windows-sdk-7.1 * install "Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1" from http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;id=4422 that appears to be enough -- at least i was able to build clj-kondo successfully

littleli18:01:00

I wanted to create scoop out of this, but honestly this is far beyond my chi. Would be super cool if there would be docker image (for Windows!) that has all of these preinstalled where one only put some jar or mount volume and binary exe is produced. Unfortunately, that's too much and I don't even have Windows Pro version that's required to run Docker on Windows.

sogaiu18:01:43

note that the author of the post seemed to have some issue with existing redistributable removal (not sure if that is important)

borkdude08:01:56

Might be nice to add to the docs

sogaiu13:01:02

which docs?

borkdude14:01:17

the Windows build docs of clj-kondo

sogaiu16:01:16

ok, PR submitted

borkdude19:01:57

Another cool graal thing: https://github.com/greglook/cljstyle

😁 8
👀 4
parrot 12
greglook19:01:48

building binary-runtime CLI tools with Clojure is realizing a long-awaited dream from my early days with the language

👍 12