Re: sqlite3 on macOS

2022-10-10 Thread Peter Teeson
Hi Jürgen: Thanks for the latest additions to README-1. respect… Peter > On Oct 10, 2022, at 8:32 AM, Dr. Jürgen Sauermann > wrote: > > Hi Peter, > > thanks, I updated README-1-prerequisites. There seems to be no difference > between maxOS > and GNU/Linux: in both you have to install svn ma

Re: sqlite3 on macOS

2022-10-10 Thread Dr . Jürgen Sauermann
Hi Peter, thanks, I updated README-1-prerequisites. There seems to be no difference between maxOS and GNU/Linux: in both you have to install svn manually. Not sure about git because I cant remember if it was there initially or if I installed it later

Re: sqlite3 on macOS

2022-10-08 Thread Peter Teeson
Hi Jürgen: Sadly Apple’s favourite song seems to be “I did it my way!” (I am on Mojave 10.14 - and unable to install later releases without patching, which I don’t do.) Referring to my 31 March 2021 email — Re: Notes about git-svn source control in macOS: "macOS Catalina 10.15 Command line too

Re: sqlite3 on macOS

2022-10-08 Thread Dr . Jürgen Sauermann
Hi Peter, yes, we could document this. However, I am lacking the necessary information to do so. As far as SVN is concerned, it should now also be possible to use git (with some minor quirks due to the lack of SVN version numbers). Best R

Re: sqlite3 on macOS

2022-10-05 Thread Peter Teeson
Hi Jürgen: My recollection is that Apple used to distribute a number of command line apps for developers and did put them in the correct dirs. They stopped distributing svn and also sql around 2017. I wonder if we should document the README prerequisite about this issue? Gandalf:trunk pteeson$

Re: sqlite3 on macOS

2022-10-05 Thread Dr . Jürgen Sauermann
Hi Peter, thanks. A closer look into the m4/ax_lib_sqlite3.m4 macro reveals two problems, which apparently only occurs on macOS: 1. The m4 macro looks for include/sqlite3.h only in the directories  /usr, /usr/local, and /opt, whil

Re: sqlite3 on macOS

2022-10-03 Thread Peter Teeson
Hi Jürgen: I started with an empty dir, downloaded current version 1592, and ./configure. Same warning. The m4/ax_lib_sqllite3.m4 says: "dnl If no intallation prefix to the installed SQLite library is given dnl the macro searches under /usr, /usr/local, and /opt." Gandalf:~ pteeson$ cd /usr/lo

Fwd: sqlite3 on macOS

2022-10-03 Thread Dr . Jürgen Sauermann
Hi Peter, thanks for reporting this. It looks like the m4/ax_lib_sqlite3.m4 macro shipped with GNU APL has been outdated over time. I have updated it from a more recent version from here: https://ac-archive.sourceforge.net/ac-archive/ax_

sqlite3 on macOS

2022-10-02 Thread Peter Teeson
Hi Jürgen: Doing some investigation I came across this(see my comments below): ./configure ……. checking for SQLite3 library >= 3.0.0... yes cat: /include/sqlite3.h: No such file or directory ./configure: line 19132: test: !=: unary operator expected configure: WARNING: Cannot find SQLITE_VERSION