all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 14901@debbugs.gnu.org
Subject: bug#14901: Trunk bootstrap broken
Date: Fri, 19 Jul 2013 11:54:00 +0200	[thread overview]
Message-ID: <51E90CB8.2050009@alice.it> (raw)
In-Reply-To: <CAAeL0SSfOZ3Uj_Gc_KYTnt-ELuqPgdh4nCF_CkN+5FpwW2_prA@mail.gmail.com>

Il 19/07/2013 1.17, Juanma Barranquero ha scritto:
>> After Paul's changes, rev. 113451 bootstraps... Thanks.
>
> Yes, I just saw. Wonderful.
>
> But in ay case, could you please test that it works by changing WINDOWSNT
> to HAVE_NTGUI in that #ifdef? I think it's the right test anyway.
>

Do you mean this patch?

--- work/emacs/src/keyboard.c~	2013-07-18 23:32:06.000000000 +0200
+++ work/emacs/src/keyboard.c	2013-07-19 11:32:26.125000000 +0200
@@ -4068,7 +4068,7 @@
          {
  #if defined HAVE_X11 || defined HAVE_NS
  # define DISPLAY_LIST_INFO(di) (di)
-#elif defined WINDOWSNT
+#elif defined HAVE_NTGUI
  # define DISPLAY_LIST_INFO(di) FRAME_X_DISPLAY_INFO (di)
  #endif
  #ifdef DISPLAY_LIST_INFO


It works.. or at least it passes the critical point (I haven't completed 
the build,, here it take > 30 min.)


Ciao,
  Angelo.





  reply	other threads:[~2013-07-19  9:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18 20:07 bug#14901: Trunk bootstrap broken Angelo Graziosi
2013-07-18 20:24 ` Juanma Barranquero
2013-07-18 21:09   ` Angelo Graziosi
2013-07-18 21:45     ` Jan Djärv
2013-07-18 23:02     ` Juanma Barranquero
2013-07-18 23:13     ` Juanma Barranquero
2013-07-18 22:19   ` Angelo Graziosi
2013-07-18 23:17     ` Juanma Barranquero
2013-07-19  9:54       ` Angelo Graziosi [this message]
2013-07-19  9:58         ` Juanma Barranquero
2013-07-19 11:02       ` Eli Zaretskii
2013-07-19 11:38         ` Juanma Barranquero
2013-07-19 12:18         ` Angelo Graziosi
2013-07-19 13:45           ` Eli Zaretskii

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=51E90CB8.2050009@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=14901@debbugs.gnu.org \
    --cc=lekktu@gmail.com \
    /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.