Michel Juillard michel.juillard@ens.fr writes:
since the latest changes, I have an error when trying to compilte SWZ dll:
michel@michel-lat3:~/dynare/git/dynare/mex/build/matlab/swz$ make make: *** No rule to make target ../../../../matlab/swz/c-code/mex/mex_top_level.c', needed by mex_top_level.o'. Stop.
for some reason it stil uses mex_top_level.c as implicit prerequisite for mex_top_level.o instead of mex_top_level.cc
It’s a problem of automake. You need to do a "make distclean", then re-configure, then make.
Best,