Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Caolán

Thanks, that was the magic sauce. My new configure command line is

$ ./configure --without-junit --with-ant-home=/cygdrive/c/Components/apache-ant-1.8.0/ 
--disable-mozilla
--disable-activex --disable-atl

And the build is now making it's way past the extensions folder.

Could someone perhaps update the
http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies
wiki page?

Thanks for all the help, this is a great team!

Regards, Noel Grandin


Caolán McNamara wrote:
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.



Disclaimer: http://www.peralex.com/disclaimer.html



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.