Author Topic: Compiling Error (Graphene)  (Read 1977 times)

0 Members and 1 Guest are viewing this topic.

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Yes but still got the same error. Upgraded to 15.04 and solved. Thanks! :D
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Have you upgraded boost?

How to upgrade? Ubuntu 14.04

https://github.com/cryptonomex/graphene/wiki/build-ubuntu

Code: [Select]
wget -c 'http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.bz2/download'
tar -xf download
cd boost_1_57_0/
./bootstrap.sh --prefix=/usr/local/
./b2 install
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Have you upgraded boost?

How to upgrade? Ubuntu 14.04
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Have you upgraded boost?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Any ideas?

Code: [Select]
[ 59%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/type_id.cpp.o
In file included from /home/clayop/graphene/libraries/chain/include/graphene/chain/witness_schedule_object.hpp:25:0,
                 from /home/clayop/graphene/libraries/chain/type_id.cpp:16:
/home/clayop/graphene/libraries/chain/include/graphene/chain/witness_scheduler_rng.hpp: In member function ‘uint64_t graphene::chain::hash_ctr_rng<HashClass, SeedLength>::operator()(uint64_t)’:
/home/clayop/graphene/libraries/chain/include/graphene/chain/witness_scheduler_rng.hpp:89:29: error: ‘find_msb’ is not a member of ‘boost::multiprecision::detail’
          uint8_t bitcount = boost::multiprecision::detail::find_msb( bound ) + 1;
                             ^
make[2]: *** [libraries/chain/CMakeFiles/graphene_chain.dir/type_id.cpp.o] Error 1
make[1]: *** [libraries/chain/CMakeFiles/graphene_chain.dir/all] Error 2
make: *** [all] Error 2
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop