Hey first of all thanks for your effort in making cudaminer
well, when I had cuda-5.0 everything worked great but I updated it to 5.5 and now I can't compile

Its the same error for 12-10 and 12-18, any ideas?
weird. the 12-18 is known to compile on CUDA 5.5. For this to work, I changed the outdated Spinlock Kernel to use compute_12, and I had to lower the shared memory use (by limiting the max. no of warps to 12 I believe). No idea why it still uses compute_30 for you.
try running ./autogen.sh before configure and make, maybe?
Christian