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

build on rpi 4 fails #85

Open
gingibash opened this issue Nov 7, 2021 · 2 comments
Open

build on rpi 4 fails #85

gingibash opened this issue Nov 7, 2021 · 2 comments

Comments

@gingibash
Copy link

Compiling gstreamer-audio v0.17.2
error: linking with cc failed: exit status: 1

= note: /usr/bin/ld: cannot find -lndi
collect2: error: ld returned 1 exit status

@gingibash gingibash changed the title compiling on rpi 4 fails build on rpi 4 fails Nov 7, 2021
@sdroege
Copy link
Contributor

sdroege commented Nov 8, 2021

You need to have libndi.so in your library search path, e.g. in /usr/lib or in a directory pointed to be RUSTFLAGS="-L/path/to/directory

@gingibash
Copy link
Author

thanks @sdroege

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