Re: [OSM-dev] Error in Makefile for osm2pgsql on OSX

2010-04-26 Thread Sven Geggus
Simon Gornall wrote: > At least on my system (10.6.3) I had to add: > >CPPFLAGS = $(CFLAGS) > > ... to get the Makefile to build build_geometry.cpp > - otherwise there were no CFLAGS set, and the build failed. Are you using a recent Version whith autoconf support? Autoconf support has

Re: [OSM-dev] Error in Makefile for osm2pgsql on OSX

2010-04-24 Thread Shaun McDonald
On 24 Apr 2010, at 06:27, Simon Gornall wrote: > At least on my system (10.6.3) I had to add: > > CPPFLAGS = $(CFLAGS) > > ... to get the Makefile to build build_geometry.cpp - otherwise there were no > CFLAGS set, and the build failed. > > It might be worth mentioning on the wiki that

[OSM-dev] Error in Makefile for osm2pgsql on OSX

2010-04-23 Thread Simon Gornall
At least on my system (10.6.3) I had to add: CPPFLAGS = $(CFLAGS) ... to get the Makefile to build build_geometry.cpp - otherwise there were no CFLAGS set, and the build failed. It might be worth mentioning on the wiki that you need to do a 'sudo port install postgis' as well - ok, it'