The build_default.txt log indicates that a copy of "sed" could not be found on the path. The requirement to have sed and patch is listed at the top of INSTALL. I'd recommend installing cygwin (http:// www.cygwin.com) and placing it on the path (but after MSVC so that MSVC's link will be used instead of Cygwin's). When installing Cygwin, press the View button to go into Full view and then check that patchutil and sed are selected for installation.

Before running ant, check that sed, patch and link are all present. Do something like:

path c:\cygwin\bin;%PATH%
"c:\program files\microsoft visual studio 2001\vc7\bin\vcvars32"
sed -h   ' should return an illegal option message
patch -version ' should return a version and copyright notice
link /? ' should return a Microsoft copyright and list of options (if you get "Too few arguments, you have cygwin on path first).


The second is funky. Looks as if the tests/output directory may have been deleted. I would have thought that it would have failed in the same way as the first run.




On May 23, 2006, at 9:49 AM, Arunkumar wrote:

<build_default.txt>

Reply via email to