Ticket #1575 (closed defect: fixed)
Configured without raster still tries to make raster/rt_pg/rtpostgis.sql
| Reported by: | chmelarp | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | build/upgrade/install | Version: | 2.0.x |
| Keywords: | Cc: |
Description
Hi,
after:
$ ./configure --without-topology --without-raster && make
I get these ...
/usr/bin/xsltproc ./xsl/raster_comments.sql.xsl postgis.xml > raster_comments.sql /usr/bin/xsltproc ./xsl/topology_comments.sql.xsl postgis.xml > topology_comments.sql /usr/bin/xsltproc ./xsl/tiger_geocoder_comments.sql.xsl postgis.xml > tiger_geocoder_comments.sql make[3]: Leaving directory `//////postgis-2.0.0alpha5SVN/doc' cp ../../doc/postgis_comments.sql sql_bits/postgis_comments.sql make[2]: *** No rule to make target ../../raster/rt_pg/rtpostgis.sql', needed by sql_bits/rtpostgis.sql'. Stop. make[2]: Leaving directory `//////postgis-2.0.0alpha5SVN/extensions/postgis'
