Closed vredesbyyrd closed 4 years ago
Well, installing gaia to /usr/local/lib/
got the build much closer - but it failed on linking.
/usr/bin/ld: cannot find -lQtCore
collect2: error: ld returned 1 exit status
I decided just to build qt4 from source and install it alongside qt5, so I suppose I'll close this issue.
We'll work on updating Essentia accordingly once the https://github.com/MTG/gaia/pull/92 is finished.
Thanks for the info.
Yesterday, by changing:
Libs: -L${libdir} -L${qtlibdir} -lgaia2 -lQtCore -lyaml
to
Libs: -L${libdir} -L${qtlibdir} -lgaia2 -lQt5Core -lyaml
in giai2.pc
I was able to get Essentia to build with qt5
and --with-gaia
. But I could not get it to compile the examples.
--with-example=streaming_extractor_music,streaming_extractor_music_svm
I don't have access to the error messages anymore, but it looked like some conflicts with qt5
, understandably.
I'll keep an eye on future updates. Thanks for all your work on this awesome project.
Hi,
I am trying to compile essentia with gaia support. On arch linux
qt4
is no longer supported, so I builtgaia
from the qt5 branch, although I do not know if that branch has conflicts withessentia master
.Any thoughts on compiling
essentia
+gaia
onarch/qt5
would be greatly appreciated.Build command:
Output: