|
From: | Peter Teeson |
Subject: | Re: sqlite3 on macOS |
Date: | Mon, 3 Oct 2022 17:29:05 -0400 |
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/local/opt/sqlite3/include Gandalf:include pteeson$ ls -al sql* -rw-r--r-- 1 502 staff 581196 18 Jun 2020 sqlite3.h -rw-r--r-- 1 502 staff 35269 18 Jun 2020 sqlite3ext.h checking for SQLite3 library >= 3.0.0... yes cat: /include/sqlite3.h: No such file or directory ./configure: line 19090: test: !=: unary operator expected <====== configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version! I found it in the header #define SQLITE_VERSION "3.32.3" #define SQLITE_VERSION_NUMBER 3032003 #define SQLITE_SOURCE_ID "2020-06-18 14:00:33 7ebdfa80be8e8e73324b8d66b3460222eb74c7e9dfd655b48d6ca7e1933cc8fd" So I do not know how to proceed further to help isolate what’s up. respect… Peter
|
[Prev in Thread] | Current Thread | [Next in Thread] |