-
Notifications
You must be signed in to change notification settings - Fork 2
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 issue under Win8.1 #1
Comments
Which version of openFrameworks are you trying to compile? This is untested with 0.9.0, but last tested with 0.8.4 ... |
Yes, i was trying to compile 0.9.0. |
Hm. I'm not sure ... we are using it with ofSketch on windows ... and I can't recall if we added a custom make file for that. Perhaps you could download the latest windows release of ofSketch and try the distro of ofMinGw that is included in that download? Alternatively I believe there has been some work to get MSYS2 working with 0.9.0 on windows -- but I haven't tested it yet. Might be good to ask if there is a setup guide on the openFrameworks forum. |
Thank you very much Chris. I will give ofSketch a try. |
It seems like it is not working for me under Windows 8.1
I downloaded ofMinGW and git cloned OpenFrameworks.
I run the .bat file for proper env settings. Than i go to "openFrameworks / libs / OpenFrameworksCompiled / Project /" and run make to compile.
I get this error >>
HOST_OS=MINGW32_NT-6.2
HOST_ARCH=i686
checking pkg-config libraries: zlib openssl glew
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
makefileCommon/config.shared.mk:276: *** couldn't find some pkg-config packages,
did you run the latest install_dependencies.sh?. Stop.
It seems like some stuff missing.
The text was updated successfully, but these errors were encountered: