flirc / sdk

Flirc SDK and Example Applications
Other
55 stars 20 forks source link

Included libs for linux are missing dependencies #17

Open iXyles opened 4 months ago

iXyles commented 4 months ago

The .so files for flirc (libs/linux_*) does not contain all the dependencies they need for "loading" through dlopen. Noticed this when attempting to build a little web app in C# to interact with the device. Got forced to re-compile the arm64 linux version to make it work through the libflirc.a file with correct dependency tree.

Would it be possible for you to provide an updated version for all linux versions with correct dependency tree?

Check with "ldd" and you'll see the needed "libusb" is not listed.

jdk commented 4 months ago

okay, thanks for letting me know. I’m a bit behind on one product, but I’m jumping back to this at the end of this week.