Closed laborg closed 1 year ago
@laborg thanks for the fix! Can you send me the link to your project so that I can send people your way?
@kdewald As soon as they are released I will tag you. The idea is to create two projects:
SimpleBLE_jll
which makes the shared library available on Julia (see https://docs.binarybuilder.org/stable/jll/) andSimpleBLE.jl
a Julia package to offer a higher level abstraction for Bluetooth LE calls@kdewald The builds for
@laborg There's something broken in the build process that I still need to debug, so those two will be wrong for a while longer while I figure it out.
Could it be that this is a timing problem with parallel builds?
No, this is an architecture problem. CMake tries to link to an incorrect DBus library file. It should be somewhat straightforward to fix.
This was fixed in v0.6.1
First off, thanks for publishing SimpleBLE as shared lib. I was looking forward to use them to create Julia bindings, but it turns out that they are equal to the static lib versions.