Compilation fails after latest merge
See original GitHub issuesrc/connection.cpp:407:10: error: use of undeclared identifier 'paramsLocation'
if (!paramsLocation.exists()) {
^
src/connection.cpp:408:23: error: use of undeclared identifier 'paramsLocation'
QDir().mkpath(paramsLocation.absolutePath());
^
src/connection.cpp:411:12: error: use of undeclared identifier 'paramsLocation'
return paramsLocation.absolutePath();
^
It was introduced here -> https://github.com/adityapk00/zec-qt-wallet/commit/3cbb1cac3d943e85633df55199a49ed87e75852d#diff-a2a82fe964a7b85f20cd5239d386184aR236
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
GIT merge successfully but introduce a compilation error
Are you sure that the merge introduced the error? Checkout the version before the merge and check if it compiles.
Read more >Fails to compile after Merge branch 'tm_sl1_import_libpng ...
Version Latest git master @ 143e3a6 Operating system type + ... Fails to compile after Merge branch 'tm_sl1_import_libpng' commit #4690.
Read more >How to avoid broken master with Pipelines for Merged Results ...
GitLab creates a pipeline on the merge commit, but this pipeline fails because the latest master changed a lint rule. A maintainer sees...
Read more >Intellisense not working well after merge
Intellisense is not picking up any of the new code merged and it's ... I went to compile the result and there were...
Read more >fix compilation with gcc 11: 'misleading-indentation' error after ...
An error occurred while retrieving approval data for this merge request. The source project of this merge request has been removed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/zcash/zcash/blob/0f091f228cdb1793a10ea59f82b7c7f0b93edb7a/src/util.cpp#L500
Fixed 😃