-
Notifications
You must be signed in to change notification settings - Fork 73
Can't build server tests & CliClient #22
Copy link
Copy link
Open
Description
I can't build an example app on both Linux (Ubuntu 16.04) and OSX (Sierra 10.12.6). The error is quite similar:
Exception in thread "main" java.lang.Error: /tmp/tmp4319878515077409604.c:1:10: fatal error: 'freetype2/freetype/freetype.h' file not found
at org.jetbrains.kotlin.native.interop.indexer.UtilsKt.ensureNoCompileErrors(Utils.kt:135)
at org.jetbrains.kotlin.native.interop.indexer.IndexerKt.indexDeclarations(Indexer.kt:875)
at org.jetbrains.kotlin.native.interop.indexer.IndexerKt.buildNativeIndexImpl(Indexer.kt:865)
at org.jetbrains.kotlin.native.interop.indexer.NativeIndexKt.buildNativeIndex(NativeIndex.kt:55)
at org.jetbrains.kotlin.native.interop.gen.jvm.MainKt.processLib(main.kt:317)
at org.jetbrains.kotlin.native.interop.gen.jvm.MainKt.interop(main.kt:33)
at org.jetbrains.kotlin.cli.utilities.MainKt.invokeCinterop(main.kt:90)
at org.jetbrains.kotlin.cli.utilities.MainKt.main(main.kt:112)
However, freetype is installed and /usr/include/freetype2/freetype/freetype.h exists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels