[postgis-devel] my regress issues
Sandro Santilli
strk at keybit.net
Sat Jan 21 10:59:56 PST 2012
On Sat, Jan 21, 2012 at 01:18:57PM -0500, Greg Troxel wrote:
>
> PostGIS is now configured for i386-unknown-netbsdelf5.1.
...
> Revision: 8898
>
> gdt 1092 ~/SOFTWARE/POSTGIS/postgis > grep -A5 '(REGRESS)' postgis/Makefile
> ifeq ($(REGRESS),1)
> bindir=/bin
> pkglibdir=/lib
> datadir=/share
> datamoduledir=contrib/postgis
> endif
Sounds good here
> and now I have another issue:
> ---- Making check in regress
> gmake[1]: Entering directory `/home/gdt/SOFTWARE/POSTGIS/postgis/regress'
> gmake[2]: Entering directory `/home/gdt/SOFTWARE/POSTGIS/postgis/raster/rt_pg'
> gmake[2]: *** No rule to make target `install'. Stop.
> gmake[2]: Leaving directory `/home/gdt/SOFTWARE/POSTGIS/postgis/raster/rt_pg'
> gmake[1]: *** [staged-install-raster] Error 2
Uhm, you didn't configure --with-raster, I guess ?
Please show the staged-install-raster rule in regress/Makefile
Here it looks like this:
@if test x"raster" != "x"; then \
$(MAKE) -C ../raster/rt_pg REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install; \
fi
--strk;
() Free GIS & Flash consultant/developer
/\ http://strk.keybit.net/services.html
More information about the postgis-devel
mailing list