Re: build breaker/Issue 126449/ svx module

2015-08-31 Thread Don Lewis
On 30 Aug, To: dev@openoffice.apache.org wrote: > On 29 Aug, Don Lewis wrote: >> On 14 Aug, Andrea Pescetti wrote: >>> Is this related to https://bz.apache.org/ooo/show_bug.cgi?id=125475 >>> (where a patch by Ariel is available, but operates at a C++ code level >>> and not at a Makefile level)?

Re: build breaker/Issue 126449/ svx module

2015-08-30 Thread Don Lewis
On 29 Aug, Don Lewis wrote: > On 14 Aug, Andrea Pescetti wrote: >> On 09/08/2015 Don Lewis wrote: >>> Looks like you are compiling with gcc 4.9. I ran into this same problem >>> on FreeBSD and worked around it by changing the "-Os" optimization flag >>> ... This is a gcc bug, see: >>> https://gcc.

Re: build breaker/Issue 126449/ svx module

2015-08-29 Thread Don Lewis
On 14 Aug, Andrea Pescetti wrote: > On 09/08/2015 Don Lewis wrote: >> Looks like you are compiling with gcc 4.9. I ran into this same problem >> on FreeBSD and worked around it by changing the "-Os" optimization flag >> ... This is a gcc bug, see: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65

Re: build breaker/Issue 126449/ svx module

2015-08-14 Thread Andrea Pescetti
On 09/08/2015 Don Lewis wrote: Looks like you are compiling with gcc 4.9. I ran into this same problem on FreeBSD and worked around it by changing the "-Os" optimization flag ... This is a gcc bug, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009 This looks like very valuable informatio

Re: build breaker/Issue 126449/ svx module

2015-08-13 Thread Martin Bakker
Hi Don, your assumption is correct: gcc (Debian 4.9.2-10) 4.9.2 and the solution did solve this problem. cheers Martin - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@ope

Re: build breaker/Issue 126449/ svx module

2015-08-09 Thread Don Lewis
On 8 Aug, Martin Bakker wrote: > Hi There, > > I'm a developer using AOO in some of my applications. > To debug some AOO problems I decided to build AOO with symbols to try and > find a solution. > I followed the instructions on how to build but got stuck when trying to > build the svx modul

build breaker/Issue 126449/ svx module

2015-08-08 Thread Martin Bakker
Hi There, I'm a developer using AOO in some of my applications. To debug some AOO problems I decided to build AOO with symbols to try and find a solution. I followed the instructions on how to build but got stuck when trying to build the svx module. used svn to get fresh start and tried bui