You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
I’m trying to setup gst-mmal for Pi 3B+ and am running into an issue where when I clone the Git repository and change directory to the folder ./configure generates the error: no such path or directory. Typing ls brings up config.ac so I don’t understand what the problem is. Autoconf generates several errors involving possibly undefined macros and Make ultimately ends up running into the no such path or directory error too.
Are there any workarounds for this?
The text was updated successfully, but these errors were encountered:
You need to run ./autogen.sh. For that to succeed you probably need the packages autoconf, automake and libtool (perhaps libtool-bin as well) installed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I’m trying to setup gst-mmal for Pi 3B+ and am running into an issue where when I clone the Git repository and change directory to the folder ./configure generates the error: no such path or directory. Typing ls brings up config.ac so I don’t understand what the problem is. Autoconf generates several errors involving possibly undefined macros and Make ultimately ends up running into the no such path or directory error too.
Are there any workarounds for this?
The text was updated successfully, but these errors were encountered: