On Tue, 2011-09-06 at 08:51 +0200, Noel Grandin wrote:
Hi Regina
I'm using Visual Studio 2008 Express Edition and my configure
parameters are:
$ ./configure --without-junit
--with-ant-home=/cygdrive/c/Components/apache-ant-1.8.0/
--disable-mozilla --disable-activex-component
Firstly, perhaps you need --disable-activex and not
--disable-activex-component when building with vc2008
You said in some other mail that you had --disable-atl as well but also
a build error in extensions/source/ole
if you look at extensions/source/ole/makefile.mk it has...
.IF "$(GUI)" == "WNT" && "$(DISABLE_ATL)"==""
stuff to build
.ENDIF
so lets see what your DISABLE_ATL env variable is, i.e.
grep DISABLE_ATL ./Env.Host.sh
should state DISABLE=ATL=TRUE if the --disable-atl flag to configure was
set and worked as its supposed to
C.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.