Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling windows MSVC #853

Open
emainier opened this issue Apr 8, 2019 · 1 comment
Open

Compiling windows MSVC #853

emainier opened this issue Apr 8, 2019 · 1 comment

Comments

@emainier
Copy link

emainier commented Apr 8, 2019

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

@KyrillosL
Copy link

Hi,
I'm also struggling with this error, did you find an answer ?
Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants