[Libreoffice] cannot build with ATL, cannot build without

Caolán McNamara caolanm at redhat.com
Tue Sep 6 02:06:00 PDT 2011


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.



More information about the LibreOffice mailing list