Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install binaries on OSX Sonoma #50

Open
KClough opened this issue Nov 29, 2023 · 1 comment
Open

Cannot install binaries on OSX Sonoma #50

KClough opened this issue Nov 29, 2023 · 1 comment

Comments

@KClough
Copy link

KClough commented Nov 29, 2023

When I run
cargo install lottieconv --features="clap gif"

I'm getting this output/error (gist link because very long).

@msrd0
Copy link
Owner

msrd0 commented Nov 29, 2023

Hm that sounds like some problem with finding some C++ library stuff. Pretty much impossible for me to debug without any way to reproduce the problem which starts with me not using non-free operating systems.

To debug the problem, I'd check how you build rlottie and if you can link it into easy C programs without the linker choking. At least on linux I use pkg-config, and I'd expect that to happen on all platforms as I don't think I'm checking the platform anywhere, so if you need any additional libraries to get linked in, you should specify them in the rlottie.pc file.

Also small tip, you can embed very long outputs into markdown using <details><summary>Click to expand</summary>Very .... long .... code ....</details>, but gist works too of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants