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)?
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.
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
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
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
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
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