You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Oliver Brinzing <Ol...@gmx.de> on 2016/12/28 16:34:02 UTC

problems building trunk with options: --enable-pch // --enable-win-x64-shellext

i started with aoo414 branch debug build and it worked.

then i tried to build from trunk, but failed, until i disabled "--enable-pch".

but build always stopped in module "extensions",  source/activex/main,
already reported:
windows build breaks in module extensions - activex
https://bz.apache.org/ooo/show_bug.cgi?id=126996

i removed "--enable-win-x64-shellext", and build finished successful.
"enable-win-x64-shellext" seems to set BUILD_X64="TRUE".

i noticed, our win buildbots do not use "enable-win-x64-shellext" too.

my configuration:
./configure \
--with-dmake-url="http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2" \
--with-ant-home="/cygdrive/c/build/ant" \
--with-mozilla-build="/cygdrive/c/build/mozilla-build" \
--with-frame-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
--with-psdk-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
--with-midl-path="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0/bin" \
--with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/VC"  \
--with-mspdb-path="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE" \
--with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin" \
--with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
--with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0"  \
--with-nsis-path="/cygdrive/c/Program Files (x86)/NSIS" \
--with-directx-home="/cygdrive/c/Program Files (x86)/Microsoft DirectX SDK (June 2010)" \
--with-atl-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/atl71" \
--with-atl-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386" \
--with-mfc-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42" \
--with-mfc-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386" \
--with-package-format="installed msi" \
--enable-category-b \
--enable-bundled-dictionaries \
--with-lang="de" \
--without-stlport \
--without-junit \
--enable-verbose \
--disable-odk \
--without-fonts \
--disable-online-update \
--disable-strip-solver \
--enable-symbols \
--enable-dbgutil \
--enable-crashdump \
--enable-debug

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


Re: problems building trunk with options: --enable-pch // --enable-win-x64-shellext

Posted by Oliver Brinzing <Ol...@gmx.de>.
Hi Raphael,

I'm afraid I must disappoint you, but I never worked for SUN/Staroffice, maybe you've got me confused with someone else

Oliver


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


Re: problems building trunk with options: --enable-pch // --enable-win-x64-shellext

Posted by Raphael Bircher <rb...@gmail.com>.
Hi Oliver,

I have to look twice, as I read your name. Do you get homesick? For all 
newer one. Oliver Brinzing was a engeneer at the SUN 
StarOffice/OpenOffice team.


Am 12/28/2016 um 5:34 PM schrieb Oliver Brinzing:
> i started with aoo414 branch debug build and it worked.
>
> then i tried to build from trunk, but failed, until i disabled 
> "--enable-pch".
>
> but build always stopped in module "extensions", source/activex/main,
> already reported:
> windows build breaks in module extensions - activex
> https://bz.apache.org/ooo/show_bug.cgi?id=126996
>
> i removed "--enable-win-x64-shellext", and build finished successful.
> "enable-win-x64-shellext" seems to set BUILD_X64="TRUE".
>
> i noticed, our win buildbots do not use "enable-win-x64-shellext" too.
>
> my configuration:
> ./configure \
> --with-dmake-url="http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2" 
> \
> --with-ant-home="/cygdrive/c/build/ant" \
> --with-mozilla-build="/cygdrive/c/build/mozilla-build" \
> --with-frame-home="/cygdrive/c/Program Files/Microsoft 
> SDKs/Windows/v7.0" \
> --with-psdk-home="/cygdrive/c/Program Files/Microsoft 
> SDKs/Windows/v7.0" \
> --with-midl-path="/cygdrive/c/Program Files/Microsoft 
> SDKs/Windows/v7.0/bin" \
> --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual 
> Studio 9.0/VC"  \
> --with-mspdb-path="/cygdrive/c/Program Files (x86)/Microsoft Visual 
> Studio 9.0/Common7/IDE" \
> --with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual 
> Studio 9.0/VC/bin" \
> --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
> --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0"  \
> --with-nsis-path="/cygdrive/c/Program Files (x86)/NSIS" \
> --with-directx-home="/cygdrive/c/Program Files (x86)/Microsoft DirectX 
> SDK (June 2010)" \
> --with-atl-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/atl71" \
> --with-atl-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386" \
> --with-mfc-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42" \
> --with-mfc-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386" \
> --with-package-format="installed msi" \
> --enable-category-b \
> --enable-bundled-dictionaries \
> --with-lang="de" \
> --without-stlport \
> --without-junit \
> --enable-verbose \
> --disable-odk \
> --without-fonts \
> --disable-online-update \
> --disable-strip-solver \
> --enable-symbols \
> --enable-dbgutil \
> --enable-crashdump \
> --enable-debug
I'm a bit shocked, about the big list of configuration it needs to build 
from Windows.

Have a nice day
Raphael



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