You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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...
The text was updated successfully, but these errors were encountered: