Re: PATCH build errors on Ubuntu 10.04

2012-02-09 Thread Michael Meeks
On Wed, 2012-02-08 at 16:44 +0100, Alexander Bergmann wrote: > Now --without-doxygen and --disable-odk look like they can be used, > too. Probably --disable-mozilla as well? Yep. > I guess it might be a good idea, to have a switch --minimal, which > disables all switches, which are not n

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Michael Stahl
On 08/02/12 16:58, Rene Engelhard wrote: > Hi, > > On Wed, Feb 08, 2012 at 04:44:00PM +0100, Alexander Bergmann wrote: >>which are enabled by default, but can be disabled pretty safely. Some of >>them --disable-epm, --without-junit and --without-java were documented in >>the wiki: [1]h

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Rene Engelhard
Hi, On Wed, Feb 08, 2012 at 04:44:00PM +0100, Alexander Bergmann wrote: >which are enabled by default, but can be disabled pretty safely. Some of >them --disable-epm, --without-junit and --without-java were documented in >the wiki: [1]http://wiki.documentfoundation.org/Development/How_

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Alexander Bergmann
Hi Michael, from what I read here makes me feel like there are couple of switches, which are enabled by default, but can be disabled pretty safely. Some of them --disable-epm, --without-junit and --without-java were documented in the wiki: http://wiki.documentfoundation.org/Development/How_to_

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Rene Engelhard
Hi, On Wed, Feb 08, 2012 at 02:47:21PM +, Michael Meeks wrote: > On Wed, 2012-02-08 at 15:11 +0200, Noel Grandin wrote: > > On 2012-02-08 14:54, Rene Engelhard wrote: > > > Seriously, if someone can't install doxygen when configure errors out > > > because doxygen is not there... > > > > The

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Michael Meeks
On Wed, 2012-02-08 at 15:11 +0200, Noel Grandin wrote: > On 2012-02-08 14:54, Rene Engelhard wrote: > > Seriously, if someone can't install doxygen when configure errors out > > because doxygen is not there... > > The list of things to do for building LO is pretty steep for a first > timer. Ind

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Rene Engelhard
Hi. On Wed, Feb 08, 2012 at 02:58:36PM +0100, Christian Lohmaier wrote: > > Now multiply this by a dozen other settings, and you begin to see the > > problem. > > I don't know the debian dependencies, but as most of the download in > your case is TeX, just leave that out. It only creates html, no

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Christian Lohmaier
Hi Noel, *, On Wed, Feb 8, 2012 at 2:26 PM, Noel Grandin wrote: > On 2012-02-08 15:15, Rene Engelhard wrote: >> >> Nonssense. What is hard on "No doxygen ther". to "apt-get install >> doxygen"? Right, nothing. > > This is what I get - it needs to do 400M of downloads - please tell me which > piec

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Alexander Bergmann
Hi Noel, apparently the package doxygen recommends to install texlive as well. Try this: $ sudo apt-get install --no-install-recommends doxygen Best regards, Alexander ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Rene Engelhard
On Wed, Feb 08, 2012 at 03:26:55PM +0200, Noel Grandin wrote: > On 2012-02-08 15:15, Rene Engelhard wrote: > >Nonssense. What is hard on "No doxygen ther". to "apt-get install > >doxygen"? Right, nothing. > > This is what I get - it needs to do 400M of downloads - please tell > me which pieces it

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Noel Grandin
On 2012-02-08 15:15, Rene Engelhard wrote: Nonssense. What is hard on "No doxygen ther". to "apt-get install doxygen"? Right, nothing. This is what I get - it needs to do 400M of downloads - please tell me which pieces it needs and does not need. Now multiply this by a dozen other settings,

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Rene Engelhard
Hi, On Wed, Feb 08, 2012 at 03:11:18PM +0200, Noel Grandin wrote: > On 2012-02-08 14:54, Rene Engelhard wrote: > >Seriously, if someone can't install doxygen when configure errors > >out because doxygen is not there... > > The list of things to do for building LO is pretty steep for a first > tim

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Noel Grandin
On 2012-02-08 14:54, Rene Engelhard wrote: Seriously, if someone can't install doxygen when configure errors out because doxygen is not there... The list of things to do for building LO is pretty steep for a first timer. Individually it may not seem like much, but when you've gone back to

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Rene Engelhard
On Sun, Feb 05, 2012 at 03:18:13PM -0600, Norbert Thiebaud wrote: > On Sun, Feb 5, 2012 at 12:05 PM, Gert van Valkenhoef > wrote: > > Dear LibreOffice developers, > > 2) There is no build-dep on doxygen (ppa libreoffice), but LibreOffice won't > > build without it > > it will if you specify --wit

Re: PATCH build errors on Ubuntu 10.04

2012-02-06 Thread Stephan Bergmann
On 02/05/2012 10:18 PM, Norbert Thiebaud wrote: On Sun, Feb 5, 2012 at 12:05 PM, Gert van Valkenhoef wrote: Dear LibreOffice developers, 2) There is no build-dep on doxygen (ppa libreoffice), but LibreOffice won't build without it it will if you specify --without-doxygen but sure, it would

Re: PATCH build errors on Ubuntu 10.04

2012-02-06 Thread Stephan Bergmann
On 02/05/2012 07:05 PM, Gert van Valkenhoef wrote: 1) Compile error in l10ntools/source/lngex.cxx (see below) Fixed with Josh's fix now (which came in concurrently). Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

Re: PATCH build errors on Ubuntu 10.04

2012-02-05 Thread Norbert Thiebaud
On Sun, Feb 5, 2012 at 12:05 PM, Gert van Valkenhoef wrote: > Dear LibreOffice developers, > 2) There is no build-dep on doxygen (ppa libreoffice), but LibreOffice won't > build without it it will if you specify --without-doxygen but sure, it would be nice if the distribution's dep package would

PATCH build errors on Ubuntu 10.04

2012-02-05 Thread Gert van Valkenhoef
Dear LibreOffice developers, I've checked out the LibreOffice git repository and followed the build instructions. This revealed two problems: 1) Compile error in l10ntools/source/lngex.cxx (see below) 2) There is no build-dep on doxygen (ppa libreoffice), but LibreOffice won't build without i