yes still this problem
try to change
src/CMakeLists.txt
---
target_link_libraries(ConnectivityTool CryptoNoteCore Logging Crypto P2P Rpc Http Serialization Common System ${Boost_LIBRARIES})
----
it's make ok. but when running ./cryptomilleniumd
error:
""'''''''
06:37:18.909788 INFO [77.220.214.237:55355 INC] Sync data returned unknown top block: 0 -> 31893 [31893 blocks (22 days) behind]
06:37:18.909788 INFO SYNCHRONIZATION started
06:37:33.145731 ERROR CHECKPOINT FAILED FOR HEIGHT 1. EXPECTED HASH: , FETCHED HASH:
06:37:33.145858 ERROR CHECKPOINT VALIDATION FAILED
''''
/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:87: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
libSerialization.a(KVBinaryInputStreamSerializer.cpp.o): In function `readPod':
/root/cml/src/Serialization/KVBinaryInputStreamSerializer.cpp:22: undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/connectivity_tool] Error 1
make[1]: *** [src/CMakeFiles/ConnectivityTool.dir/all] Error 2
how to fix this?
Have you solved the problem?