all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Colascione <dancol@dancol.org>
To: Ken Brown <kbrown@cornell.edu>
Cc: Emacs <emacs-devel@gnu.org>
Subject: Re: Is the Cygw32 port ready for testing?
Date: Sun, 14 Oct 2012 18:37:01 -0700	[thread overview]
Message-ID: <507B68BD.2050409@dancol.org> (raw)
In-Reply-To: <507B6404.8080103@cornell.edu>

[-- Attachment #1: Type: text/plain, Size: 981 bytes --]

On 10/14/2012 6:16 PM, Ken Brown wrote:
> On 10/14/2012 7:28 PM, Daniel Colascione wrote:
>> Thanks for reporting the build break. I've updated the trunk. Revision 110548
>> should resolve the problem.
> 
> Thanks.  The build now completes as long as I use the configure option
> --without-dbus.  Otherwise the build fails while compiling dbusbind.c:

Thanks. The symbol "interface" is defined to something else by the platform
headers. The following trivial patch resolves the issue.  The alternative is to
replace the use of "interface" with some other symbol everywhere in the source
file; I'll write up a patch to do that if someone objects to this one.

=== modified file 'src/dbusbind.c'
--- src/dbusbind.c	2012-09-15 07:06:56 +0000
+++ src/dbusbind.c	2012-10-15 01:30:49 +0000
@@ -32,6 +32,10 @@
 #define DBUS_NUM_MESSAGE_TYPES 5
 #endif

+#ifdef interface
+#undef interface
+#endif
+
 \f
 /* Subroutines.  */
 static Lisp_Object Qdbus_init_bus;


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]

  parent reply	other threads:[~2012-10-15  1:37 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-14 22:44 Is the Cygw32 port ready for testing? Ken Brown
2012-10-14 23:28 ` Daniel Colascione
2012-10-15  1:16   ` Ken Brown
2012-10-15  1:31     ` Ken Brown
2012-10-15  1:34       ` Daniel Colascione
2012-10-15  1:37     ` Daniel Colascione [this message]
2012-10-15  7:34       ` Andreas Schwab
2012-10-15 14:14       ` Ken Brown
2012-10-15 17:16         ` Eli Zaretskii
2012-10-15 19:33           ` Ken Brown
2012-10-15 19:35             ` Daniel Colascione
2012-10-15 21:31               ` Daniel Colascione
2012-10-15 21:34                 ` Ken Brown
2012-10-15 21:36                   ` Daniel Colascione
2012-10-16 13:23                     ` Ken Brown
2012-10-16 18:24                       ` Eli Zaretskii
2012-10-17  4:13                         ` Stephen J. Turnbull
2012-10-17 15:42                           ` Eli Zaretskii
2012-10-17 17:36                             ` Stephen J. Turnbull
2012-10-17 23:45                           ` Nix
2012-10-18 12:28                         ` Ken Brown
2012-10-18 17:02                           ` Daniel Colascione
2012-10-18 22:18                             ` Ken Brown
2012-10-18 17:09                           ` Eli Zaretskii
2012-10-18 22:04                             ` Stefan Monnier
2012-10-19  6:43                               ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2012-10-19 16:03 Angelo Graziosi
2012-10-20  2:42 ` Ken Brown
2012-10-20  2:49   ` Daniel Colascione
2012-10-20  6:53     ` Andreas Schwab
2012-10-21 13:02       ` Stephen J. Turnbull
2012-10-20  8:53   ` Angelo Graziosi
2012-10-20 10:29     ` Eli Zaretskii
2012-10-20 13:19     ` Ken Brown

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=507B68BD.2050409@dancol.org \
    --to=dancol@dancol.org \
    --cc=emacs-devel@gnu.org \
    --cc=kbrown@cornell.edu \
    /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.