Hi, Yes it worked: I reinstalled Lion, your packages and was able to compile Postgis 2.0 (though I had to set these variables to avoid make errors: export CPPFLAGS=-I/usr/local/pgsql-9.1/include/server export LDFLAGS=-L/usr/local/pgsql-9.1/lib export CPATH=/usr/local/pgsql-9.1/include/server/ export LIBRARY_PATH=/usr/local/pgsql-9.1/lib)
Thanks again for the support. Nicolas On 6 October 2011 16:35, Nicolas Ribot <[email protected]> wrote: >> Dunno, something in the configuration of dependencies is all I can think of. >> >> With my Postgres 9.1.1 and current frameworks, this works: >> >> ./configure --with-pgconfig=/usr/local/pgsql-9.1/bin/pg_config \ >> --with-geosconfig=/Library/Frameworks/GEOS.framework/unix/bin/geos-config \ >> --with-projdir=/Library/Frameworks/PROJ.framework/unix \ >> --with-raster --with-topology \ >> --with-gdalconfig=/Library/Frameworks/GDAL.framework/Programs/gdal-config >> > > Ok fine ! > I will install current versions and test. > > Thank you for the quick reply. > > NIcolas > _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
