GNU bug report logs -
#16772
Failure in "make install" on MS-Windows
Previous Next
Reported by: Juanma Barranquero <lekktu <at> gmail.com>
Date: Sun, 16 Feb 2014 21:42:02 UTC
Severity: normal
Found in version 24.3.50
Done: Juanma Barranquero <lekktu <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 16772 <at> debbugs.gnu.org (full text, mbox):
On Mon, Feb 17, 2014 at 3:20 AM, Glenn Morris <rgm <at> gnu.org> wrote:
> I guess he's doing an out-of-tree build.
> Prob you want
>
> $(INSTALL_DATA) $(srcdir)/README.W32 ...
Aha, I think you're right. Thanks!
Dani, could you please try this patch?
=== modified file 'nt/Makefile.in'
--- nt/Makefile.in 2014-02-13 03:19:57 +0000
+++ nt/Makefile.in 2014-02-17 02:37:26 +0000
@@ -172,5 +172,5 @@
$(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file}
"$(DESTDIR)${bindir}"/`echo $${file} | sed -e 's/${EXEEXT}$$//' -e
'$(TRANSFORM)'`${EXEEXT} ; \
done
- $(INSTALL_DATA) README.W32 "$(DESTDIR)${datadir}/emacs/$(version)"
+ $(INSTALL_DATA) $(srcdir)/README.W32 "$(DESTDIR)${datadir}/emacs/$(version)"
uninstall:
> But why is this file being installed anyway?
> Eg a POSIX build does not install the top-level README anywhere.
Drew asked for it, and Eli suggested the share/emacs/VERSION location.
IMO including it is a good idea, because nt/README.W32 is not related
to building Emacs on Windows, but installing it (where to find image,
GnuTLS and libxml2 libraries, running Emacs on Windows 9X, describing
the different programs) and uninstalling it.
This bug report was last modified 11 years and 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.