GNU bug report logs - #13112
24.2.90; The cygw32 build should disable X11

Previous Next

Package: emacs;

Reported by: Ken Brown <kbrown <at> cornell.edu>

Date: Fri, 7 Dec 2012 13:32:01 UTC

Severity: normal

Tags: moreinfo

Found in version 24.2.90

Done: Ken Brown <kbrown <at> cornell.edu>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 13112 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Ken Brown <kbrown <at> cornell.edu>
Cc: 13112 <at> debbugs.gnu.org
Subject: Re: bug#13112: 24.2.90; The cygw32 build should disable X11
Date: Fri, 07 Dec 2012 13:01:08 -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.




This bug report was last modified 12 years and 219 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.