mmhelloworld/idris-jvm

Error with install on Windows

Closed this issue · 4 comments

Idris 1.3.1 (precompiled binary with FFI support), Java 8, C:\Idris;C:\Idris\mingw\bin in system PATH variable.

error

Thank you for trying out idris-jvm. I will look into this issue.

Hi,

This should be fixed now. Please try it again and reopen this issue if you still have issues.

Thank you for confirming that the fix works. Native methods are not supported yet. It looks like we need to support static blocks to load native libraries and a way to declare native methods in the exported classes from Idris. I will create an issue for this.