Poco Build fail for openssl #4159
Unanswered
deepanshug
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can start by looking at what the error says - compiler can't find headers, not binaries. Binaries come into play at link time, but you first have to have headers, and compiler must know where to find them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to install POCO library on windows by running "buildwin.cmd 170" command but it fails C:\delete\poco\Crypto\include\Poco\Crypto\Crypto.h(37,10): fatal error C1083: Cannot open include file: 'openssl/opens
slv.h': No such file or directory (compiling source file src\RSAKey.cpp) [C:\delete\poco\Crypto\Crypto_vs170.vcxproj].
I have tried so far:
Downloaded precompiled binaries of openssl and put it in C:/delete/poco folder and executed command after but it fails.
Can you please guide me here.
Beta Was this translation helpful? Give feedback.
All reactions