cryptonotefoundation / cryptonotewallet

83 stars 635 forks source link

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

Open publicimagexyz opened 7 years ago

publicimagexyz commented 7 years ago

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.