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 on windows with qtcreator/msys2 #72

Open
d3cod3 opened this issue Jun 9, 2021 · 1 comment
Open

Compiling on windows with qtcreator/msys2 #72

d3cod3 opened this issue Jun 9, 2021 · 1 comment

Comments

@d3cod3
Copy link

d3cod3 commented Jun 9, 2021

Hi, i'm trying to compile the ofxHapPlayer example on windows using qtcreator, there was a couple of easy details to fix, there:

d3cod3@e8a7e81

but now i'm stuck with something i'm not recognizing, i think it's some specific VS related library ( almost zero experience with VS ), it giving me error with ppl.h

error: ppl.h No such file or directory

#include <ppl.h>

Can you give me some hints on how to solve it? Maybe with some compiler flags?

And a second question, bcrypt.lib and Secur32.lib will need to be added locally? ( i have really little experience with compiling/working on windows )

Thanks in advance!

@anpin
Copy link

anpin commented Aug 12, 2021

hi, there I'm experiencing same issue with msys2/qtcreator on win10. I was able to swap ppl.h with openmp, but bcrypt.lib and secur32.lib are still missing. Not sure how to link dlls from system32 via qtcreator. Tried changing addon_libs to explicit paths in addon_config.mk but it still points to missing files in the cloned folder

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