Ticket Hash: | 7d96113ff0aac1d54c96f9c0268fad1b6d757892 | |||
Title: | SQLite fails to build when TCL isn't installed | |||
Status: | Fixed | Type: | Build_Problem | |
Severity: | Important | Priority: | Immediate | |
Subsystem: | Makefile | Resolution: | Fixed | |
Last Modified: | 2010-03-27 16:52:27 | |||
Version Found In: | 3.6.17 + 7f4810747b | |||
Description: | ||||
SQLite 3.6.17, with patch based on commit 7f4810747b0864981f27edbd504bfab2efea1e3c applied, fails to build when TCL isn't installed.
# make cat ./src/sqlite.h.in | tclsh ./tool/mksqlite3h.tcl `cat ./VERSION` > sqlite3.h /bin/sh: tclsh: command not found make: *** [sqlite3.h] Error 127 drh added on 2009-08-16 18:03:57:
With these things in mind, I really don't have a problem with requiring TCL in order to build SQLite from canonical sources. anonymous claiming to be Arfrever@Gentoo.Org added on 2009-08-17 11:55:33: If the build-time dependency on TCL has to remain, then please update documentation (e.g. README) to state this. drh added on 2009-09-09 14:49:13: anonymous claiming to be Jeff Kowalczyk added on 2010-03-27 16:52:27: |