UnGast / SkiaKit

Swift Bindings to the Skia 2D graphics Library
Other
19 stars 2 forks source link

Missing sk_get_binary_c_api_version on linux #1

Open ReDetection opened 2 years ago

ReDetection commented 2 years ago

Hello. After downloading the pre-built library all linkage errors went away except one:

error: link command failed with exit code 1 (use -v to see invocation)
/home/rd/src/self/timeline/.build/x86_64-unknown-linux-gnu/debug/SkiaKit.build/SkiaCApiVersion.swift.o:SkiaCApiVersion.swift.o:function $s7SkiaKit0A11CApiVersionC09getBinaryD0s5Int32VyFZ: error: undefined reference to 'sk_get_binary_c_api_version'
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)

If I comment it, it does build and run successfully.

ReDetection commented 2 years ago

https://github.com/VertexUI/VertexGUI/issues/18 seems connected