Open hamzatrq opened 6 years ago
Hi, here is the error I am getting. ` CMake Error at CMakeLists.txt:235 (add_library): Cannot find source file:
cryptonote/src/CryptoNoteCore/BlockchainIndices.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
-- Build files have been written to: /root/cryptonote/cryptonotewallet/build `
I have tried building the coin from forknote-generator, cryptonote code and bytecoin source code but the error remains the same.
Is your sublink for cryptonote working? If your coin folder has another name you have to edit the paths in scorditewallet/CMakeList.txt or edit the coinfolder name and the sublink.
Hi, here is the error I am getting. ` CMake Error at CMakeLists.txt:235 (add_library): Cannot find source file:
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
-- Build files have been written to: /root/cryptonote/cryptonotewallet/build `
I have tried building the coin from forknote-generator, cryptonote code and bytecoin source code but the error remains the same.