[ 71%] Building CXX object tests/CMakeFiles/IntegrationTests.dir/IntegrationTests/main.cpp.o
[ 71%] Building CXX object tests/CMakeFiles/IntegrationTests.dir/IntegrationTests/IntegrationTests.cpp.o
/home/pool/gallion/tests/IntegrationTests/IntegrationTests.cpp: In member function virtual void IntegrationTest_Wallet2Wallet_Test::TestBody():
/home/pool/gallion/tests/IntegrationTests/IntegrationTests.cpp:164:18: warning: unused variable FEE [-Wunused-variable]
const uint64_t FEE = 1000000;
^
[ 71%] Linking CXX executable integration_tests
../src/libWallet.a(WalletLegacy.cpp.o): En la función `CryptoNote::WalletLegacy::getSeed(std::__cxx11::basic_string, std::allocator >&)':
/home/pool/gallion/src/WalletLegacy/WalletLegacy.cpp:424: referencia a `Crypto::ElectrumWords::bytes_to_words(Crypto::SecretKey const&, std::__cxx11::basic_string, std::allocator >&, std::__cxx11::basic_string, std::allocator > const&)' sin definir
collect2: error: ld returned 1 exit status
tests/CMakeFiles/IntegrationTests.dir/build.make:225: fallo en las instrucciones para el objetivo 'tests/integration_tests'
make[2]: *** [tests/integration_tests] Error 1
CMakeFiles/Makefile2:1459: fallo en las instrucciones para el objetivo 'tests/CMakeFiles/IntegrationTests.dir/all'
make[1]: *** [tests/CMakeFiles/IntegrationTests.dir/all] Error 2
Makefile:94: fallo en las instrucciones para el objetivo 'all'
the daemon does not compile correctly.