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 #60 received at 16772 <at> debbugs.gnu.org (full text, mbox):
On Mon, Feb 17, 2014 at 4:29 PM, Dani Moncayo <dmoncayo <at> gmail.com> wrote:
> bindir=../myinstalldir/bin
> datarootdir=../myinstalldir/share
> libexecdir=../myinstalldir/libexec
The value of $(datadir) you reported, "../myinstalldir/share" is
consistent with these values.
Perhaps it's simply that the directory hasn't been created yet. Try
=== modified file 'nt/Makefile.in'
--- nt/Makefile.in 2014-02-13 03:19:57 +0000
+++ nt/Makefile.in 2014-02-17 15:38:27 +0000
@@ -172,4 +172,5 @@
$(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file}
"$(DESTDIR)${bindir}"/`echo $${file} | sed -e 's/${EXEEXT}$$//' -e
'$(TRANSFORM)'`${EXEEXT} ; \
done
+ ${MKDIR_P} "$(DESTDIR)${datadir}/emacs/$(version)"
$(INSTALL_DATA) README.W32 "$(DESTDIR)${datadir}/emacs/$(version)"
This bug report was last modified 11 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.