Re: [Libreoffice] Building on gentoo ...

2010-10-21 Thread Wols Lists
On 21/10/10 08:04, Sebastian Spaeth wrote: > On Thu, 21 Oct 2010 00:06:50 +0200, René Kjellerup wrote: I've dug a bit, found configure.in, and found AC_ARG_ENABLE(kde, [ --disable-kde Disables KDE native widgets.], ,) > While at it, would renaming kde to kde3 and kde4

Re: [Libreoffice] Building on gentoo ...

2010-10-21 Thread Sebastian Spaeth
On Thu, 21 Oct 2010 00:06:50 +0200, René Kjellerup wrote: > >> I've dug a bit, found configure.in, and found > >> > >> AC_ARG_ENABLE(kde, > >> [ > >> --disable-kde Disables KDE native widgets.], > >> ,) While at it, would renaming kde to kde3 and kde4 to kde (or keeping it at kde4) make sense. The

Re: [Libreoffice] Building on gentoo ...

2010-10-20 Thread René Kjellerup
As for disable it per default, look at another enable clause. But the quick glance at it tells me the then and else blocks needs to be reversed if test "z$enable_kde" != "zyes"; then else fi Hope it makes sense René On Oct 20, 2010 8:00 PM, "Wols Lists" wrote: > On 20/10/10 14:39, Wols Li

Re: [Libreoffice] Building on gentoo ...

2010-10-20 Thread Wols Lists
On 20/10/10 14:39, Wols Lists wrote: > On 20/10/10 08:28, Sebastian Spaeth wrote: >> On Tue, 19 Oct 2010 23:45:11 +0200, René Kjellerup >> wrote: >> >>> On the other matter unless you're still running kde 3 then you need >>> --disable-kde else the config will fail when it can't find Qt 3.x >> O

Re: [Libreoffice] Building on gentoo ...

2010-10-20 Thread Wols Lists
On 20/10/10 15:22, James L wrote: >> On 20/10/10 08:28, Sebastian Spaeth wrote: >>> On Tue, 19 Oct 2010 23:45:11 +0200, René Kjellerup >>> wrote: >>> On the other matter unless you're still running kde 3 then you need --disable-kde else the config will fail when it can't find Qt 3.x >

Re: [Libreoffice] Building on gentoo ...

2010-10-20 Thread James L
> On 20/10/10 08:28, Sebastian Spaeth wrote: >> On Tue, 19 Oct 2010 23:45:11 +0200, René Kjellerup >> wrote: >> >>> On the other matter unless you're still running kde 3 then you need >>> --disable-kde else the config will fail when it can't find Qt 3.x >> On that matter can, we please --disable

Re: [Libreoffice] Building on gentoo ...

2010-10-20 Thread Wols Lists
On 20/10/10 08:28, Sebastian Spaeth wrote: > On Tue, 19 Oct 2010 23:45:11 +0200, René Kjellerup > wrote: > >> On the other matter unless you're still running kde 3 then you need >> --disable-kde else the config will fail when it can't find Qt 3.x > On that matter can, we please --disable-kde by

Re: [Libreoffice] Building on gentoo ...

2010-10-20 Thread Sebastian Spaeth
On Tue, 19 Oct 2010 23:45:11 +0200, René Kjellerup wrote: > On the other matter unless you're still running kde 3 then you need > --disable-kde else the config will fail when it can't find Qt 3.x On that matter can, we please --disable-kde by default. I don't know of recent distros that ship kd

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread René Kjellerup
Yeah, I even tried installing junit too. On the other matter unless you're still running kde 3 then you need --disable-kde else the config will fail when it can't find Qt 3.x On Oct 19, 2010 10:01 PM, "Wols Lists" wrote: > On 18/10/10 23:34, René Kjellerup wrote: >> >> I've build on gentle, I had

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 2:32 PM, Wols Lists wrote: >  On 19/10/10 20:15, Norbert Thiebaud wrote: >> On Tue, Oct 19, 2010 at 2:07 PM, Wols Lists wrote: >>>  On 19/10/10 19:57, Norbert Thiebaud wrote: On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman wrote: >  On 18/10/10 23:34, René

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Wols Lists
On 18/10/10 23:34, René Kjellerup wrote: > > I've build on gentle, I had to disable kde to do so "--enable-kde=no > --enable-kde4=no --without-junit" > Hmm .. I've just hit the junit problem too - another little fix needed for the develop page ... > > The Bests > René > Cheers, Wol

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Wols Lists
On 19/10/10 20:15, Norbert Thiebaud wrote: > On Tue, Oct 19, 2010 at 2:07 PM, Wols Lists wrote: >> On 19/10/10 19:57, Norbert Thiebaud wrote: >>> On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman >>> wrote: On 18/10/10 23:34, René Kjellerup wrote: > I've build on gentle, I had to disa

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Wols Lists
On 19/10/10 19:57, Norbert Thiebaud wrote: > On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman > wrote: >> On 18/10/10 23:34, René Kjellerup wrote: >>> I've build on gentle, I had to disable kde to do so "--enable-kde=no >>> --enable-kde4=no --without-junit" >>> >> When my default use settings a

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman wrote: >  On 18/10/10 23:34, René Kjellerup wrote: >> >> I've build on gentle, I had to disable kde to do so "--enable-kde=no >> --enable-kde4=no --without-junit" >> > > When my default use settings are/were USE="-gtk -gnome" ? We are not talking

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Anthony Youngman
On 18/10/10 23:34, René Kjellerup wrote: > > I've build on gentle, I had to disable kde to do so "--enable-kde=no > --enable-kde4=no --without-junit" > When my default use settings are/were USE="-gtk -gnome" ? I'd rather fix the build problem so it works, not paper over the cracks :-) I'll see

Re: [Libreoffice] Building on gentoo ...

2010-10-18 Thread Norbert Thiebaud
On Mon, Oct 18, 2010 at 5:10 PM, Anthony Youngman wrote: >  Just tried to build libreoffice on gentoo. All the pre-requisites > should be there, given that I've done an "emerge openoffice". But it > falls over ... > > checking for Qt headers... no > configure: error: Qt headers not found.  Please

Re: [Libreoffice] Building on gentoo ...

2010-10-18 Thread René Kjellerup
I've build on gentle, I had to disable kde to do so "--enable-kde=no --enable-kde4=no --without-junit" The Bests René On Oct 19, 2010 12:29 AM, "Anthony Youngman" wrote: > Just tried to build libreoffice on gentoo. All the pre-requisites > should be there, given that I've done an "emerge openoffi

[Libreoffice] Building on gentoo ...

2010-10-18 Thread Anthony Youngman
Just tried to build libreoffice on gentoo. All the pre-requisites should be there, given that I've done an "emerge openoffice". But it falls over ... checking for Qt headers... no configure: error: Qt headers not found. Please specify the root of your Qt installation by exporting QTDIR before ru