Dear Ang3lus,
I tried to compile it without success on Kubuntu Linux 2.6.32-34-generic #77-Ubuntu SMP i686 GNU/Linux. I have Cuda installed and all deps you mentionned too. I first try it using the 285Nvidia driver, and after i installed dev270Driver, hoping that this will make the difference, but no. I'm not sure if the error is not on my side, i usually have no problems compiling software, but i can't compile any miner, nor the Nvidia Gpu computing SDK. The problem always reside in the cpp file, other file have no problem but the make always stop on a cpp file. Maybe it's my g++ version that doesn't do the job??? I installed the 3 version(4.1,4.3,4.4), just to be sure, but this changed nothing. What is the right one to make the miner, i will erase the other, maybe this will work. So this where i am, what do you have to propose???
Edit: I've corrected the problem. It was that the value of unsigned short int and unsigned int wasn't defined. I added them and after it compiled without other problems. If someone got an error in serialize.h saying that USHRT_MAX and UINT_MAX is not defined in the scope, simply add these 2 line to serialize.h that is in the src dir, after the line 25:#define USHRT_MAX 65535
#define UINT_MAX 4294967295