MTG / essentia

C++ library for audio and music analysis, description and synthesis, including Python bindings
http://essentia.upf.edu
GNU Affero General Public License v3.0
2.85k stars 533 forks source link

can essentia build in centos? #1347

Closed RobertSJTU closed 11 months ago

RobertSJTU commented 1 year ago

I tried every effort to compile a staic essentia library in centos system, but always failed. When I run "waf configure --with-static-examples", it finally report a error "/usr/bin/ld: cannot find -lstdc++". When I run "waf configure --build-static --static-dependencies", compile is ok, but when I try to build a example, it returns a error: 'CLOCKS_PER_SEC' was not declared in this scope, error: 'clock_gettime' was not declared in this scope.

dbogdanov commented 1 year ago

Not sure about your specific error, but our manylinux builds of Python wheels are based on a CentOS docker image.