On Sun, Nov 01, 2020 at 07:55:35AM +0100, Friedrich Beckmann wrote: The windows cross build also fails with +++ make[2]: Leaving directory '/home/pspp/pspp-master-20201101/pspp-1.5.2-g14db37/po' make[2]: Entering directory '/home/pspp/pspp-master-20201101/pspp-1.5.2-g14db37' make[2]: *** No rule to make target 'src/ui/terminal/pspp', needed by 'doc/examples/autorecode.spv'. Stop. make[2]: Leaving directory '/home/pspp/pspp-master-20201101/pspp-1.5.2-g14db37' make[1]: *** [Makefile:12277: all-recursive] Error 1 +++ Any ideas?
My guess is that this line in doc/automake.mk pspp = src/ui/terminal/pspp should read: pspp = src/ui/terminal/pspp$(EXEEXT) If that doesn't fix it, then you'll have to investigate deeper. J'