Le jeudi 17 décembre 2009 à 23:42 +0000, G. Perendia a écrit :
Running make with new trunk code I am getting an error when it reach building the k_order_perturbation:
make[2]: *** No rule to make target '../../../sources/k_order_perturbation/k_order_perturbation.cpp' needed by 'k_order_perturbation.o' Stop.
although the .cpp and .h files in sources/k_order_perturbation have been replaced by the new .cc and .hh files.
You need to run "make distclean", then re-configure, and re-compile. It seems that automake doesn't handle well such renaming of source files...
Best