<html>
<head>
<title></title>
<meta name="GENERATOR" content="MSHTML 8.00.6001.18783"></meta>
</head>
<body>
<div align="left">I downloaded 1.4 branch and tested.</div>
<div align="left"> </div>
<div align="left">"make clean" gives exactly the same error as the trunk</div>
<div align="left"> </div>
<div align="left"> </div>
<div align="left">"make check" gives this after a successfull cunit-test:</div>
<div align="left"> </div>
<div align="left">make -C regress check<br />
make[1]: Entering directory `/c/thesrc/pg14/regress'<br />
make -C ../postgis<br />
make[1]: make: Command not found<br />
make[1]: *** [../postgis/postgis.so] Error 127<br />
make[1]: Leaving directory `/c/thesrc/pg14/regress'<br />
make: *** [check] Error 2<br />
</div>
<div align="left"> </div>
<div align="left"><br />
<br />
2009-07-13 Mark Cave-Ayland wrote:<br />
<br />
nicklas.aven@jordogskog.no wrote:<br />
>> <br />
>> in postgis 1.5 trunk from MinGW<br />
>> When I run make clean in regress-folder I get an error message:<br />
>> $ make clean<br />
>> rm -f postgis.sql<br />
>> make: rm: Command not found<br />
>> make: *** [clean] Error 127<br />
>> <br />
>> if I comment away all this in the makefile make clean works :<br />
>> srcdir=$(shell pwd)<br />
>> #<br />
>> # Put path from pg_config into front of search path<br />
>> #<br />
>> PATH := $(PGSQL_BINDIR):$(PATH)<br />
>> export PATH<br />
>> <br />
>> But I still have problems with make check. The cunit-tests work great. <br />
>> then I get:<br />
>> <br />
>> make -C regress check<br />
>> make[1]: Entering directory `/c/thesrc/pg15/regress'<br />
>> sed 's,$libdir/postgis,/../postgis/libpostgis,g' ../postgis/postgis.sql <br />
>> > postgis.sql<br />
>> ./run_test: line 385: psql: command not found<br />
>> Creating spatial db postgis_reg<br />
>> ./run_test: line 392: createdb: command not found<br />
>> ./run_test: line 393: createlang: command not found<br />
>> ./run_test: line 412: psql: command not found<br />
>> Something went wrong (no postgis installed in postgis_reg).<br />
>> For details, check /tmp/pgis_reg_2616/regress_log<br />
>> make[1]: *** [check] Error 1<br />
>> make[1]: Leaving directory `/c/thesrc/pg15/regress'<br />
>> make: *** [check] Error 2<br />
>> <br />
>> <br />
>> Thanks<br />
>> Nicklas<br />
><br />
>Hmmm that definitely sounds as if PATH is messed up :( Do you see the <br />
>same with 1.4 branch?<br />
><br />
><br />
>ATB,<br />
><br />
>Mark.<br />
><br />
>-- <br />
>Mark Cave-Ayland - Senior Technical Architect<br />
>PostgreSQL - PostGIS<br />
>Sirius Corporation plc - control through freedom<br />
>http://www.siriusit.co.uk<br />
>t: +44 870 608 0063<br />
>_______________________________________________<br />
>postgis-devel mailing list<br />
>postgis-devel@postgis.refractions.net<br />
>http://postgis.refractions.net/mailman/listinfo/postgis-devel<br />
><br />
></div>
</body>
</html>