GNU bug report logs - #19909
[PATCH] Error out if with-file-notification=w32 is specified on cygwin

Previous Next

Package: emacs;

Reported by: bug-gnu-emacs <at> gnu.org

Date: Fri, 20 Feb 2015 09:49:02 UTC

Severity: minor

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Robert Pluim <rpluim <at> gmail.com>
To: 19909 <at> debbugs.gnu.org
Subject: bug#19909: [PATCH] Error out if with-file-notification=w32 is	specified on cygwin
Date: Fri, 20 Feb 2015 11:19:16 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Robert Pluim <rpluim <at> gmail.com>
>> Date: Fri, 20 Feb 2015 10:47:36 +0100
>> 
>> It's a combination that won't compile, so it's probably best to error
>> out during configure.
>
> Why doesn't it compile?  Perhaps it's better to allow it to compile,
> than to error out.

I guess whoever put the following in w32.h had his reasons:

#ifdef CYGWIN
#error "w32.h is not compatible with Cygwin"
#endif


In file included from w32notify.c:95:0:
w32.h:23:2: error: #error "w32.h is not compatible with Cygwin"
 #error "w32.h is not compatible with Cygwin"
  ^
In file included from ../lib/sys/types.h:28:0,
                 from ../lib/signal.h:49,
                 from /usr/include/machine/setjmp.h:357,
                 from /usr/include/setjmp.h:10,
                 from lisp.h:24,
                 from w32notify.c:92:





This bug report was last modified 10 years and 79 days ago.

Previous Next


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