René's URL Explorer Experiment


Title: Build failure when building against zxing-cpp 3.0.0+ · Issue #288 · feather-wallet/feather · GitHub

Open Graph Title: Build failure when building against zxing-cpp 3.0.0+ · Issue #288 · feather-wallet/feather

X Title: Build failure when building against zxing-cpp 3.0.0+ · Issue #288 · feather-wallet/feather

Description: Previously building feather would trigger the following warning: [ 94%] Building CXX object src/CMakeFiles/feather.dir/qrcode/utils/QrCodeUtils.cpp.o cd /build/reproducible-path/feather-wallet-2.8.1+dfsg/obj-x86_64-linux-gnu/src && /usr/...

Open Graph Description: Previously building feather would trigger the following warning: [ 94%] Building CXX object src/CMakeFiles/feather.dir/qrcode/utils/QrCodeUtils.cpp.o cd /build/reproducible-path/feather-wallet-2.8....

X Description: Previously building feather would trigger the following warning: [ 94%] Building CXX object src/CMakeFiles/feather.dir/qrcode/utils/QrCodeUtils.cpp.o cd /build/reproducible-path/feather-wallet-2.8....

Opengraph URL: https://github.com/feather-wallet/feather/issues/288

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Build failure when building against zxing-cpp 3.0.0+","articleBody":"Previously building feather would trigger the following warning:\n\n```\n[ 94%] Building CXX object src/CMakeFiles/feather.dir/qrcode/utils/QrCodeUtils.cpp.o\ncd /build/reproducible-path/feather-wallet-2.8.1+dfsg/obj-x86_64-linux-gnu/src \u0026\u0026 /usr/bin/c++ -DFEATHER_TARGET_TRIPLET=\\\"\\\" -DFEATHER_VERSION=\\\"2.8.1\\\" -DHAS_WEBSOCKET=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG=1 -DQT_SVGWIDGETS_LIB -DQT_SVG_LIB -DQT_WAYLANDCLIENT_LIB -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DTOR_VERSION=\\\"\\\" -DWITH_SCANNER=1 -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/obj-x86_64-linux-gnu/src/feather_autogen/include -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/monero/include -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/monero/src -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/monero/external -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/monero/external/easylogging++ -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/monero/contrib/epee/include -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/src -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/libwalletqt -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/model -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/utils -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode -I/build/reproducible-path/feather-wallet-2.8.1+dfsg/monero/contrib/epee/src/../include -isystem /usr/include/x86_64-linux-gnu/qt6/QtCore -isystem /usr/include/x86_64-linux-gnu/qt6 -isystem /usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt6/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt6/QtGui -isystem /usr/include/x86_64-linux-gnu/qt6/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt6/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt6/QtWebSockets -isystem /usr/include/x86_64-linux-gnu/qt6/QtSvgWidgets -isystem /usr/include/x86_64-linux-gnu/qt6/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt6/QtMultimediaWidgets -isystem /usr/include/x86_64-linux-gnu/qt6/QtWaylandClient -g -O2 -ffile-prefix-map=/build/reproducible-path/feather-wallet-2.8.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2   -Wformat -Wformat-security -fstack-protector -fstack-protector-strong -fcf-protection=full -fstack-clash-protection -fPIC -Dcryptonote=MWYSUTPAXIBT -std=gnu++17 -MD -MT src/CMakeFiles/feather.dir/qrcode/utils/QrCodeUtils.cpp.o -MF CMakeFiles/feather.dir/qrcode/utils/QrCodeUtils.cpp.o.d -o CMakeFiles/feather.dir/qrcode/utils/QrCodeUtils.cpp.o -c /build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.cpp\nIn file included from /build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.cpp:4:\n/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.h:30:87: warning: ‘using ZXing::DecodeHints = class ZXing::ReaderOptions’ is deprecated [-Wdeprecated-declarations]\n   30 |     static Result ReadBarcode(const QImage\u0026 img, const ZXing::DecodeHints\u0026 hints = { });\n      |                                                                                       ^\nIn file included from /usr/include/ZXing/ReadBarcode.h:8,\n                 from /build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.h:10:\n/usr/include/ZXing/ReaderOptions.h:176:7: note: declared here\n  176 | using DecodeHints [[deprecated]] = ReaderOptions;\n      |       ^~~~~~~~~~~\n/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.cpp:6:83: warning: ‘using ZXing::DecodeHints = class ZXing::ReaderOptions’ is deprecated [-Wdeprecated-declarations]\n    6 | Result QrCodeUtils::ReadBarcode(const QImage\u0026 img, const ZXing::DecodeHints\u0026 hints)\n      |                                                                                   ^\n/usr/include/ZXing/ReaderOptions.h:176:7: note: declared here\n  176 | using DecodeHints [[deprecated]] = ReaderOptions;\n      |       ^~~~~~~~~~~\n/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.cpp: In lambda function:\n/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.cpp:13:44: warning: ‘ZXing::ImageFormat::BGRX’ is deprecated: use BGRA [-Wdeprecated-declarations]\n   13 |                 return ZXing::ImageFormat::BGRX;\n      |                                            ^~~~\nIn file included from /usr/include/ZXing/ReadBarcode.h:9:\n/usr/include/ZXing/ImageView.h:29:9: note: declared here\n   29 |         BGRX [[deprecated(\"use BGRA\")]] = BGRA,\n      |         ^~~~\n/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.cpp:24:44: warning: ‘ZXing::ImageFormat::RGBX’ is deprecated: use RGBA [-Wdeprecated-declarations]\n   24 |                 return ZXing::ImageFormat::RGBX;\n      |                                            ^~~~\n/usr/include/ZXing/ImageView.h:27:9: note: declared here\n   27 |         RGBX [[deprecated(\"use RGBA\")]] = RGBA,\n```\n\nThe usage of `DecodeHints` is deprecated, see:\n\nhttps://github.com/feather-wallet/feather/blob/1b1b5f47aecff34037cdb719d566e35530dd6c65/src/qrcode/utils/QrCodeUtils.h#L30\n\nThis interface has been removed in https://github.com/zxing-cpp/zxing-cpp/commit/a9a2b20ffe35593f08ebe69b37ccf270915a894b .\n\nWith zxing-cpp 3.0.0+, the software building would result in errors due to its removal of deprecated interface:\n\n```\nIn file included from /build/reproducible-path/feather-wallet-2.8.1+dfsg/src/widgets/PayToEdit.cpp:16:\n/build/reproducible-path/feather-wallet-2.8.1+dfsg/src/qrcode/utils/QrCodeUtils.h:30:63: error: ‘DecodeHints’ in namespace ‘ZXing’ does not name a type\n   30 |     static Result ReadBarcode(const QImage\u0026 img, const ZXing::DecodeHints\u0026 hints = { });\n      |                                                               ^~~~~~~~~~~\nmake[3]: *** [src/CMakeFiles/feather.dir/build.make:2221: src/CMakeFiles/feather.dir/widgets/PayToEdit.cpp.o] Error 1\n```\n\nPlease consider replacing the usage of deprecated apis and make your software compatible with zxing-cpp 3.0.0+. Thanks!","author":{"url":"https://github.com/hosiet","@type":"Person","name":"hosiet"},"datePublished":"2026-02-07T16:51:07.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/288/feather/issues/288"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ff3e7545-86a5-1fd0-387d-5d67babea5e7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE328:1B5B4:31E429:4475A3:698DF2F3
html-safe-nonce873ea6b9a1912e4e5979ceb70c0ad1bb96d59445a8bfe7c748fd6acfb93a668c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMzI4OjFCNUI0OjMxRTQyOTo0NDc1QTM6Njk4REYyRjMiLCJ2aXNpdG9yX2lkIjoiMzE0MDUxNzk3NDUxMjYyODQ2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac910961a84c4a870b862235b9024c3447b5f16f540c66335eab27cab56c6be754
hovercard-subject-tagissue:3910706935
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/feather-wallet/feather/288/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3f779c7faeaf3837e8cd12109c074c4f3209bffe519a2350d71e3782687fa8b3/feather-wallet/feather/issues/288
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3f779c7faeaf3837e8cd12109c074c4f3209bffe519a2350d71e3782687fa8b3/feather-wallet/feather/issues/288
og:image:altPreviously building feather would trigger the following warning: [ 94%] Building CXX object src/CMakeFiles/feather.dir/qrcode/utils/QrCodeUtils.cpp.o cd /build/reproducible-path/feather-wallet-2.8....
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamehosiet
hostnamegithub.com
expected-hostnamegithub.com
Noneae22ef6ad27c5aeb770c5acd314c5724055bb23a663877aafdaaa50ed317ba34
turbo-cache-controlno-preview
go-importgithub.com/feather-wallet/feather git https://github.com/feather-wallet/feather.git
octolytics-dimension-user_id90971348
octolytics-dimension-user_loginfeather-wallet
octolytics-dimension-repository_id452012614
octolytics-dimension-repository_nwofeather-wallet/feather
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id452012614
octolytics-dimension-repository_network_root_nwofeather-wallet/feather
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
releasee545f5becd5b3ce9b429b68c3f994ad93c680ddb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feather-wallet/feather/issues/288#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeather-wallet%2Ffeather%2Fissues%2F288
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeather-wallet%2Ffeather%2Fissues%2F288
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=feather-wallet%2Ffeather
Reloadhttps://github.com/feather-wallet/feather/issues/288
Reloadhttps://github.com/feather-wallet/feather/issues/288
Reloadhttps://github.com/feather-wallet/feather/issues/288
feather-wallet https://github.com/feather-wallet
featherhttps://github.com/feather-wallet/feather
Notifications https://github.com/login?return_to=%2Ffeather-wallet%2Ffeather
Fork 70 https://github.com/login?return_to=%2Ffeather-wallet%2Ffeather
Star 510 https://github.com/login?return_to=%2Ffeather-wallet%2Ffeather
Code https://github.com/feather-wallet/feather
Issues 71 https://github.com/feather-wallet/feather/issues
Pull requests 5 https://github.com/feather-wallet/feather/pulls
Actions https://github.com/feather-wallet/feather/actions
Security 0 https://github.com/feather-wallet/feather/security
Insights https://github.com/feather-wallet/feather/pulse
Code https://github.com/feather-wallet/feather
Issues https://github.com/feather-wallet/feather/issues
Pull requests https://github.com/feather-wallet/feather/pulls
Actions https://github.com/feather-wallet/feather/actions
Security https://github.com/feather-wallet/feather/security
Insights https://github.com/feather-wallet/feather/pulse
New issuehttps://github.com/login?return_to=https://github.com/feather-wallet/feather/issues/288
New issuehttps://github.com/login?return_to=https://github.com/feather-wallet/feather/issues/288
Build failure when building against zxing-cpp 3.0.0+https://github.com/feather-wallet/feather/issues/288#top
https://github.com/hosiet
https://github.com/hosiet
hosiethttps://github.com/hosiet
on Feb 7, 2026https://github.com/feather-wallet/feather/issues/288#issue-3910706935
feather/src/qrcode/utils/QrCodeUtils.hhttps://github.com/feather-wallet/feather/blob/1b1b5f47aecff34037cdb719d566e35530dd6c65/src/qrcode/utils/QrCodeUtils.h#L30
1b1b5f4https://github.com/feather-wallet/feather/commit/1b1b5f47aecff34037cdb719d566e35530dd6c65
zxing-cpp/zxing-cpp@a9a2b20https://github.com/zxing-cpp/zxing-cpp/commit/a9a2b20ffe35593f08ebe69b37ccf270915a894b
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.