Re: [postgis-users] WKT raster installation on Mac Snow Leopard

2010-07-21 Thread Javier de la Torre
postgis: export MACOSX_DEPLOYMENT_TARGET=10.6 export CFLAGS=-Os -arch i386 -arch x86_64 export PG_CPPFLAGS=-arch i386 -arch x86_64 export SHLIB_LINK=-arch i386 -arch x86_64 export LDFLAGS=-arch i386 -arch x86_64 ./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config \

Re: [postgis-users] WKT raster installation on Mac Snow Leopard

2010-07-21 Thread Shaun Langley
I want to put my vote in for a MacOS package. I spent several weeks trying to correctly identify the paths without success. From what I can tell, the problem is not having a lot of the dependencies through various dev packages. When I finally got around to getting it compiled in Ubuntu, I spent

Re: [postgis-users] WKT raster installation on Mac Snow Leopard

2010-07-21 Thread William Kyngesburye
I should be able to get a wktraster installer ready soon. Sorry, but I won't be supporting other Postgres distributions. Too much variation in the installation methods and layout, even some that try to be Mac-like, which really isn't appropriate for server software, especially one like

[postgis-users] WKT raster installation on Mac Snow Leopard

2010-07-20 Thread Javier de la Torre
Hi, I make use of the Kyngchaos builds for Postgis in Mac OS X Snow Leopard (10.6.4). I am trying to install the WKT raster on my existing PostGIS but I havent succeed. I have tried downloading the same version of PostGIS code that I have installed via Kyngchaos and use it to compile WKT

Re: [postgis-users] WKT raster installation on Mac Snow Leopard

2010-07-20 Thread William Kyngesburye
On Jul 20, 2010, at 2:11 PM, Javier de la Torre wrote: I have tried downloading the same version of PostGIS code that I have installed via Kyngchaos and use it to compile WKT raster. I had to copy config.sub and config.guess because it was complaining and then I ran: Odd. The included

Re: [postgis-users] WKT raster installation on Mac Snow Leopard

2010-07-20 Thread P Kishor
On Tue, Jul 20, 2010 at 2:38 PM, William Kyngesburye wokl...@kyngchaos.com wrote: export CFLAGS=-Os -arch i386 -arch x86_64 export PG_CPPFLAGS=-arch i386 -arch x86_64 Does that build for both 32 and 64 bit? If I leave out the above flags, the default build on Snow Leopard should be 64 bit, no?

Re: [postgis-users] WKT raster installation on Mac Snow Leopard

2010-07-20 Thread William Kyngesburye
On Jul 20, 2010, at 2:54 PM, P Kishor wrote: On Tue, Jul 20, 2010 at 2:38 PM, William Kyngesburye wokl...@kyngchaos.com wrote: export CFLAGS=-Os -arch i386 -arch x86_64 export PG_CPPFLAGS=-arch i386 -arch x86_64 Does that build for both 32 and 64 bit? If I leave out the above flags,