$ qmake-qt4
...
$ make -j8
...
src/net.cpp:19:22: fatal error: miniwget.h: No such file or directory
#include
^
compilation terminated.
make: *** [build/net.o] Error 1
If you had looked at src/net.cpp , you would have seen #ifdef USE_UPNP ..
So if you like to have UPNP feature, install the miniupnp packages, if not, "qmake USE_UPNP=-"
As to that libboost_system.so.1.48.0: how you managed to link it without the libraries?
Anyways, "No such file or directory" means just that, install the boost packages.