[postgis-users] (no subject)

Paul Ramsey pramsey at cleverelephant.ca
Sun Nov 15 08:36:16 PST 2015


In addition to building your postgis with debugging (as you have done)
you need to build your postgresql with debugging on, because the
./postgis directory inherits its build configuration from the
postgresql sources (thanks to pgxs, a mixed blessing). So go back and
rebuild your postgresql too.

ATB,
P

On Sat, Nov 14, 2015 at 2:30 PM, Ruby Tahboub <ruby.tahboub at gmail.com> wrote:
> Dear PostGIS-Users,
>
> I'm debugging the sources of PostGIS (using Eclipse) for the purpose of
> understanding how spatial predicates work and how to go about adding new
> ones. I noticed that I can't step into postgis/gserialized_gist_2d.c, other
> locations under the same directory e.g., postgis/geography_measurements.c
> can step into nicely. Could you double check my configurations:
>
> CFLAGS="-g3 -O0" ./configure --with-pgconfig=/usr/local/pgsql2/bin/pg_config
> --with-projdir=/usr/local --enable-debug
>
> postgis-2.2.0dev
>
> Thanks,
> Ruby
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/postgis-users


More information about the postgis-users mailing list