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

Openssl missing? #10

Open
tomorrowevening opened this issue Aug 26, 2014 · 3 comments
Open

Openssl missing? #10

tomorrowevening opened this issue Aug 26, 2014 · 3 comments

Comments

@tomorrowevening
Copy link

In file included from ..\..\..\libs\poco\include/Poco/Crypto/X509Certificate.h:44:0,
                 from ..\..\..\libs\poco\include/Poco/Net/X509Certificate.h:45,
                 from ..\..\..\libs\poco\include/Poco/Net/VerificationErrorArgs.h:44,
                 from ..\..\..\libs\poco\include/Poco/Net/SSLManager.h:44,
                 from C:\Projects\openFrameworks_cb\apps\myApps\MyApp\libs\ofxHttpUtils\src\ofxHttpUtils.cpp:12:
..\..\..\libs\poco\include/Poco/Crypto/OpenSSLInitializer.h:45:33: fatal error: openssl/opensslconf.h: No such file or directory compilation terminated.

As soon as I import the lib, I get this error on Windows 7 via Code Blocks. What I don't understand is all the linker files are attached correctly...

@danoli3
Copy link

danoli3 commented Aug 26, 2014

I don't think Crypto / SSL was linked when initially building some of the Poco Libraries (I know for a fact iOS, could be Win32 in your case as well). For oF 0.9.0 with the new libraries it will definitely be there.

@danoli3
Copy link

danoli3 commented Aug 26, 2014

Else maybe try and add include to openFrameworks/libs/openssl/include/

@tomorrowevening
Copy link
Author

Thanks @danoli3! Adding the ..\..\..\libs\openssl\include worked!

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