GNU bug report logs - #28793
26.0.90; Compile error with Emacs 26 on macOS 10.13

Previous Next

Package: emacs;

Reported by: George Plymale II <georgie <at> southernohio.net>

Date: Thu, 12 Oct 2017 06:20:01 UTC

Severity: normal

Found in version 26.0.90

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: George Plymale II <georgie <at> southernohio.net>
Cc: 28793 <at> debbugs.gnu.org
Subject: Re: bug#28793: 26.0.90; Compile error with Emacs 26 on macOS 10.13
Date: Thu, 12 Oct 2017 13:22:13 +0300
> From: George Plymale II <georgie <at> southernohio.net>
> Date: Thu, 12 Oct 2017 02:19:19 -0400
> 
> open.c:75:27: error: unknown type name 'PROMOTED_MODE_T'
>       mode = va_arg (arg, PROMOTED_MODE_T);
>                           ^
> 1 error generated.
> make[1]: *** [open.o] Error 1

PROMOTED_MODE_T is defined in src/config.h, please see what happened
there.  On my system, I see this in config.h:

  /* Define to the type that is the result of default argument promotions of
     type mode_t. */
  #define PROMOTED_MODE_T int

On another system I see this:

  /* Define to the type that is the result of default argument promotions of
     type mode_t. */
  #define PROMOTED_MODE_T mode_t




This bug report was last modified 7 years and 281 days ago.

Previous Next


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