Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: ../src/CommandLineParser.h: No such file or directory compilation terminated. #9

Open
publicimagexyz opened this issue Jul 26, 2017 · 0 comments

Comments

@publicimagexyz
Copy link

I am trying to build the GUI wallet, I am able to make the automoc.ccp files but get this error when trying to build it via mingw32 on ubuntu.

root@vps:~/cryptonotewallet/build# x86_64-w64-mingw32-g++ bitcheck_automoc.cpp -o app.exe
In file included from bitcheck_automoc.cpp:2:0:
moc_CommandLineParser.cpp:9:38: fatal error: ../src/CommandLineParser.h: No such file or directory
compilation terminated.

The "CommandLineParser.h" is located in the src folder inside the build directory I created. I'm not sure whats wrong. If anyone can advise that would be greatly appreciated. Thanks.

aivve added a commit to aivve/KarbowanecWallet that referenced this issue Oct 15, 2019
* Update core and bring back zero mixin to send

* Added fusion to WalletAdapter

* Added background wallet optimization (fusion transactions)

* Fixed mixin for fusion transactions

* Minor changes in optimization settings dialog

* Added translation of fusion related strings (incomplete)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant