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
Running CMake on BitShares causes an error due to Boost no longer shipping with Boost::Signal. This has been deprecated for a while, and replaced with Boost::Signal2. This issue is to research and determine the impact of upgrading to Boost::Signal2
Attempted with Boost 1.70 and Boost 1.69.
Build Environment
Details about the build environment, including the relevant required libraries. Much of this information can be found in the CMakeFiles/CMakeOutput.log.
Host OS: Ubuntu 18.10
Host Physical RAM 32GB
Source Branch/Tag: develop
OpenSSL Version: 1.1.0
Boost Version: 1.70
C++ Compiler: gcc
Steps To Reproduce
cmake
CORE TEAM TASK LIST
Evaluate Build Error
Provide build guidance
Create Bug Report
The text was updated successfully, but these errors were encountered:
jmjatlanta
changed the title
BitShares Core uses Boost::Signal which is deprecated
BitShares Core uses Boost::Signal, which is deprecated
Jan 2, 2019
From what I have seen so far, BitShares-fc and BitShares-core do not use signals, but instead use signals2 already. The only reference is in the CMakeFiles.txt. Evidently this is a left-over from previous use. I have removed those references, and am testing.
Running CMake on BitShares causes an error due to Boost no longer shipping with Boost::Signal. This has been deprecated for a while, and replaced with Boost::Signal2. This issue is to research and determine the impact of upgrading to Boost::Signal2
Attempted with Boost 1.70 and Boost 1.69.
Build Environment
Details about the build environment, including the relevant required libraries. Much of this information can be found in the
CMakeFiles/CMakeOutput.log
.Steps To Reproduce
cmake
CORE TEAM TASK LIST
Build Error
Bug Report
The text was updated successfully, but these errors were encountered: