From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 29.0.50 Snapshot binaries for WIndows Date: Fri, 24 Feb 2023 10:22:47 +0200 Message-ID: <83sfevo4ko.fsf@gnu.org> References: <4P6DJW2Pxdz6tpL@submission01.posteo.de> <4PKLYV0Rftz9rxS@submission02.posteo.de> <87356vaar6.fsf@troybrown.dev> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="433"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: c.buhtz@posteo.jp Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 24 09:23:34 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pVTMc-000ATD-5W for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Feb 2023 09:23:34 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pVTLu-00088l-Mz; Fri, 24 Feb 2023 03:22:50 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVTLs-000885-Uu for emacs-devel@gnu.org; Fri, 24 Feb 2023 03:22:48 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVTLs-0002X1-C3; Fri, 24 Feb 2023 03:22:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=K0Lr+VG6XstZ1Y0awrrDfK9aKAnB857B2G+zFzA9Cs8=; b=hYtxY5ATAfcY Og885ePzOOxCUmxXDtCw1lxLOabNaOq1kFC+xqFbAyQl07U/ZSDiDr225j3iyEvRASjlvXwmx+fAU 4tzEMrHo3ow5sPen0olZXLV3IfPuvxzDtQdF4loygZepEdZMGjNz0vN3RuCpq4KGb+d+vshqisngd uVCVbl30vSB7LVEHeLij+zoRaEZnLBIPrfB/yz0sbl6Welwjzn5IvgpM2qcoyC2D2b54Bx6XOjNzQ GIk9uhCcP4afg8KrZ/5ExM7frnL+I0A+t190iu7GQDvZLhigkLvZ1maGxzlr6wcMqRM2y88C74y4a SW/5SXTwk3nbX8gS98ll3w==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVTLr-0001QA-Rc; Fri, 24 Feb 2023 03:22:48 -0500 In-Reply-To: (c.buhtz@posteo.jp) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303743 Archived-At: > Date: Fri, 24 Feb 2023 06:43:54 +0000 > From: c.buhtz@posteo.jp > Cc: Corwin Brust > > Good Morning, > > the inbuild sql doesn't work with orgroam. At discourse I was pointed to > the question if Emacs was build with sql support? > > https://org-roam.discourse.group/t/sqlite-suport-is-not-available-with-emacs-29-on-windows/2991/2 > > The value of "system-configuration-features" is > > "ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP > NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF > TOOLKIT_SCROLL_BARS WEBP XPM ZLIB" > > It seems that "SQLITE3" is in there. SQLITE3 is supported, but you need to have the libsqlite3-0.dll on PATH or in the same directory as emacs.exe, for this support to work. Did you install the sqlite3 library?