question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compilation fails after latest merge

See original GitHub issue
src/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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found