I am having persistent problems building 4.1.7. The problems also apply
to 4.1.3.

A complete build from clean works, but takes many hours. A build without
cleaning always fails in comphelper.

I have uploaded a typical log file to http://www.patriciashanahan.com/apache/log3.txt. My configure parameters are attached.

Any suggestions?


--
This email has been checked for viruses by AVG.
https://www.avg.com
SDK_PATH="C:/PROGRA~1/MICROS~1/Windows/v7.0"
WDK_HOME="/cygdrive/c/WinDDK/7600.16385.1"
./configure \
    --with-build-version="$(date +"%Y-%m-%d %H:%M")" \
    --with-frame-home="$SDK_PATH" \
    --with-psdk-home="$SDK_PATH" \
    --with-midl-path="$SDK_PATH/bin" \
    --with-ant-home="/cygdrive/c/ant/apache-ant-1.9.14" \
    --with-jdk-home="C:/PROGRA~2/Java/JDK17~1.0_8" \
    --with-csc-path="C:/Windows/Microsoft.NET/Framework/v3.5" \
    --with-cl-home="C:/PROGRA~2/MICROS~1.0/VC" \
    --with-asm-home="C:/PROGRA~2/MICROS~1.0/VC/bin" \
    --with-atl-include-dir="$WDK_HOME/inc/atl71" \
    --with-atl-lib-dir="$WDK_HOME/lib/atl/i386" \
    --with-mfc-include-dir="$WDK_HOME/inc/mfc42" \
    --with-mfc-lib-dir="$WDK_HOME/lib/mfc/i386" \
    
--with-dmake-url="https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
 \
    --with-directx-home="C:\Microsoft_DirectX_SDK_June_2010" \
    --enable-win-x64-shellext \
    --enable-wiki-publisher \
    --without-junit \
    --without-stlport \
    --with-mozilla-build="/cygdrive/c/mozilla-build" \
    --enable-category-b \
    --with-lang="en-US" \
    --enable-bundled-dictionaries \
    --with-packager-list=/cygdrive/c/Source/Pack.lst \
    --with-nsis-path="C:/NSIS" \
    --with-package-format="installed"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to