Re: [postgis-users] JSONC compilation issues (Regina Obe)

2023-09-21 Thread Regina Obe via postgis-users
as I do SQLite etc. From: postgis-users On Behalf Of Light via postgis-users Sent: Thursday, September 21, 2023 7:18 PM To: postgis-users@lists.osgeo.org Cc: Light Subject: Re: [postgis-users] JSONC compilation issues (Regina Obe) Regina, Environment variables are a great way

Re: [postgis-users] JSONC compilation issues (Regina Obe)

2023-09-21 Thread Light via postgis-users
Regina, Environment variables are a great way to build things. I used json-c version=0.13 in the past, using --with-jsondir and had no compilation failures. But after I upgraded to json-c=0.15, the folder changed and became lib64. I tried to compile json-c-0.13, 0.14, and 0.15, and found that

Re: [postgis-users] JSONC compilation issues

2023-09-21 Thread Regina Obe via postgis-users
To: postgis-users@lists.osgeo.org Subject: [postgis-users] JSONC compilation issues Hi, postgis 3.3.4 json-c 0.15 When I compiled 334, jsonc did not use environment variables. I used --with-jsondir=/usr/local/json-c-0.15. I confirmed that json-c-0.15 is installed. configure record: --- ... Check

[postgis-users] JSONC compilation issues

2023-09-21 Thread Light
Hi, postgis 3.3.4 json-c 0.15 When I compiled 334, jsonc did not use environment variables. I used --with-jsondir=/usr/local/json-c-0.15. I confirmed that json-c-0.15 is installed. configure record: --- ... Check "/usr/local/json-c-0.15/include/json-c/json.h"...yes Check json_object_get... in