BitShares Forum

Other => Graveyard => Muse/SoundDAC => Topic started by: clayop on January 15, 2016, 11:15:35 pm

Title: Cannot Compile v2.0.160115
Post by: clayop on January 15, 2016, 11:15:35 pm
I think it's related hardfork.cpp. New instruction is needed.

Code: [Select]
CMake Error at libraries/chain/CMakeLists.txt:30 (add_library):
  Cannot find source file:
    include/graphene/chain/hardfork.hpp
  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx
Title: Re: Cannot Compile v2.0.160115
Post by: valzav on January 15, 2016, 11:18:24 pm
I think it's related hardfork.cpp. New instruction is needed.

Code: [Select]
CMake Error at libraries/chain/CMakeLists.txt:30 (add_library):
  Cannot find source file:
    include/graphene/chain/hardfork.hpp
  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx

Just comment out  include/graphene/chain/hardfork.hpp from libraries/chain/CMakeLists.txt
Title: Re: Cannot Compile v2.0.160115
Post by: clayop on January 15, 2016, 11:21:59 pm
I think it's related hardfork.cpp. New instruction is needed.

Code: [Select]
CMake Error at libraries/chain/CMakeLists.txt:30 (add_library):
  Cannot find source file:
    include/graphene/chain/hardfork.hpp
  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx

Just comment out  include/graphene/chain/hardfork.hpp from libraries/chain/CMakeLists.txt

It works. Thanks. But I think you are going to update the repo, right?
Title: Re: Cannot Compile v2.0.160115
Post by: iHashFury on January 16, 2016, 10:40:12 am
waiting until git is updated
Title: Re: Cannot Compile v2.0.160115
Post by: twitter on January 17, 2016, 03:29:30 am
Still have the same problem mentioned above...
Title: Re: Cannot Compile v2.0.160115
Post by: clayop on January 17, 2016, 06:04:18 am
Still have the same problem mentioned above...

Remove this line before cmake

https://github.com/peertracksinc/muse/blob/muse/libraries/chain/CMakeLists.txt#L87