I am trying to build OOO320_m14 on Windows in CygWin 1.5.25 Here is my configure:
./configure \ --disable-nss-module \ --with-use-shell=bash \ --disable-activex \ --disable-directx \ --disable-epm \ --disable-atl \ --disable-build-mozilla \ --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC" \ --with-ant-home="/cygdrive/c/Winapps/Java/ant" \ --with-frame-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v6.1" \ --with-psdk-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v6.1" \ --with-midl-path="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v6.1/Bin" \ --with-asm-home="/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/Bin" \ --with-jdk-home="/cygdrive/c/Winapps/Java/jdk16" \ --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" After running dmake I get this error: dmake: makefile.mk: line 3: Warning: -- Duplicate target [OR] dmake: makefile.mk: line 3: Error: -- Expecting macro or rule defn, found neither Can somebody help me with this?