My adventure continues. I managed to build a working OOo 2.4.0 binary, and
I'm now rebuilding with --enable-debug, --enable-symbols
and --enable-dbgutil so I can set breakpoints & start debugging.
The pre-built Mozilla debug libraries link against msvcr71d.dll &
msvcp71d.dll which I don't have, since they're from VC++ .NET 2003. I can't
build them myself, because Mozilla doesn't build with the VC++ 2005
compiler, as noted at
http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites_on_the_1.7_and_1.8_Branches#Compiler_.26_Linker.
I don't need the Mozilla functionality for what I want to do, but
configure --disable-mozilla doesn't work on Windows at present as described
in
http://www.openoffice.org/issues/show_bug.cgi?id=47225. It causes the build
to fail in xmlsecurity.
Is there a patch available to fix --disable-mozilla on Windows? Even a
makefile hack to get past xmlsecurity would do for now.
For reference, here's my complete configure setup:
./configure --disable-mozilla --disable-binfilter --disable-activex
--disable-directx
\
--enable-symbols \
--enable-debug \
--enable-dbgutil \
--with-lang=en-US \
--with-win32 --with-use-shell=bash \
--with-cl-home="/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC" \
--with-midl-path="/cygdrive/c/Program Files/Microsoft Platform SDK/bin" \
--with-frame-home="/cygdrive/c/Program Files/Microsoft Visual Studio
8/SDK/v2.0" \
--with-psdk-home="/cygdrive/c/Program Files/Microsoft Platform SDK" \
--with-ant-home="/cygdrive/c/OOsrc/apache-ant-1.7.0" \
--with-csc-path="/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727"
DISABLE_ACTIVEX=TRUE
DISABLE_ATL=TRUE
export DISABLE_ACTIVEX DISABLE_ATL
Thanks,
Graham
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]