You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, cmake finish without errors and bytecoin is built at same folder level as bytecoin-gui.
I'm trying to build GUI but I'm receiving the following error. I see there is no such file at src folder. Am I missing some dependency? I'm building on Mac OS 10.13.
make
[ 1%] Automatic MOC, UIC and RCC for target bytecoin-gui
[ 1%] Built target bytecoin-gui_autogen
[ 3%] Building CXX object CMakeFiles/bytecoin-gui.dir/src/application.cpp.o
/Users/mmmm/git/bcndev/bytecoin-gui/src/application.cpp:33:10: fatal error: 'filedownloader.h' file not found
#include "filedownloader.h"
^~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/bytecoin-gui.dir/src/application.cpp.o] Error 1
make[1]: *** [CMakeFiles/bytecoin-gui.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Hi, cmake finish without errors and bytecoin is built at same folder level as bytecoin-gui.
I'm trying to build GUI but I'm receiving the following error. I see there is no such file at src folder. Am I missing some dependency? I'm building on Mac OS 10.13.
The text was updated successfully, but these errors were encountered: