Re: [postgis-users] Compile error during build of 3.0.2...

2020-10-12 Thread Brad Dworak
Thanks Sandro, that worked, much appreciated. Brad On Mon, 12 Oct 2020 at 09:04, Sandro Santilli wrote: > On Fri, Oct 09, 2020 at 10:16:43AM -0400, Brad Dworak wrote: > > > gserialized_gist.c:12:10: fatal error: postgres.h: No such file or > directory > > [...] > > > I'm running Ubuntu 18.04 an

Re: [postgis-users] Compile error during build of 3.0.2...

2020-10-12 Thread Sandro Santilli
On Fri, Oct 09, 2020 at 10:16:43AM -0400, Brad Dworak wrote: > gserialized_gist.c:12:10: fatal error: postgres.h: No such file or directory [...] > I'm running Ubuntu 18.04 and have > PostGreSQL 11, 12, and 13 (specifically postgresql-13-postgis-3) installed. You need the development packages:

[postgis-users] Compile error during build of 3.0.2...

2020-10-09 Thread Brad Dworak
Hello, I'm getting the following error message when compiling... gcc -I../liblwgeom -Wall -Wmissing-prototypes -std=gnu99 -g -O2 -fno-math-errno -fno-signed-zeros -I/usr/include/postgresql/13/server -fPIC -DPIC -c -o gserialized_gist.o gserialized_gist.c gserialized_gist.c:12:10: fatal error: p