Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when install graphene #683

Open
TLHP opened this issue Mar 7, 2018 · 2 comments
Open

Error when install graphene #683

TLHP opened this issue Mar 7, 2018 · 2 comments

Comments

@TLHP
Copy link

TLHP commented Mar 7, 2018

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)':

@abitmore
Copy link
Contributor

abitmore commented Mar 7, 2018

This project is not being maintained. Please check out https://github.com/bitshares/bitshares-core for latest info.

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.

@TLHP
Copy link
Author

TLHP commented Mar 8, 2018

Thanks abitmore for infos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants