Regina Obe

Results 79 comments of Regina Obe

I get the same error too on PostgreSQL 9.6 and PostgreSQL 10. (compiling under Mingw64 gcc 4.9.2 where I've got BISON 3.0.4 installed. Compiles fine against PostgreSQL 9.4 and 9.5....

@tpetazzoni Can you try rebasing this commit. Also I don't think that other commit you pointed to was ever committed. I still see LDFLAGS += -static $(LIBLWGEOM) in the latest...

> #598 is the similar patch to the loader. It is also does not affect liblwgeom compilation but loader linkage. Okay I'll check this out after I fix my build...

Have this referenced in https://trac.osgeo.org/postgis/ticket/5255 and plan to push for 3.2.4 and above

> Should there be some extra doco to go with this? Yes there should be in these sections -- https://postgis.net/docs/manual-dev/RT_ST_Resample.html http://postgis.net/docs/manual-dev/RT_ST_Rescale.html Which are both in the doc/reference_raster.xml file. We could...

@christianaaronschroeder Just checking if you can make the suggested changes to the doco and then we can accept this. Also adding a test example for this in https://github.com/postgis/postgis/blob/master/raster/test/regress/rt_gdalwarp.sql would be...

@devIceMan I haven't had a chance to revisit compiling v8 newer engine and that's always the tricky part for building with PL/V8. The 9.6 build I did was for 1.4.8...

Yah sadly I gave it a check to try to compile newer V8. No success yet under mingw64 (which is the chain I use for compiling) and I'm not adept...

@infotek I'm working on one. I plan to include it as part of PostGIS 3.3.0 Windows Bundle (via application stack builder), but hope to have experimental builds before then for...

Thanks all. So I assume this is all set and we can close or has a build not been released yet with this change?