|
Title: Ethereum build issue Post by: jarhed on February 03, 2014, 08:22:57 PM Got fatal error trying to build client on both tarball and git clone.
"boost/multiprecision/cpp_int.hpp: No such file or directory" I'm Lubuntu 13.04. Title: Re: Ethereum build issue Post by: LudwigW on February 03, 2014, 11:49:05 PM Got fatal error trying to build client on both tarball and git clone. I have the same problem in Linux Mint."boost/multiprecision/cpp_int.hpp: No such file or directory" I'm Lubuntu 13.04. Title: Re: Ethereum build issue Post by: jarhed on February 04, 2014, 12:29:06 AM Has something to do with libboost-dev library...........either incomplete or outdated packages.
Title: Re: Ethereum build issue Post by: jarhed on February 04, 2014, 01:55:13 PM Here's the fix:
Code: sudo apt-get install libboost1.53-all-dev Title: Re: Ethereum build issue Post by: LudwigW on February 06, 2014, 10:02:25 AM Thanks
|