Still getting `Unable to compile C bridges` with K...
# kotlin-native
s
Still getting
Unable to compile C bridges
with Kotlin/Native 1.3.60. Referring to https://github.com/JetBrains/kotlin-native/issues/2674, shouldn't this have been fixed with the LLVM toolchain update?
o
Check if you can run clang from .konan manually
s
Will do, give me a bit though, I'm playing the new Star Wars game that came out yesterday.
Just running clang with no input doesn't error, I haven't tried it with an input file as it's a little difficult to do from within a Docker image.
@olonho Installing
libncurses5
in a Debian docker container fixes the error, but if the toolchain no longer depends on ncurses as stated in that issue, then the issue shouldn't exist anymore