[sqlite] editline/readline.h' file not found

2015-11-10 Thread Richard Hipp
On 11/10/15, jungle Boogie wrote: > On 9 November 2015 at 19:29, Richard Hipp wrote: >> Works for me on OpenBSD 5.8. No issues at all. > > > Failing on freebsd with this make file: > https://www.sqlite.org/src/artifact/4469ed8b02a9934f > > Introduced with this check-in: >

[sqlite] editline/readline.h' file not found

2015-11-10 Thread jungle Boogie
On 10 November 2015 at 04:52, Richard Hipp wrote: > On 11/10/15, jungle Boogie wrote: >> On 9 November 2015 at 19:29, Richard Hipp wrote: >>> Works for me on OpenBSD 5.8. No issues at all. >> >> >> Failing on freebsd with this make file: >> https://www.sqlite.org/src/artifact/4469ed8b02a9934f

[sqlite] editline/readline.h' file not found

2015-11-09 Thread Richard Hipp
On 11/9/15, jungle Boogie wrote: > On 8 November 2015 at 19:51, jungle Boogie wrote: >> sqlite3 /home/jungle/fossil-repos/sqlite3/src/shell.c >> ./.libs/libsqlite3.a -ledit -lpthread -Wl,-rpath -Wl,/usr/local/lib >> /home/jungle/fossil-repos/sqlite3/src/shell.c:71:11: fatal error: >>

[sqlite] editline/readline.h' file not found

2015-11-09 Thread jungle Boogie
On 9 November 2015 at 19:29, Richard Hipp wrote: > Works for me on OpenBSD 5.8. No issues at all. Failing on freebsd with this make file: https://www.sqlite.org/src/artifact/4469ed8b02a9934f Introduced with this check-in: https://www.sqlite.org/src/info/866f0277781dedf0 Commenting out line

[sqlite] editline/readline.h' file not found

2015-11-09 Thread jungle Boogie
On 8 November 2015 at 19:51, jungle Boogie wrote: > sqlite3 /home/jungle/fossil-repos/sqlite3/src/shell.c > ./.libs/libsqlite3.a -ledit -lpthread -Wl,-rpath -Wl,/usr/local/lib > /home/jungle/fossil-repos/sqlite3/src/shell.c:71:11: fatal error: > 'editline/readline.h' file not found > # include >

[sqlite] editline/readline.h' file not found

2015-11-08 Thread jungle Boogie
Hello All, Is anyone else getting this strange fatal error when building sqlite from source: touch .target_source tclsh8.6 /home/jungle/fossil-repos/sqlite3/tool/mksqlite3c.tcl cp tsrc/shell.c tsrc/sqlite3ext.h . ./libtool --mode=compile --tag=CC cc -g -O2 -DSQLITE_OS_UNIX=1 -I.