Latest cpp-ethereum fails to build on Ubuntu 15.04 (64-bit) [SOLVED]

MrYukonCMrYukonC Member Posts: 627 ✭✭✭
See the attached image for the build error. This a fresh Ubuntu install. The following was used to get latest and build:

mkdir Ethereum cd Ethereum git clone --recursive https://github.com/ethereum/webthree-umbrella cd webthree-umbrella mkdir build cd build cmake .. -DBUNDLE=minimal -DGUI=0 -DCMAKE_BUILD_TYPE=Release make -j2

Post edited by MrYukonC on

Comments

  • MrYukonCMrYukonC Member Posts: 627 ✭✭✭
    So, the issue here is that for whatever reason in previous builds, I guess I must have had the zlib development package installed.

    Nevertheless, apt-get install zlib1g-dev solved the problem.
Sign In or Register to comment.