Quote from: satoshi on July 30, 2010, 07:53:06 PM
I can’t understand why you’re having so much pain. I just followed the instructions in build-unix.txt. I made a couple little corrections for Boost 1.37, which I’ll put on SVN the next time I update it, noted below:
Dependencies
sudo apt-get install build-essential sudo apt-get install libgtk2.0-dev sudo apt-get install libssl-dev sudo apt-get install libdb4.7-dev sudo apt-get install libdb4.7++-dev sudo apt-get install libboost-all-dev (or libboost1.37-dev)
That part I highlighted is what got me. You can’t install all the libboost packages with that command (I tried to cheat with a * also), but part of my issue is I took it too literal like install everything that had to do with libboost, LOL.
Really, all that was needed was the libboost1.37-dev package and that made all the compile errors go away. Everything else worked out just fine as far as compiling your own wxWidgets, compiling Boost 1.4, etc.
So that last command should simply be sudo apt-get install libboost1.37-dev
On a side note, I compiled mine on a Ubuntu 64bit system, so the finished program came out 64bit aware. I’m testing it out on some 64bit systems to see how well things go.