I'm trying to compile the client on debian squeeze.
First it cannot find the splash2.jpg file in the images directory. I resolved linking to the icons/splash2.jpg.
Then I receive the following error:
src/main.cpp:18:53: error: boost/random/uniform_int_distribution.hpp: No such file or directory
src/main.cpp: In function int generateMTRandom(unsigned int, int):
src/main.cpp:958: error: mt19937 is not a member of boost::random
src/main.cpp:958: error: expected ; before gen
src/main.cpp:959: error: uniform_int_distribution is not a member of boost::random
src/main.cpp:959: error: expected primary-expression before > token
src/main.cpp:959: error: dist was not declared in this scope
src/main.cpp:960: error: gen was not declared in this scope
src/main.cpp: In function unsigned char GetNfactor(int64):
src/main.cpp:987: warning: format %d expects type int, but argument 2 has type int64 [-Wformat]
src/main.cpp: At global scope:
src/main.cpp:956: warning: int generateMTRandom(unsigned int, int) defined but not used [-Wunused-function]
make: *** [build/main.o] Error 1