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
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
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:
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
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
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