On Tue, Nov 29, 2011 at 7:02 PM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
you shall decide to either use makefile.mingw or the new autotools system. you shall never mix the two. especially, you shall not run ./autogen.sh and then try to compile using makefile.mingw
thus: remove all traces from the autotools build system (namely any generated files, like GNUmakefile)
Ha. That is a decisive remark. So the generated makefiles were confusing the process from makefile.mingw. Back-and-forth jumping between the methods probably induced some irreproducible successes as well.
Now starting with two fresh copies of the sources, one for each build system. Still an error with makefile.mingw, (no rule to make the 'extra's') but that should be solvable.
Katja