caldwell / build-emacs

Build scripts for www.emacsformacosx.com
http://www.emacsformacosx.com/about
GNU General Public License v3.0
364 stars 61 forks source link

29.1 missing sqlite? #134

Closed shipmints closed 1 year ago

shipmints commented 1 year ago

Thanks, again, for all the work you put into these builds.

I was looking forward to sqlite-mode but it seems the 29.1 build is missing sqlite.

system-configuration-features is a variable defined in ‘C source code’.

"ACL GLIB GMP GNUTLS JPEG JSON LIBXML2 MODULES NOTIFY KQUEUE NS PDUMPER PNG RSVG THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER ZLIB"

Any view on when sqlite could be added to the next build?

caldwell commented 1 year ago

I built Emacs-29.1-1 today which includes sqlite:

*** Welcome to IELM *** Type (describe-mode) or press C-h m for help.
ELISP> (emacs-version)
"GNU Emacs 29.1 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646))
 of 2023-08-16"
ELISP> (sqlite-available-p)
t
ELISP>
shipmints commented 1 year ago

Thank you.