We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling gstreamer-audio v0.17.2 error: linking with cc failed: exit status: 1
cc
= note: /usr/bin/ld: cannot find -lndi collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
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
libndi.so
/usr/lib
RUSTFLAGS="-L/path/to/directory
Sorry, something went wrong.
thanks @sdroege
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: