[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows cross build also fails
From: |
John Darrington |
Subject: |
Re: Windows cross build also fails |
Date: |
Sun, 1 Nov 2020 08:48:10 +0100 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
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'