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

<body>
        
<div align="left">I don't know if I understod you right, but I tried to put "echo $(PATH)" in different places in Makefile</div>
        
<div align="left"> </div>
        
<div align="left">The resulting error was:</div>
        
<div align="left"> </div>
        
<div align="left">make -C regress check<br />
                make[1]: Entering directory `/c/thesrc/pg15/regress'<br />
                Makefile:16: *** target pattern contains no `%'.  Stop.<br />
                make[1]: Leaving directory `/c/thesrc/pg15/regress'<br />
                make: *** [check] Error 2<br />
                </div>
        
<div align="left"> </div>
        
<div align="left">/Nicklas<br />
                <br />
                2009-07-17 Mark Cave-Ayland wrote:<br />
                <br />
                nicklas.aven@jordogskog.no wrote:<br />
                ><br />
                >> It still won't work for me.<br />
                >> But one difference, the compiler returns the linenumber with error :-)<br />
                >> <br />
                >> now it looks like this:<br />
                >> <br />
                >> make -C regress check<br />
                >> make[1]: Entering directory `/c/thesrc/pg15/regress'<br />
                >> sed 's,$libdir/postgis,/c/thesrc/pg15/regress/../postgis/libpostgis,g' <br />
                >> ../postgis/postgis.sql > postgis.sql<br />
                >> ./run_test: line 386: psql: command not found<br />
                >> Creating spatial db postgis_reg<br />
                >> ./run_test: line 393: createdb: command not found<br />
                >> ./run_test: line 394: createlang: command not found<br />
                >> ./run_test: line 413: psql: command not found<br />
                >> Something went wrong (no postgis installed in postgis_reg).<br />
                >> For details, check /tmp/pgis_reg_5252/regress_log<br />
                >> make[1]: *** [check] Error 1<br />
                >> make[1]: Leaving directory `/c/thesrc/pg15/regress'<br />
                >> make: *** [check] Error 2<br />
                >> /Nicklas<br />
                ><br />
                >Hmmm. If you add an "echo $(PATH)" at the top of the "make check" rule, <br />
                >does it correctly have an MSYS-style path to PGSQL_BINDIR at the front <br />
                >of the PATH?<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>