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
If the project has a dependency on a 6+ year old library, that seems like essential documentation for the installation instructions, making them broken without it.
As a new user to this project, with this issue and #1438, I don't see a clear way for any new users to adopt this project.
I'm on macOS 14.1.1 with Xcode 15.4 on an M1 Max CPU, using the latest commit on
master
(a770d1b).So, since
brew install
is broken (#1438), I went to try the compilation instructions on the website, located here:https://essentia.upf.edu/installing.html#compiling-essentia
The given
waf configure
command completes successfully. (python3 waf configure --build-static --with-python --with-cpptests --with-examples --with-vamp
)However, building everything with
python3 waf
does not.The full output from both of these commands is linked below, but the interesting part to me seems to be this compiler error:
From some quick research,
av_register_all
is an ffmpeg function that was deprecated 6 years ago. (leandromoreira/ffmpeg-libav-tutorial#29).If the project has a dependency on a 6+ year old library, that seems like essential documentation for the installation instructions, making them broken without it.
As a new user to this project, with this issue and #1438, I don't see a clear way for any new users to adopt this project.
Full compilation output
The text was updated successfully, but these errors were encountered: