emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with 'make install' after the build of Emacs-cvs on Cygwin


From: Kenichi Handa
Subject: Re: Problems with 'make install' after the build of Emacs-cvs on Cygwin
Date: Mon, 02 Oct 2006 21:53:07 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Giorgos Keramidas <address@hidden> writes:

> On 2006-09-30 19:00, Angelo Graziosi <address@hidden> wrote:
> > 
> > Hi Eli,
> > 
> > While conserving the tree of previous build of Emacs so that we can try to
> > debug its segm. faults, I have tried a new build fram a new CVS downloaded
> > after:
> > 
> >    2006-09-30  Eli Zaretskii  <address@hidden>
> > 
> >     * configure: Regenerated.
> > 
> > But when 'make install' there are the following problems:
> > --------------------------------------------------------
> > ...
> > cd leim; make install
> > make[1]: Entering directory `/tmp/emacs/.build/leim'
> > ...
> > /bin/sh: line
> > 0: cd: /tmp/emacs/.inst/usr/local/emacs-22.0.50/share/emacs/22.0.50/leim: No
> > such file or directory
> > /bin/sh: line 5: /tmp/emacs/leim/mkinstalldirs: No such file or directory

Oops, sorry, it's my fault.  I've just installed the
attached change.

---
Kenichi Handa
address@hidden


Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/leim/Makefile.in,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- Makefile.in 28 Sep 2006 05:46:00 -0000      1.76
+++ Makefile.in 2 Oct 2006 12:39:18 -0000       1.77
@@ -221,7 +221,7 @@
            rm -rf ${INSTALLDIR}/leim-list.el; \
            rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \
          else \
-           ${srcdir}/mkinstalldirs ${INSTALLDIR}; \
+           ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
          fi; \
          echo "Copying leim files to ${INSTALLDIR} ..." ; \
          if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]