essentia
essentia copied to clipboard
Compiling windows MSVC
Hello,
I am trying to compile essentia for Windows using msvc, I managed to compile a DLL reading through the python_win branch documentation and commits. However I am having a linking issue when linking against the DLL:
error LNK2001: unresolved external symbol "private: static class essentia::EssentiaFactory<class essentia::streaming::Algorithm> * essentia::EssentiaFactory<class essentia::streaming::Algorithm>::_instance" (?_instance@?$EssentiaFactory@VAlgorithm@streaming@essentia@@@essentia@@0PEAV12@EA)
Is there something specific to do here in order to solve this and link against the DLL?
I would also like to build essentia as a static lib on windows but even though it does compile, I end up with a 700Mb .lib file. Is this normal?
Thanks
Hi, I'm also struggling with this error, did you find an answer ? Thanks !