I'm trying to run `konanc audio.kt -library wavpla...
# kotlin-native
a
I'm trying to run
konanc audio.kt -library wavplay -o audio
on Windows. But it's crashing with an exception saying
wavplay
not found. While the
wavplay.klib
file is already in current working directory. Any suggestions to tackle this problem?
a
@akshaychordiya Are you able to
Copy code
klib info wavplay.klib
and
Copy code
klib contents wavplay.klib
?
a
@alexander.gorshenev I am facing the same issue with
klib info wavplay.klib
a
Can you show the top of the stack trace and any compiler messages? As a direct message, if there is anything sensitive.