The original libraries were:
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb5.1+±dev libboost-all-dev libqrencode-dev libminiupnpc-dev
and your libraries are
sudo apt-get install checkinstall subversion git git-core build-essential libssl-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libcurl4-openssl-dev libminiupnpc-dev
Looking closer i saw that qmake was an additional library so i retried it with that and it allowed me to generate my own build files, however this time it would not make, throwing some error about something missing, which i suppose is better than complaing about not having enough space and not giving me the option to give it that space.
I dont know what to do now, none of this stuff works. The code i have i know works but you say i need an older database so suddenly trying to use that older database breaks everything else.
edit: removed reundant code posted in other thread