HI! I have some problem when I build OOo on WindowsXP with cygwin. Here are the error messages: checking whether ant is >= 1.6.0... cygpath: can't convert empty path ./configure: line 27670: test: tools: integer expression expected configure: error: no, you need at least ant >= 1.6.0
But I already installed Apache-ant 1.7.1 $ ant -version Apache Ant version 1.7.1 compiled on June 27 2008 And it's same result when I use Apache-ant 1.6.5 The environment variables I set are: $ echo $ANT_HOME c:\ant $ echo $JAVA_HOME C:\Program Files\Java\jdk1.6.0_16 $ echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdri ve/c/WINDOWS:/cygdrive/c/WINDOWS/system32/wbem:/cygdrive/c/Program Files/Invente c/Dreye/DreyeSA/DreyeTTs/eTTS:/cygdrive/c/Program Files/Java/jdk1.6.0_16/bin:/cy gdrive/c/Program Files/QuickTime/QTSystem:/cygdrive/c/Program Files/Microsoft SQ L Server/90/Tools/binn/:/cygdrive/c/java/jdk1.6.0_16/:/cygdrive/c/ant/bin I can't figure out the solution. Thanks help
