all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: emacs-devel@gnu.org
Subject: Re: make error on pinyin, leim,
Date: Tue, 26 Feb 2019 05:30:39 +0200	[thread overview]
Message-ID: <83k1hnmdk0.fsf@gnu.org> (raw)
In-Reply-To: <87d0nf8swu.fsf@ericabrahamsen.net> (message from Eric Abrahamsen on Mon, 25 Feb 2019 13:22:41 -0800)

> From: Eric Abrahamsen <eric@ericabrahamsen.net>
> Date: Mon, 25 Feb 2019 13:22:41 -0800
> 
> I have to assume I did something wrong with the dependencies, since the
> whole point of make is that it should detect that titdic-cnv.el (or
> pinyin.el?) is out of date and recompile -- isn't it?

No, the dependencies are OK.  The problem is the old titdic-cnv.elc,
which doesn't include the new function required to produce pinyin.el,
and the fact that Emacs loads a .elc file in preference to the
corresponding .el file.  If anything is wrong, it's the fact that we
do "make all" in leim/ before we compile Lisp files in lisp/.  So it's
a one-time thing.



  reply	other threads:[~2019-02-26  3:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-25  9:53 make error on pinyin, leim, Colin Baxter
2019-02-25 12:20 ` Stephen Berman
2019-02-25 14:45   ` Colin Baxter
2019-02-25 16:00   ` Eli Zaretskii
2019-02-25 19:11     ` Eric Abrahamsen
2019-02-25 21:22       ` Eric Abrahamsen
2019-02-26  3:30         ` Eli Zaretskii [this message]
2019-02-26  3:55           ` Eric Abrahamsen
2019-02-26 14:07           ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83k1hnmdk0.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=eric@ericabrahamsen.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.