unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Ken Brown <kbrown@cornell.edu>
Cc: 13112@debbugs.gnu.org
Subject: bug#13112: 24.2.90; The cygw32 build should disable X11
Date: Fri, 07 Dec 2012 13:01:08 -0500	[thread overview]
Message-ID: <f2624dbv2z.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <50C1E941.2080609@cornell.edu> (Ken Brown's message of "Fri, 07 Dec 2012 08:04:01 -0500")

Ken Brown wrote:

> The cygw32 build of emacs tries to use many X11 features if the builder
> has the appropriate development packages installed.  For example,
> HAVE_GSETTINGS and HAVE_GCONF will be defined.

I don't see how that is possible. configure does:

if test "${HAVE_W32}" = "yes"; then
  window_system=w32
  [...]
fi

[...]

HAVE_X11=no

case "${window_system}" in
  x11 )
    HAVE_X11=yes
    [...]
  w32 ) [...]
esac

[...]

HAVE_GSETTINGS=no
if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then
...
fi

So I think you need to provide more details.


> http://cygwin.com/ml/cygwin/2012-12/msg00070.html

This talks about dbus.





  parent reply	other threads:[~2012-12-07 18:01 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-07 13:04 bug#13112: 24.2.90; The cygw32 build should disable X11 Ken Brown
2012-12-07 14:45 ` Ken Brown
2012-12-07 18:01 ` Glenn Morris [this message]
2012-12-07 18:24   ` Achim Gratz
2012-12-07 18:40     ` Glenn Morris
2012-12-07 19:18       ` Achim Gratz
2012-12-07 21:23         ` Eli Zaretskii
2012-12-07 21:45           ` Ken Brown
2012-12-07 21:32         ` Ken Brown
2012-12-08 11:29           ` Achim Gratz
2012-12-08 12:23             ` Ken Brown
2012-12-08 12:42               ` Ken Brown
2012-12-08 13:08                 ` Achim Gratz
2012-12-08 15:57                   ` Ken Brown
2012-12-08 14:10               ` Achim Gratz
     [not found]         ` <mailman.14806.1354915487.855.bug-gnu-emacs@gnu.org>
2012-12-07 22:19           ` Burton Samograd
2012-12-07 22:36             ` Daniel Colascione
     [not found]             ` <mailman.14821.1354919805.855.bug-gnu-emacs@gnu.org>
2012-12-08  1:51               ` Burton Samograd
2012-12-08  8:06                 ` Eli Zaretskii
     [not found]                 ` <mailman.14838.1354954003.855.bug-gnu-emacs@gnu.org>
2012-12-08 18:37                   ` Burton Samograd
2012-12-09  0:09                     ` Ken Brown
2012-12-11 17:30 ` Achim Gratz
2012-12-11 18:29   ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=f2624dbv2z.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=13112@debbugs.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).