You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when trying to compile graphene project. What is wrong? Thanks a lot :)
(Full log : https://pastebin.com/8SMnfdYc )
[root@static graphene]# make install
[ 5%] Built target udt
[ 8%] Built target project_secp256k1
[ 41%] Built target fc
Linking CXX executable all_tests
CMakeFiles/all_tests.dir/tests/compress/compress.cpp.o: In function __static_initialization_and_destruction_0(int, int)': /data/blockchain/graphene/libraries/fc/tests/compress/compress.cpp:9: undefined reference to boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::basic_cstring)'
/data/blockchain/graphene/libraries/fc/tests/compress/compress.cpp:11: undefined reference to boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::test_case*, unsigned long)' /data/blockchain/graphene/libraries/fc/tests/compress/compress.cpp:65: undefined reference to boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::test_case*, unsigned long)'
CMakeFiles/all_tests.dir/tests/compress/compress.cpp.o: In function `boost::unit_test::make_test_case(boost::unit_test::callback0boost::unit_test::ut_detail::unused const&, boost::unit_test::basic_cstring)':
The text was updated successfully, but these errors were encountered:
In regards to your question, it's not necessary to build the tests. make install is not being widely used as well so perhaps there are bugs or unable to build. Usually make witness_node cli_wallet would be enough for new users.
Hi team,
I got this error when trying to compile graphene project. What is wrong? Thanks a lot :)
(Full log : https://pastebin.com/8SMnfdYc )
[root@static graphene]# make install
[ 5%] Built target udt
[ 8%] Built target project_secp256k1
[ 41%] Built target fc
Linking CXX executable all_tests
CMakeFiles/all_tests.dir/tests/compress/compress.cpp.o: In function
__static_initialization_and_destruction_0(int, int)': /data/blockchain/graphene/libraries/fc/tests/compress/compress.cpp:9: undefined reference to
boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::basic_cstring)'/data/blockchain/graphene/libraries/fc/tests/compress/compress.cpp:11: undefined reference to
boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::test_case*, unsigned long)' /data/blockchain/graphene/libraries/fc/tests/compress/compress.cpp:65: undefined reference to
boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::test_case*, unsigned long)'CMakeFiles/all_tests.dir/tests/compress/compress.cpp.o: In function `boost::unit_test::make_test_case(boost::unit_test::callback0boost::unit_test::ut_detail::unused const&, boost::unit_test::basic_cstring)':
The text was updated successfully, but these errors were encountered: