Well, I've managed to compile the needed boost libs and get bitcoind compiled as well, however it is throwing an exception:
bitcoin server starting
************************
EXCEPTION: 11DbException
DbEnv::open: Invalid argument
bitcoin in AppInit()
terminate called after throwing an instance of 'DbException'
what(): DbEnv::open: Invalid argument
Any thoughts on this one? I think im using version 4.7 of the db lib if i remember correctly, maybe its a version difference issue? unless im just starting it wrong without the right arguments or something.