<html>
<head>
        <title></title>
        
<meta name="GENERATOR" content="MSHTML 8.00.6001.18783"></meta>
</head>

<body>
        
<div>in postgis 1.5 trunk from MinGW</div>
        
<div>When I run make clean in regress-folder I get an error message:</div>
        
<div>$ make clean<br />
                rm -f postgis.sql <br />
                make: rm: Command not found<br />
                make: *** [clean] Error 127</div>
        
<div> </div>
        
<div>if I comment away all this in the makefile make clean works :<br />
                srcdir=$(shell pwd)</div>
        
<div># <br />
                # Put path from pg_config into front of search path<br />
                #<br />
                PATH := $(PGSQL_BINDIR):$(PATH)<br />
                export PATH</div>
        
<div> </div>
        
<div>But I still have problems with make check. The cunit-tests work great. then I get:</div>
        
<div> </div>
        
<div>make -C regress check<br />
                make[1]: Entering directory `/c/thesrc/pg15/regress'<br />
                sed 's,$libdir/postgis,/../postgis/libpostgis,g' ../postgis/postgis.sql > 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</div>
        
<div> Something went wrong (no postgis installed in postgis_reg).<br />
                 For details, check /tmp/pgis_reg_2616/regress_log</div>
        
<div>make[1]: *** [check] Error 1<br />
                make[1]: Leaving directory `/c/thesrc/pg15/regress'<br />
                make: *** [check] Error 2<br />
                </div>
        
<div> </div>
        
<div> </div>
        
<div>Thanks </div>
        
<div>Nicklas</div>
</body>
</html>