chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1382: sql-de-lite ignores new versions of sqlite3 on


From: Chicken Trac
Subject: [Chicken-janitors] #1382: sql-de-lite ignores new versions of sqlite3 on Cygwin
Date: Tue, 27 Jun 2017 15:15:32 -0000

#1382: sql-de-lite ignores new versions of sqlite3 on Cygwin
-------------------------+---------------------------------
 Reporter:  johnwcowan   |                 Owner:  zbigniew
     Type:  defect       |                Status:  new
 Priority:  minor        |             Milestone:  someday
Component:  extensions   |               Version:  4.12.0
 Keywords:  sql-de-lite  |  Estimated difficulty:  trivial
-------------------------+---------------------------------
 The `version-check` program does not run under Cygwin, so `sql-de-lite`
 installation conservatively assumes it should use the bundled 3.0.17
 version of sqlite3 instead of Cygwin's current 3.0.18.

 The root cause of this is that Cygwin ''really isn't Windows'' and
 shouldn't set the `windows:` feature (see #1381).  As a workaround, change
 line 49 of the setup file with `s/windows/(and windows (not cygwin))/`.  A
 more portable resolution is to get rid of `version-check` altogether and
 run `sqlite3 --version` instead: the first few characters of the output
 (up to a space) are the formatted sqlite3 version number.

--
Ticket URL: <https://bugs.call-cc.org/ticket/1382>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]