Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Leslie Jensen
2012-06-06 16:32, Warren Block skrev: On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote: Hello all... finally I track down the problem with libreoffice, the problem is with the boost headers and files You MUST use the boost that comes with libreoffice, but somehow the makefiles searches /usr

Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Rainer Hurling
On 06.06.2012 17:21 (UTC+2), Baptiste Daroussin wrote: On 06.06.2012 17:21 (UTC+2), Baptiste Daroussin wrote: On Wed, Jun 06, 2012 at 04:54:18PM +0200, Rainer Hurling wrote: On 06.06.2012 16:32 (UTC+2), Warren Block wrote: On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote: Hello all... finall

Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Baptiste Daroussin
On Wed, Jun 06, 2012 at 04:54:18PM +0200, Rainer Hurling wrote: > On 06.06.2012 16:32 (UTC+2), Warren Block wrote: > > On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote: > > > >> Hello all... > >> finally I track down the problem with libreoffice, > >> the problem is with the boost headers and file

Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Rainer Hurling
On 06.06.2012 16:32 (UTC+2), Warren Block wrote: On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote: Hello all... finally I track down the problem with libreoffice, the problem is with the boost headers and files You MUST use the boost that comes with libreoffice, but somehow the makefiles sear

Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Warren Block
On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote: Hello all... finally I track down the problem with libreoffice, the problem is with the boost headers and files You MUST use the boost that comes with libreoffice, but somehow the makefiles searches /usr/local/include/* Solution: remove (temp

Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Baptiste Daroussin
On Wed, Jun 06, 2012 at 12:51:16AM -0300, Sergio de Almeida Lenzi wrote: > Hello all... > finally I track down the problem with libreoffice, > the problem is with the boost headers and files > > You MUST use the boost that comes with libreoffice, > but somehow the makefiles searches /usr/local/inc

Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Hiroto Kagotani
Hi 2012/6/6 Sergio de Almeida Lenzi : > You MUST use the boost that comes with libreoffice, > but somehow the makefiles searches /usr/local/include/* Thank you for pointing out the problem. To make the priority of /usr/local/include lower than those from libreoffice, remove CPPFLAGS and LDFLAGS

Re: make failed for editors/libreoffice SOLVED

2012-06-05 Thread Kevin Oberman
On Tue, Jun 5, 2012 at 8:51 PM, Sergio de Almeida Lenzi wrote: > Hello all... > finally I track down the problem with libreoffice, > the problem is with the boost headers and files > > You MUST use the boost that comes with libreoffice, > but somehow the makefiles searches /usr/local/include/* > >

Re: make failed for editors/libreoffice SOLVED

2012-06-05 Thread Sergio de Almeida Lenzi
Hello all... finally I track down the problem with libreoffice, the problem is with the boost headers and files You MUST use the boost that comes with libreoffice, but somehow the makefiles searches /usr/local/include/* Solution: remove (temporary) boost-lib, boost-jam, then go to the editors/l