cryptonotefoundation / cryptonote

CryptoNote protocol implementation. This is the reference repository for starting a new CryptoNote currency. See /src/cryptonote_config.h
https://cryptonote.org/
990 stars 6.08k forks source link

Minor error during make process #345

Open hussydaddy opened 3 years ago

hussydaddy commented 3 years ago

/home/iamhussy/Tessac/src/Rpc/CoreRpcServerCommandsDefinitions.h:379: undefined reference to Common::StringView::~StringView()' CMakeFiles/Miner.dir/Miner/BlockchainMonitor.cpp.o:/home/iamhussy/Tessac/src/Rpc/CoreRpcServerCommandsDefinitions.h:380: more undefined references toCommon::StringView::~StringView()' follow collect2: error: ld returned 1 exit status src/CMakeFiles/Miner.dir/build.make:198: recipe for target 'src/miner' failed make[2]: [src/miner] Error 1 CMakeFiles/Makefile2:1046: recipe for target 'src/CMakeFiles/Miner.dir/all' failed make[1]: [src/CMakeFiles/Miner.dir/all] Error 2 Makefile:94: recipe for target 'all' failed make: *** [all] Error 2

GCC version 6, ubuntu 16

JoshuaPaulBarnard commented 10 months ago

If you need help compiling on Linux, then you can check my Ubuntu 14/16 guide.