René's URL Explorer Experiment


Title: Cannot build the lib due to CMake Export pb · Issue #114 · cpp-redis/cpp_redis · GitHub

Open Graph Title: Cannot build the lib due to CMake Export pb · Issue #114 · cpp-redis/cpp_redis

X Title: Cannot build the lib due to CMake Export pb · Issue #114 · cpp-redis/cpp_redis

Description: Hi ! One year ago, I have built the lib without problem But today, CMake complains about Export problem. I guess it's a new version of CMake that brings this issue. My environment: Linux Ubuntu 20.04.4 LTS with gcc 9.4.0 + cmake 3.16.3 I...

Open Graph Description: Hi ! One year ago, I have built the lib without problem But today, CMake complains about Export problem. I guess it's a new version of CMake that brings this issue. My environment: Linux Ubuntu 20....

X Description: Hi ! One year ago, I have built the lib without problem But today, CMake complains about Export problem. I guess it's a new version of CMake that brings this issue. My environment: Linux Ubuntu...

Opengraph URL: https://github.com/cpp-redis/cpp_redis/issues/114

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Cannot build the lib due to CMake Export pb","articleBody":"Hi !\r\nOne year ago, I have built the lib without problem\r\nBut today, CMake complains about Export problem.\r\nI guess it's a new version of CMake that brings this issue.\r\n\r\nMy environment:\r\nLinux Ubuntu 20.04.4 LTS with gcc 9.4.0 + cmake 3.16.3\r\nI also face the same issue with Ret Had Enterprise 8.7 + gcc 8.5.0 + cmake 3.18.2 or 3.20.2 (both tested)\r\n\r\nThe error message is:\r\nCMake Error: install(EXPORT \"cpp_redis\" ...) includes target \"cpp_redis\" which requires target \"tacopie\" that is not in any export set.\r\n\r\nI tried to figure things out, but I'm really not good at understanding CMake configuration files. Sorry...\r\n\r\nHere is the full log:\r\n$ cmake .. -DCMAKE_BUILD_TYPE=Release\r\n-- The CXX compiler identification is GNU 9.4.0\r\n-- Check for working CXX compiler: /usr/bin/c++\r\n-- Check for working CXX compiler: /usr/bin/c++ -- works\r\n-- Detecting CXX compiler ABI info\r\n-- Detecting CXX compiler ABI info - done\r\n-- Detecting CXX compile features\r\n-- Detecting CXX compile features - done\r\nCMake Warning (dev) at tacopie/CMakeLists.txt:41 (project):\r\n  Policy CMP0048 is not set: project() command manages VERSION variables.\r\n  Run \"cmake --help-policy CMP0048\" for policy details.  Use the cmake_policy\r\n  command to set the policy and suppress this warning.\r\n\r\n  The following variable(s) would be set to empty:\r\n\r\n    PROJECT_VERSION\r\n    PROJECT_VERSION_MAJOR\r\n    PROJECT_VERSION_MINOR\r\n    PROJECT_VERSION_PATCH\r\nThis warning is for project developers.  Use -Wno-dev to suppress it.\r\n\r\n-- Looking for C++ include pthread.h\r\n-- Looking for C++ include pthread.h - found\r\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\r\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed\r\n-- Looking for pthread_create in pthreads\r\n-- Looking for pthread_create in pthreads - not found\r\n-- Looking for pthread_create in pthread\r\n-- Looking for pthread_create in pthread - found\r\n-- Found Threads: TRUE  \r\n-- Configuring done\r\nCMake Error: install(EXPORT \"cpp_redis\" ...) includes target \"cpp_redis\" which requires target \"tacopie\" that is not in any export set.\r\n-- Generating done\r\nCMake Generate step failed.  Build files cannot be regenerated correctly.\r\n\r\nHoping that you could find out what's wrong.\r\nBy the way, your lib is great work, many thanks for having provided to the community.\r\nRegards from Paris..","author":{"url":"https://github.com/cmassaloux","@type":"Person","name":"cmassaloux"},"datePublished":"2023-02-08T17:56:00.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/114/cpp_redis/issues/114"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5ed93f57-a2e1-169f-d0c5-0011e90238a2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBF86:308A8E:262571A:314CB7F:6974BFC3
html-safe-nonce034b493c4fe95ce5620011809dd7b24eab83c0f9ad781d816913ce9165b01fcd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRjg2OjMwOEE4RToyNjI1NzFBOjMxNENCN0Y6Njk3NEJGQzMiLCJ2aXNpdG9yX2lkIjoiNDg1Mjc1OTMwOTAwMDY4NzU1NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac66c4cd64673c34e07cf2e9c66bf56c05ebf2e8079160fb7f2f7fae108f304330
hovercard-subject-tagissue:1576560521
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/cpp-redis/cpp_redis/114/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b05ea37c524037ee1d3438b5644eea835525b86a2544f0cfa1f453e80408222c/cpp-redis/cpp_redis/issues/114
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b05ea37c524037ee1d3438b5644eea835525b86a2544f0cfa1f453e80408222c/cpp-redis/cpp_redis/issues/114
og:image:altHi ! One year ago, I have built the lib without problem But today, CMake complains about Export problem. I guess it's a new version of CMake that brings this issue. My environment: Linux Ubuntu 20....
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecmassaloux
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
go-importgithub.com/cpp-redis/cpp_redis git https://github.com/cpp-redis/cpp_redis.git
octolytics-dimension-user_id45303665
octolytics-dimension-user_logincpp-redis
octolytics-dimension-repository_id158901124
octolytics-dimension-repository_nwocpp-redis/cpp_redis
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id38889153
octolytics-dimension-repository_parent_nwoCylix/cpp_redis
octolytics-dimension-repository_network_root_id38889153
octolytics-dimension-repository_network_root_nwoCylix/cpp_redis
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
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/issues/114#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcpp-redis%2Fcpp_redis%2Fissues%2F114
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcpp-redis%2Fcpp_redis%2Fissues%2F114
Sign up https://patch-diff.githubusercontent.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=cpp-redis%2Fcpp_redis
Reloadhttps://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/issues/114
Reloadhttps://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/issues/114
Reloadhttps://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/issues/114
cpp-redis https://patch-diff.githubusercontent.com/cpp-redis
cpp_redishttps://patch-diff.githubusercontent.com/cpp-redis/cpp_redis
Cylix/cpp_redishttps://patch-diff.githubusercontent.com/Cylix/cpp_redis
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fcpp-redis%2Fcpp_redis
Fork 207 https://patch-diff.githubusercontent.com/login?return_to=%2Fcpp-redis%2Fcpp_redis
Star 740 https://patch-diff.githubusercontent.com/login?return_to=%2Fcpp-redis%2Fcpp_redis
Code https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis
Issues 35 https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/issues
Pull requests 10 https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/pulls
Discussions https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/discussions
Actions https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/actions
Projects 0 https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/projects
Wiki https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/wiki
Security 0 https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/security
Insights https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/pulse
Code https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis
Issues https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/issues
Pull requests https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/pulls
Discussions https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/discussions
Actions https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/actions
Projects https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/projects
Wiki https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/wiki
Security https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/security
Insights https://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/cpp-redis/cpp_redis/issues/114
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/cpp-redis/cpp_redis/issues/114
Cannot build the lib due to CMake Export pbhttps://patch-diff.githubusercontent.com/cpp-redis/cpp_redis/issues/114#top
https://github.com/cmassaloux
https://github.com/cmassaloux
cmassalouxhttps://github.com/cmassaloux
on Feb 8, 2023https://github.com/cpp-redis/cpp_redis/issues/114#issue-1576560521
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.