GNU bug report logs - #58688
[Trunk] menu.c:1401:3: error: implicit declaration of function 'cancel_hourglass' is invalid in C99

Previous Next

Package: emacs;

Reported by: Jacob Faibussowitsch <jacob.fai <at> gmail.com>

Date: Fri, 21 Oct 2022 14:25:01 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
Cc: 58688 <at> debbugs.gnu.org
Subject: bug#58688: [Trunk] menu.c:1401:3: error: implicit declaration of function 'cancel_hourglass' is invalid in C99
Date: Fri, 21 Oct 2022 19:06:46 +0300
> From: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
> Date: Fri, 21 Oct 2022 11:55:49 -0400
> Cc: 58688 <at> debbugs.gnu.org
> 
> No dice I’m afraid. It appears cancel_hourglass() is gated behind HAVE_WINDOW_SYSTEM:
> 
> // src/dispextern.h
> ...
> #ifdef HAVE_WINDOW_SYSTEM
> 
> extern void start_hourglass (void);
> extern void cancel_hourglass (void);
> 
> Which I do not appear to have:

Well, it would help if you'd posted your Emacs configuration with the
bug report to begin with.

I've tried to fix this now.




This bug report was last modified 2 years and 271 days ago.

Previous Next


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