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

Win32 static build #730

Open
eadward opened this issue May 24, 2018 · 1 comment
Open

Win32 static build #730

eadward opened this issue May 24, 2018 · 1 comment

Comments

@eadward
Copy link

eadward commented May 24, 2018

I just downloaded the code updated after commit 0dda5e5 and tried to create static build of the library and executable example extractors.

In order to compile the library I had to comment out lines 78 to 85 in src/essentia/roguevector.h and uncomment lines 87 to 97. See error log attached for reference.

win32-static-compilation-RogueVectorErrors.log

Then I re-configured and recompiled. At his stage I should say that I included the ChromaPrint library which I built using the script below (extension change from sh to log to allow upload).

build_chromaprint.log

The library is detected when run the configuration, but I get a compilation error as shown in the log file below

win32-static-compilation-ChromaprintErrors.log

Any ideas? Thanks!

@sildeag
Copy link

sildeag commented May 30, 2018

This is one case where using --with-gaia-qt5 would help as libchromaprint-dev.so is in the same location, at least on my system, as qt. The building of examples failed during linking see file essentia/src/examples/wscript.

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