Title: Build instructions for EasyHttp Release 2.x.x? · Issue #13 · sony/easyhttpcpp · GitHub
Open Graph Title: Build instructions for EasyHttp Release 2.x.x? · Issue #13 · sony/easyhttpcpp
X Title: Build instructions for EasyHttp Release 2.x.x? · Issue #13 · sony/easyhttpcpp
Description: Brief overview I tried to build EasyHttp on Windows using the wiki guide. It worked for EasyHttp 1.0.0, but not for 2.0.0 or 2.1.0. First I was getting this error: CMake Error at C:/repo/poco/NetSSL_Win/cmake/PocoNetSSLWinConfig.cmake:5 ...
Open Graph Description: Brief overview I tried to build EasyHttp on Windows using the wiki guide. It worked for EasyHttp 1.0.0, but not for 2.0.0 or 2.1.0. First I was getting this error: CMake Error at C:/repo/poco/NetSS...
X Description: Brief overview I tried to build EasyHttp on Windows using the wiki guide. It worked for EasyHttp 1.0.0, but not for 2.0.0 or 2.1.0. First I was getting this error: CMake Error at C:/repo/poco/NetSS...
Opengraph URL: https://github.com/sony/easyhttpcpp/issues/13
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Build instructions for EasyHttp Release 2.x.x?","articleBody":"### Brief overview\r\n\r\nI tried to build EasyHttp on Windows using the [wiki guide](https://github.com/sony/easyhttpcpp/wiki/Installing-EasyHttp). It worked for EasyHttp 1.0.0, but not for 2.0.0 or 2.1.0.\r\n\r\nFirst I was getting this error:\r\n\r\n```\r\nCMake Error at C:/repo/poco/NetSSL_Win/cmake/PocoNetSSLWinConfig.cmake:5 (include):\r\n include could not find load file:\r\n\r\n C:/repo/poco/NetSSL_Win/cmake/PocoNetSSLWinTargets.cmake\r\n```\r\n\r\nI fixed it by changing my Poco CMake command to this:\r\n\r\n```\r\ncmake -DCMAKE_BUILD_TYPE=Release -DENABLE_NETSSL_WIN=ON ../\r\n```\r\n\r\nBut now I have a new issue when I try to build:\r\n\r\n```\r\nC:\\repo\\easyhttpcpp\\_build\u003ecmake -DCMAKE_PREFIX_PATH=\"C:/repo/poco/_build\" ..\r\n-- Configuring done\r\nCMake Warning:\r\n Value of CMAKE_CXX_FLAGS_DEBUG contained a newline; truncating\r\n\r\n\r\nCMake Warning:\r\n Value of CMAKE_CXX_FLAGS_MINSIZEREL contained a newline; truncating\r\n\r\n\r\nCMake Warning:\r\n Value of CMAKE_CXX_FLAGS_RELEASE contained a newline; truncating\r\n\r\n\r\nCMake Warning:\r\n Value of CMAKE_CXX_FLAGS_RELWITHDEBINFO contained a newline; truncating\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::NetSSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::SSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::NetSSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::SSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::NetSSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::SSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::NetSSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::SSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::NetSSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"Poco::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::SSL\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\nCMake Error at CMakeLists.txt:105 (add_library):\r\n Target \"easyhttp\" links to target \"OpenSSL::Crypto\" but the target was not\r\n found. Perhaps a find_package() call is missing for an IMPORTED target, or\r\n an ALIAS target is missing?\r\n\r\n\r\n-- Generating done\r\nCMake Generate step failed. Build files cannot be regenerated correctly.\r\n\r\nC:\\repo\\easyhttpcpp\\_build\u003e\r\n```\r\n\r\nWhat am I doing wrong?\r\n\r\n### Steps to reproduce\r\n\r\n- Get a Windows 10 x64 machine.\r\n\r\n- Install [OpenSSL 1.1.1e from Shining Light Productions](https://slproweb.com/products/Win32OpenSSL.html).\r\n\r\n- Check out release 2.1.0.\r\n\r\n- Follow [wiki guide](https://github.com/sony/easyhttpcpp/wiki/Installing-EasyHttp).\r\n\r\n- (Optional) Get rid of first error by replacing poco cmake command with `cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_NETSSL_WIN=ON ../`.\r\n\r\n### Specifications like the version of the project, operating system, or hardware etc.\r\n\r\n[EasyHttp Release 2.1.0](https://github.com/sony/easyhttpcpp/releases/tag/2.1.0).\r\n\r\nPoco 1.7.9.\r\n\r\nWindows 10 x64 on a Dell G3 laptop.\r\n","author":{"url":"https://github.com/serg06","@type":"Person","name":"serg06"},"datePublished":"2020-03-21T09:35:53.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/13/easyhttpcpp/issues/13"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:fdcba5e4-c7c9-e60c-ec37-521e132294b4 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 90BC:202FD4:DD7A1C:126768B:6A4C4AEC |
| html-safe-nonce | 291a29576de651425c05f620ac1308bf92ee57ac4ed6915a09ce482f83f4a150 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MEJDOjIwMkZENDpERDdBMUM6MTI2NzY4Qjo2QTRDNEFFQyIsInZpc2l0b3JfaWQiOiI0MDg0MDUzMzQ2NjQxMjY3NDM2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 59bf4e9ea0087d17ef07a6c05335d1ae23f362f81a465ab659ae19a467e829b3 |
| hovercard-subject-tag | issue:585464665 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/sony/easyhttpcpp/13/issue_layout |
| twitter:image | https://opengraph.githubassets.com/f390d16163f86d85454d6c349b718c9892e8e3c6ee076f71d624338588ffa07e/sony/easyhttpcpp/issues/13 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/f390d16163f86d85454d6c349b718c9892e8e3c6ee076f71d624338588ffa07e/sony/easyhttpcpp/issues/13 |
| og:image:alt | Brief overview I tried to build EasyHttp on Windows using the wiki guide. It worked for EasyHttp 1.0.0, but not for 2.0.0 or 2.1.0. First I was getting this error: CMake Error at C:/repo/poco/NetSS... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | serg06 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c |
| turbo-cache-control | no-preview |
| go-import | github.com/sony/easyhttpcpp git https://github.com/sony/easyhttpcpp.git |
| octolytics-dimension-user_id | 8435219 |
| octolytics-dimension-user_login | sony |
| octolytics-dimension-repository_id | 99770680 |
| octolytics-dimension-repository_nwo | sony/easyhttpcpp |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 99770680 |
| octolytics-dimension-repository_network_root_nwo | sony/easyhttpcpp |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 65d78903193f110d7a9d1f8587c6dc3cb911aae0 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width