[Libreoffice] cannot build with ATL, cannot build without

Noel Grandin noel at peralex.com
Tue Sep 6 02:28:24 PDT 2011


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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110906/058571be/attachment.htm>


More information about the LibreOffice mailing list