bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58688: [Trunk] menu.c:1401:3: error: implicit declaration of functio


From: Jacob Faibussowitsch
Subject: bug#58688: [Trunk] menu.c:1401:3: error: implicit declaration of function 'cancel_hourglass' is invalid in C99
Date: Fri, 21 Oct 2022 12:09:21 -0400

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

I did. I attached my configure.log with the original mail. Or do attachments 
get scrubbed?

Best regards,

Jacob Faibussowitsch
(Jacob Fai - booss - oh - vitch)

> On Oct 21, 2022, at 12:06, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Jacob Faibussowitsch <jacob.fai@gmail.com>
>> Date: Fri, 21 Oct 2022 11:55:49 -0400
>> Cc: 58688@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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]