Replies: 1 comment
-
Could you please, try making a build for windows (with Gaia)? Some people from foobar2000 and me have been trying to replace the AcousticBrainz binaries with new ones including GAIA, so people can continue using the models and build their own database, and it's essentially impossible. I have already created an issue, asked to AcousticBrainz people (they will not help), wrote to the developers, ... no one cares about it, even when there are dozen of users creating issues from time to time pointing to build problems and the current guide not working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current as of 4 Jan 2023, commit 02d8a6f
Refer to these for the original instructions:
And then refer below for troubleshooting guidance.
Issue 1: the qt4 dependency will not build on gcc-11, but it is known to work on gcc-8
Ref: https://bugreports.qt.io/browse/QTBUG-81361
Solution: Compile and use gcc-8, as it is not in the Ubuntu 22 repositories.
Issue 2: While building the dependencies, ./waf may throw errors when run in python3, so we must force python2.
Now build the dependencies, including gaia (the sample standard_mfcc.cpp requires it)
Now build Essentia.
Issue 3: Essentia will not build in gcc-8.
Solution: gcc-11 works!
Issues 4 & 5: The provided sample command must be modified to suit a static build (update the absolute paths to suit your system). Finally, we must add -lchromaprint to the command for it to build, and link order matters!
Done, it compiles with no further output.
Beta Was this translation helpful? Give feedback.
All reactions