We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/IPExDark/src/cryptonotewallet# sudo make [ 1%] Automatic MOC for target cryptonote [ 1%] Built target cryptonote_autogen [ 5%] Built target cryptonote [ 7%] Automatic MOC for target IPExDark [ 7%] Built target IPExDark_autogen Scanning dependencies of target IPExDark [ 9%] Building CXX object CMakeFiles/IPExDark.dir/IPExDark_autogen/mocs_compilation.cpp.o In file included from /root/IPExDark/src/cryptonotewallet/IPExDark_autogen/UVLADIE3JM/moc_NodeAdapter.cpp:9, from /root/IPExDark/src/cryptonotewallet/IPExDark_autogen/mocs_compilation.cpp:3: /root/IPExDark/src/cryptonotewallet/src/NodeAdapter.h:10:10: fatal error: INode.h: No such file or directory 10 | #include <INode.h> | ^~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/IPExDark.dir/build.make:162: CMakeFiles/IPExDark.dir/IPExDark_autogen/mocs_compilation.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:81: CMakeFiles/IPExDark.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 root@IPExDark:~/IPExDark/src/cryptonotewallet#
The text was updated successfully, but these errors were encountered:
I have run and linked the git add submodule ect to my src folder. so im not sure why this is happening.
Sorry, something went wrong.
No branches or pull requests
/IPExDark/src/cryptonotewallet# sudo make
[ 1%] Automatic MOC for target cryptonote
[ 1%] Built target cryptonote_autogen
[ 5%] Built target cryptonote
[ 7%] Automatic MOC for target IPExDark
[ 7%] Built target IPExDark_autogen
Scanning dependencies of target IPExDark
[ 9%] Building CXX object CMakeFiles/IPExDark.dir/IPExDark_autogen/mocs_compilation.cpp.o
In file included from /root/IPExDark/src/cryptonotewallet/IPExDark_autogen/UVLADIE3JM/moc_NodeAdapter.cpp:9,
from /root/IPExDark/src/cryptonotewallet/IPExDark_autogen/mocs_compilation.cpp:3:
/root/IPExDark/src/cryptonotewallet/src/NodeAdapter.h:10:10: fatal error: INode.h: No such file or directory
10 | #include <INode.h>
| ^~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/IPExDark.dir/build.make:162: CMakeFiles/IPExDark.dir/IPExDark_autogen/mocs_compilation.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:81: CMakeFiles/IPExDark.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
root@IPExDark:~/IPExDark/src/cryptonotewallet#
The text was updated successfully, but these errors were encountered: