kotlin-sqlite-bindings icon indicating copy to clipboard operation
kotlin-sqlite-bindings copied to clipboard

figure out why windows tries but fails to compile linux targets but thinks they are supported

Open yigit opened this issue 5 years ago • 0 comments

https://github.com/yigit/kotlin-sqlite-bindings/runs/721237795?check_suite_focus=true

:sqlitebindings:cinteropJniLinuxX64

##[error]Exception in thread "main" java.lang.Error: C:\hostedtoolcache\windows\jdk\11.0.7\x64\include\win32\jni_md.h:35:9: error: unknown type name '__int64' at org.jetbrains.kotlin.native.interop.indexer.UtilsKt.ensureNoCompileErrors(Utils.kt:152) at org.jetbrains.kotlin.native.interop.indexer.IndexerKt.indexDeclarations(Indexer.kt:1003) at org.jetbrains.kotlin.native.interop.indexer.IndexerKt.buildNativeIndexImpl(Indexer.kt:992) at org.jetbrains.kotlin.native.interop.indexer.NativeIndexKt.buildNativeIndex(NativeIndex.kt:91) at org.jetbrains.kotlin.native.interop.gen.jvm.MainKt.processCLib(main.kt:230) at org.jetbrains.kotlin.native.interop.gen.jvm.MainKt.interop(main.kt:46) at org.jetbrains.kotlin.cli.utilities.InteropCompilerKt.invokeInterop(InteropCompiler.kt:44) at org.jetbrains.kotlin.cli.utilities.MainKt.mainImpl(main.kt:19) at org.jetbrains.kotlin.cli.utilities.MainKt.main(main.kt:37)

yigit avatar May 29 '20 19:05 yigit