René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:fdcba5e4-c7c9-e60c-ec37-521e132294b4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id90BC:202FD4:DD7A1C:126768B:6A4C4AEC
html-safe-nonce291a29576de651425c05f620ac1308bf92ee57ac4ed6915a09ce482f83f4a150
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MEJDOjIwMkZENDpERDdBMUM6MTI2NzY4Qjo2QTRDNEFFQyIsInZpc2l0b3JfaWQiOiI0MDg0MDUzMzQ2NjQxMjY3NDM2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac59bf4e9ea0087d17ef07a6c05335d1ae23f362f81a465ab659ae19a467e829b3
hovercard-subject-tagissue:585464665
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/sony/easyhttpcpp/13/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f390d16163f86d85454d6c349b718c9892e8e3c6ee076f71d624338588ffa07e/sony/easyhttpcpp/issues/13
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f390d16163f86d85454d6c349b718c9892e8e3c6ee076f71d624338588ffa07e/sony/easyhttpcpp/issues/13
og:image:altBrief 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameserg06
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/sony/easyhttpcpp git https://github.com/sony/easyhttpcpp.git
octolytics-dimension-user_id8435219
octolytics-dimension-user_loginsony
octolytics-dimension-repository_id99770680
octolytics-dimension-repository_nwosony/easyhttpcpp
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id99770680
octolytics-dimension-repository_network_root_nwosony/easyhttpcpp
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release65d78903193f110d7a9d1f8587c6dc3cb911aae0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/sony/easyhttpcpp/issues/13#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsony%2Feasyhttpcpp%2Fissues%2F13
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsony%2Feasyhttpcpp%2Fissues%2F13
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=sony%2Feasyhttpcpp
Reloadhttps://github.com/sony/easyhttpcpp/issues/13
Reloadhttps://github.com/sony/easyhttpcpp/issues/13
Reloadhttps://github.com/sony/easyhttpcpp/issues/13
Please reload this pagehttps://github.com/sony/easyhttpcpp/issues/13
sony https://github.com/sony
easyhttpcpphttps://github.com/sony/easyhttpcpp
Notifications https://github.com/login?return_to=%2Fsony%2Feasyhttpcpp
Fork 29 https://github.com/login?return_to=%2Fsony%2Feasyhttpcpp
Star 177 https://github.com/login?return_to=%2Fsony%2Feasyhttpcpp
Code https://github.com/sony/easyhttpcpp
Issues 11 https://github.com/sony/easyhttpcpp/issues
Pull requests 0 https://github.com/sony/easyhttpcpp/pulls
Actions https://github.com/sony/easyhttpcpp/actions
Projects https://github.com/sony/easyhttpcpp/projects
Wiki https://github.com/sony/easyhttpcpp/wiki
Security and quality 0 https://github.com/sony/easyhttpcpp/security
Insights https://github.com/sony/easyhttpcpp/pulse
Code https://github.com/sony/easyhttpcpp
Issues https://github.com/sony/easyhttpcpp/issues
Pull requests https://github.com/sony/easyhttpcpp/pulls
Actions https://github.com/sony/easyhttpcpp/actions
Projects https://github.com/sony/easyhttpcpp/projects
Wiki https://github.com/sony/easyhttpcpp/wiki
Security and quality https://github.com/sony/easyhttpcpp/security
Insights https://github.com/sony/easyhttpcpp/pulse
Build instructions for EasyHttp Release 2.x.x?https://github.com/sony/easyhttpcpp/issues/13#top
https://github.com/serg06
serg06https://github.com/serg06
on Mar 21, 2020https://github.com/sony/easyhttpcpp/issues/13#issue-585464665
wiki guidehttps://github.com/sony/easyhttpcpp/wiki/Installing-EasyHttp
OpenSSL 1.1.1e from Shining Light Productionshttps://slproweb.com/products/Win32OpenSSL.html
wiki guidehttps://github.com/sony/easyhttpcpp/wiki/Installing-EasyHttp
EasyHttp Release 2.1.0https://github.com/sony/easyhttpcpp/releases/tag/2.1.0
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.