I&#39;m trying to build on Windows Vista, following the directions at:<br><br><a href="http://wiki.documentfoundation.org/Development/Native_Build#Partial_build">http://wiki.documentfoundation.org/Development/Native_Build#Partial_build</a><br>
and<br><a href="http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies">http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies</a><br><br>When I run make for the first time, I get to a point where it tells me there are possibly problems in libxml2, lpsolve, curl, or openssl.<br>
<br>The development wiki tells me I should issue commands like:<br>$ source *<a href="http://Env.Set.sh">Env.Set.sh</a><br>$ cd libxml2<br>$ rm - r $INPATH ; deliver -delete<br>$ build<br><br>But those commands give me errors like these below:<br>
$ source *<a href="http://Env.Set.sh">Env.Set.sh</a><br>bash: *<a href="http://Env.Set.sh">Env.Set.sh</a>: No such file or directory<br><br>
$ cd libxml2<br><br>
$ rm -r $INPATH ; deliver -delete<br>rm: missing operand<br>Try `rm --help&#39; for more information.<br>bash: deliver: command not found<br><br>
$ build<br>
bash: build: command not found<br><br>Could anyone give me any suggestions of Windows/Cygwin-specific commands I should be using to build modules that report errors?<br><br>Thanks,<br>Jeremy<br>