Re: 4.2.0: Build for ARM

2017-11-28 Thread Damjan Jovanovic
Not sure about the Arduino, but the Raspberry Pi is usable as a desktop computer, with a keyboard/mouse/screen. On Wed, Nov 29, 2017 at 12:26 AM, Peter kovacs wrote: > How can anduino and rasperry machines referred to? > > Am 28. November 2017 10:55:21 MEZ schrieb Damjan

Re: a more sane way to override optimization flags in gbuild

2017-11-28 Thread Don Lewis
On 28 Nov, Jim Jagielski wrote: > Wouldn't it make sense to do something like LOCAL_CFLAGS which > could then be manipulated?... It depends on what the goal is. What would be nice is if debug flags and optimization flags could be specified from the environment in CFLAGS to override the defaults,

Re: Fwd: [apache/openoffice] Fix typo (#4)

2017-11-28 Thread Peter kovacs
I think they are only read-only. I do not have any way in manipulating requests on GitHub. So the only way is to do what you did. Am 28. November 2017 23:44:28 MEZ schrieb Matthias Seidel : >Anyway, this is a pull request for AOO415! >Should we make the branches

Re: 4.2.0: Build for ARM

2017-11-28 Thread Peter kovacs
How can anduino and rasperry machines referred to? Am 28. November 2017 10:55:21 MEZ schrieb Damjan Jovanovic : >What do you mean by category? > >On Tue, Nov 28, 2017 at 11:21 AM, Peter kovacs >wrote: > >> What's the category for those? >> >> Am 28. November

Re: Fwd: [apache/openoffice] Fix typo (#4)

2017-11-28 Thread Matthias Seidel
Anyway, this is a pull request for AOO415! Should we make the branches "read-only" on Github? I will correct the typo in trunk. And a second one I found in the same comment... ;-) Regards, Matthias Am 28.11.2017 um 20:53 schrieb Matthias Seidel: > > We have a new pull request on Github... > >

Fwd: [Solved] Graphs are blank after upgrading to 4.1.4 (Mac OS)

2017-11-28 Thread Hoogeveen, Rick
Hello, Rory recommended I send this feedback to this address. Please see below. Context: I am the author of the post with the title listed in this message’s Subject line. I’ve been trying out the fix that hasn’t been made available due to the issues it caused in Base. I haven’t had any

Fwd: [apache/openoffice] Fix typo (#4)

2017-11-28 Thread Matthias Seidel
We have a new pull request on Github... Just out of interest: If we would review and approve this (small) patch, would it become visible in subversion? Regards, Matthias Weitergeleitete Nachricht Betreff:[apache/openoffice] Fix typo (#4) Datum: Tue, 28 Nov 2017

Re: a more sane way to override optimization flags in gbuild

2017-11-28 Thread Jim Jagielski
Wouldn't it make sense to do something like LOCAL_CFLAGS which could then be manipulated?... What I might do is commit this and then work on that ;) > On Nov 28, 2017, at 4:42 AM, Don Lewis wrote: > > Here's a gbuild patch vs. trunk r1816518 that makes setting optimization

Re: 4.2.0: Build for ARM

2017-11-28 Thread Damjan Jovanovic
What do you mean by category? On Tue, Nov 28, 2017 at 11:21 AM, Peter kovacs wrote: > What's the category for those? > > Am 28. November 2017 08:42:17 MEZ schrieb Damjan Jovanovic < > dam...@apache.org>: > >Raspberry Pis? > > > >On Tue, Nov 28, 2017 at 9:41 AM, Peter kovacs

a more sane way to override optimization flags in gbuild

2017-11-28 Thread Don Lewis
Here's a gbuild patch vs. trunk r1816518 that makes setting optimization level overrides for specific files a lot easier. I also added a way to safely specify -O1 without breaking debug. It's not perfect because if someone set CXXFLAGS in the environment, it will override the override in the .mk

Re: 4.2.0: Build for ARM

2017-11-28 Thread Peter kovacs
What's the category for those? Am 28. November 2017 08:42:17 MEZ schrieb Damjan Jovanovic : >Raspberry Pis? > >On Tue, Nov 28, 2017 at 9:41 AM, Peter kovacs wrote: > >> Maybe the patch is interesting to AndroOffice? Anyone from them on >our >> list? >> >> In