Re: [Libreoffice] cannot build with ATL, cannot build without

2011-09-06 Thread Noel Grandin
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 p

Re: [Libreoffice] cannot build with ATL, cannot build without

2011-09-06 Thread Caolán McNamara
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 Firs

Re: [Libreoffice] cannot build with ATL, cannot build without

2011-09-05 Thread Noel Grandin
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 Thanks, Noel. Regina Henschel wrote: > Hi Noel, > > Noel Grandin schrieb:

Re: [Libreoffice] cannot build with ATL, cannot build without

2011-09-05 Thread Noel Grandin
Spoke too soon, build still breaking. Sigh. Noel Grandin wrote: > In desperation, I managed to solve this by doing > > export DISABLE_ATL=TRUE > export DISABLE_ACTIVEX=TRUE > > But why does configure not automatically set those variables, since I > specified --disable-atl and --disable-activex on

Re: [Libreoffice] cannot build with ATL, cannot build without

2011-09-05 Thread Noel Grandin
In desperation, I managed to solve this by doing export DISABLE_ATL=TRUE export DISABLE_ACTIVEX=TRUE But why does configure not automatically set those variables, since I specified --disable-atl and --disable-activex on the configure command line? Thanks, Noel Noel Grandin wrote: > Hi > > I'm

[Libreoffice] cannot build with ATL, cannot build without

2011-09-05 Thread Noel Grandin
Hi I'm trying to build LibreOffice on Windows7. At the moment, I'm stuck on an ATL problem. I've tried disabling atl (--disable-atl), but that doesn't help because stuff in /extensions/source/ole still tries to include atlbase.h I've tried using the Windows Server 2003 R2 SDK, but then I get an e