[postgis-users] Error when building from source on mac os x 10.6

Nicolas Ribot nicolas.ribot at gmail.com
Sat Oct 8 12:12:33 PDT 2011


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 <nicolas.ribot at gmail.com> 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
>



More information about the postgis-users mailing list