ofxHttpUtils icon indicating copy to clipboard operation
ofxHttpUtils copied to clipboard

Openssl missing?

Open tomorrowevening opened this issue 9 years ago • 3 comments

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...

tomorrowevening avatar Aug 26 '14 00:08 tomorrowevening

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 avatar Aug 26 '14 07:08 danoli3

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

danoli3 avatar Aug 26 '14 07:08 danoli3

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

tomorrowevening avatar Aug 26 '14 16:08 tomorrowevening