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. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice