all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: 62485@debbugs.gnu.org
Cc: 62485-done@debbugs.gnu.org
Subject: bug#62485: Improve build system and make "real" defaults
Date: Mon, 27 Mar 2023 19:08:06 +0300	[thread overview]
Message-ID: <83wn3289eh.fsf@gnu.org> (raw)
In-Reply-To: <a31a5950da1de19dd076d18207b7a001@posteo.de> (c.buhtz@posteo.jp)

> Date: Mon, 27 Mar 2023 13:44:19 +0000
> From: c.buhtz@posteo.jp
> 
> Hello,
> 
> I was told that sqlite3 support is enabled by default when building 
> Emacs29. Is it or is it not?

Emacs builds with sqlite support if you have the sqlite3 library
installed.

> Based on my own experience it seems to me that it depends on the fact if 
> lib-sqlite3-dev is installed or not.

Yes.

> When the lib is not installed and I don't set an explicite sqlite3 
> switch in the make-configure-build-system it build runs successfully 
> without any warning or error. You see?! Sqlite is not default.

Who told you it was the default?  The file NEWS says:

  +++
  ** Emacs can be built with built-in support for accessing SQLite databases.
  This uses the popular sqlite3 library, and can be disabled by using
  the '--without-sqlite3' option to the 'configure' script.

> If you want to make it default then inform the user about missing 
> sqlite-lib in all cases and not only if the --with-sqlite switch is set 
> by the user.

That is not how we define the optional dependencies.  We only do that
for dependencies without which Emacs will be much less powerful or
performant.  Most optional dependencies are not of this kind: Emacs
can be entirely functional without SQLite support.

This is not a bug.

Closing.





  parent reply	other threads:[~2023-03-27 16:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27 13:44 bug#62485: Improve build system and make "real" defaults c.buhtz
2023-03-27 15:45 ` bug#62485: Acknowledgement (Improve build system and make "real" defaults) GNU bug Tracking System
2023-03-30  6:19   ` Jean Louis
2023-03-31  5:12     ` Jim Porter
2023-03-27 16:08 ` Eli Zaretskii [this message]
2023-03-27 16:09 ` bug#62485: closed (Re: bug#62485: Improve " GNU bug Tracking System

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

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

  git send-email \
    --in-reply-to=83wn3289eh.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=62485-done@debbugs.gnu.org \
    --cc=62485@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.