unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Jacob Faibussowitsch <jacob.fai@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 58688@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 11:55:49 -0400	[thread overview]
Message-ID: <5C3CC597-BB5F-4DB6-88FC-C40FC89B48B4@gmail.com> (raw)
In-Reply-To: <831qr1w5y0.fsf@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:

// src/config.h
...

/* Define if you have a window system. */
/* #undef HAVE_WINDOW_SYSTEM */

This is after doing:

$ rm -f ./config.cache
$ ./config.status --recheck
$ make

Best regards,

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

> On Oct 21, 2022, at 11:29, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Jacob Faibussowitsch <jacob.fai@gmail.com>
>> Date: Fri, 21 Oct 2022 10:23:56 -0400
>> 
>> menu.c:1401:3: error: implicit declaration of function 'cancel_hourglass' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
>>  cancel_hourglass ();
>>  ^
> 
> Thanks, should be fixed now.






  reply	other threads:[~2022-10-21 15:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-21 14:23 bug#58688: [Trunk] menu.c:1401:3: error: implicit declaration of function 'cancel_hourglass' is invalid in C99 Jacob Faibussowitsch
2022-10-21 15:29 ` Eli Zaretskii
2022-10-21 15:55   ` Jacob Faibussowitsch [this message]
2022-10-21 16:06     ` Eli Zaretskii
2022-10-21 16:09       ` Jacob Faibussowitsch
2022-10-21 16:10         ` Jacob Faibussowitsch
2022-10-21 17:14         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5C3CC597-BB5F-4DB6-88FC-C40FC89B48B4@gmail.com \
    --to=jacob.fai@gmail.com \
    --cc=58688@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).