Can't seem to compile latest git clone. I run ./autogen.sh (which doesn't output anything), ./configure then make, and I get the following errors:
nvcc -g -O2 -Xptxas "-abi=no -v" -arch=compute_10 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu
salsa_kernel.cu(479): error: too few arguments in function call
salsa_kernel.cu(742): error: more than one instance of overloaded function "cuda_scrypt_core" has "C" linkage
salsa_kernel.cu(760): error: too few arguments in function call
3 errors detected in the compilation of "/tmp/tmpxft_00004701_00000000-6_salsa_kernel.cpp1.ii".
Any ideas on fix?