leozimmerman / ofxAudioAnalyzer

openFrameworks wrapper for Essentia. Audio analysis algorithms in real-time
GNU Affero General Public License v3.0
183 stars 37 forks source link

Compiler erros in Release mode #30

Open Dazzid opened 2 years ago

Dazzid commented 2 years ago

I'm a huge fan of this library. I need some help compiling in Release mode. The error is also replicated by compiling example-allAlgorithms. Using Xcode 13.2.1 and OF 0.11.2 In Debug mode all works fine.

The errors:

Showing Recent Messages Undefined symbol: essentia::nameOfType(std::type_info const&) Undefined symbol: essentia::debugIndentLevel Undefined symbol: essentia::loggerInstance Undefined symbol: essentia::Logger::debug(essentia::DebuggingModule, std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&, bool) Undefined symbol: essentia::Parameter::~Parameter() Undefined symbol: essentia::EssentiaFactory::_instance Undefined symbol: essentia::standard::Algorithm::output(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&) Undefined symbol: essentia::init() Undefined symbol: essentia::activatedDebugLevels Undefined symbol: essentia::standard::Algorithm::input(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&) Undefined symbol: essentia::ParameterMap::add(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&, essentia::Parameter const&) Undefined symbol: essentia::standard::Algorithm::processingMode

Any suggestion?