unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Sam Steingold <sds@gnu.org>
Cc: 52669@debbugs.gnu.org, larsi@gnus.org, stefan@marxist.se
Subject: bug#52669: 29.0.50; build failure: ‘Qsqlitep’ undeclared
Date: Mon, 20 Dec 2021 18:45:42 +0200	[thread overview]
Message-ID: <83y24f1ayx.fsf@gnu.org> (raw)
In-Reply-To: <CAFsbZ7YEwKZHfqH1QbVO2NPFqtPV0kW=oBOUz3Hi2SuAkM18NQ@mail.gmail.com> (message from Sam Steingold on Mon, 20 Dec 2021 09:53:42 -0500)

> From: Sam Steingold <sds@gnu.org>
> Date: Mon, 20 Dec 2021 09:53:42 -0500
> Cc: 52669@debbugs.gnu.org, Lars Ingebrigtsen <larsi@gnus.org>
> 
> I build in a separate directory.
> I just did
> 
> rm -rf build
> mkdir build
> cd build
> ../configure --with-imagemagick   --with-mailutils --with-native-compilation
> make bootstrap
> 
> and got
> 
> make[2]: Entering directory '/home/sds/src/emacs/trunk/build/src'
>   GEN      globals.h
>   CC       dispnew.o
> In file included from ../../src/dispnew.c:27:
> ../../src/lisp.h: In function ‘CHECK_SQLITE’:
> ../../src/lisp.h:2677:27: error: ‘Qsqlitep’ undeclared (first use in
> this function); did you mean ‘Qslice’?
>  2677 |   CHECK_TYPE (SQLITE (x), Qsqlitep, x);
>       |                           ^~~~~~~~
>       |                           Qslice

Qsqlitep is defined in globals.h, and lisp.h includes globals.h on
line 957, way before line 2677.  So I don't think I understand how
this could happen.  Does your globals.h include the #define for
Qsqlitep?  If not, I think maybe make-docfile produces a corrupt
globals.h or something?





  reply	other threads:[~2021-12-20 16:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-19 21:18 bug#52669: 29.0.50; build failure: ‘Qsqlitep’ undeclared Sam Steingold
2021-12-19 21:27 ` Lars Ingebrigtsen
2021-12-20  3:31   ` Sam Steingold
2021-12-20  6:59     ` Stefan Kangas
2021-12-20 14:53       ` Sam Steingold
2021-12-20 16:45         ` Eli Zaretskii [this message]
2021-12-20 17:36           ` Sam Steingold
2021-12-20 18:46             ` Ken Brown
2021-12-20 22:21               ` Glenn Morris
2021-12-20 22:42                 ` Sam Steingold
2021-12-20 23:07                   ` Ken Brown
2021-12-21 10:33                     ` Stefan Kangas
2021-12-23 21:23                       ` Ken Brown

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=83y24f1ayx.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=52669@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=sds@gnu.org \
    --cc=stefan@marxist.se \
    /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).