--- On Fri, 10/14/11, Regina Henschel <[email protected]> wrote:
> From: Regina Henschel <[email protected]> > Subject: Re: How start to build AOOo on WinXP > To: [email protected] > Date: Friday, October 14, 2011, 4:17 PM > Hi Pedro, > > Pedro Giffuni schrieb: > > Hi; > > > > That has changed for everyone.. and has to be updated > in > > the guides. > > > > You need GNU autoconf : it generates the "configure" > > script. > > That is not clear to me. I have never used cygwin but a common development tool is autoconf. Perhaps it's here: http://sourceware.org/autobook/autobook/autobook_244.html In your root directory there should be a file called "configure.in". In that directory you type: autoconf and it will creat the configure script. Then you go on like before... > For OOo I had used > > ./configure \ > --with-directx-home="/cygdrive/c/Programme/Microsoft > DirectX SDK (March 2009)" \ > --with-cl-home="/cygdrive/c/Programme/Microsoft Visual > Studio 9.0/VC" \ > --disable-activex \ > --disable-build-mozilla \ > --disable-nss-module \ > --disable-atl \ > --disable-binfilter \ > --disable-odk \ > --with-frame-home="/cygdrive/c/Programme/Microsoft > SDKs/Windows/v6.1" \ > --with-psdk-home="/cygdrive/c/Programme/Microsoft > SDKs/Windows/v6.1" \ > --with-midl-path="/cygdrive/c/Programme/Microsoft > SDKs/Windows/v6.0A/bin" \ > --with-asm-home="/cygdrive/c/Programme/Microsoft Visual > Studio 9.0/VC/bin" \ > --with-jdk-home="/cygdrive/c/Programme/Java/jdk1.6.0_20" > \ > > --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" > \ > --with-ant-home=/ant \ > --without-junit > ... cheers, Pedro.
