> punkish@Lucknow ~/Projects/postgis-svn$autoconf > configure.ac:20: error: possibly undefined macro: AC_PROG_LIBTOOL > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.ac:39: error: possibly undefined macro: AC_LIBTOOL_COMPILER_OPTION > configure.ac:555: error: possibly undefined macro: AM_GNU_GETTEXT > configure.ac:599: error: possibly undefined macro: AC_PROJ_VERSION > configure.ac:632: error: possibly undefined macro: AM_PATH_GTK_2_0 > > > > suggestions? >
Hi Puneet, I used these commands with the latest Kyngchaos packages and was able to build Postgis 2.0: 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 ./configure \ --prefix=$HOME/bin/postgis-2.0 \ --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 make clean && make sudo make install After that, I modified the path to avoid calling the default /usr/bin/psql Mac version. Nicolas _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
