Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-20 Thread Damjan Jovanovic
Pleasure :). Committed in r1827295. On Tue, Mar 20, 2018 at 1:13 PM, Matthias Seidel wrote: > Works for me. > > Thanks! > > Am 20.03.2018 um 11:46 schrieb Damjan Jovanovic: > > Does this patch help? > > (Remember to re-run "autoconf") > > On Tue, Mar 20, 2018 at

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-20 Thread Matthias Seidel
Works for me. Thanks! Am 20.03.2018 um 11:46 schrieb Damjan Jovanovic: > Does this patch help? > > (Remember to re-run "autoconf") > > On Tue, Mar 20, 2018 at 12:32 PM, Matthias Seidel > > wrote: > > Something is broken here

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-20 Thread Damjan Jovanovic
Does this patch help? (Remember to re-run "autoconf") On Tue, Mar 20, 2018 at 12:32 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > Something is broken here (even with r1827253)... > > When doing configure (on Windows) I get: > > ./configure: line 8147: syntax error near unexpected

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-20 Thread Matthias Seidel
Something is broken here (even with r1827253)... When doing configure (on Windows) I get: ./configure: line 8147: syntax error near unexpected token `)' ./configure: line 8147: `   MSC)' Regards,    Matthias Am 19.03.2018 um 23:56 schrieb Jim Jagielski: > >> On Mar 19, 2018, at 6:47 PM,

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Don Lewis
On 19 Mar, Jim Jagielski wrote: > The later doesn't help w/ the bridges stuff :/ > > I'll try to figure out where the gcc3 is leaking in and plug that. It is probably leaking in via the environment. Did you rerun the script to set the environment after re-running autoconf and configure? In any

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Jim Jagielski
The later doesn't help w/ the bridges stuff :/ I'll try to figure out where the gcc3 is leaking in and plug that. > On Mar 19, 2018, at 8:10 PM, Don Lewis wrote: > > Either go back to the earlier code and change the equality test to a > case statement that matches darwin*,

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Don Lewis
Either go back to the earlier code and change the equality test to a case statement that matches darwin*, or change the other instances of s5abi to gcc3. On 19 Mar, Jim Jagielski wrote: > OK, so what do I do? How to fix this? Any ideas? > >> On Mar 19, 2018, at 7:58 PM, Don Lewis

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Jim Jagielski
OK, so what do I do? How to fix this? Any ideas? > On Mar 19, 2018, at 7:58 PM, Don Lewis wrote: > > On 19 Mar, Jim Jagielski wrote: >> Yeah, I see that now... Before my commits, the macOS builds >> broke mid-stream, due to the rdbmaker stuff, et.al... as could >> be seen,

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Don Lewis
On 19 Mar, Jim Jagielski wrote: > Yeah, I see that now... Before my commits, the macOS builds > broke mid-stream, due to the rdbmaker stuff, et.al... as could > be seen, there was places where macOS was using/expecting > gcc3 and others where it was s5abi. 4.1.5 seemed to use > s5abi universally,

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Jim Jagielski
Yeah, I see that now... Before my commits, the macOS builds broke mid-stream, due to the rdbmaker stuff, et.al... as could be seen, there was places where macOS was using/expecting gcc3 and others where it was s5abi. 4.1.5 seemed to use s5abi universally, but so the issue was/is gcc3 slipping in

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Don Lewis
On 19 Mar, Jim Jagielski wrote: > > >> On Mar 19, 2018, at 6:47 PM, Don Lewis wrote: >> >> I don't think this is correct. As I recall the bridges code for Mac >> uses s5abi. >> > > As long as we remain consistent, we should be OK... Defaulting > to gcc3 seems to work

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Jim Jagielski
> On Mar 19, 2018, at 6:47 PM, Don Lewis wrote: > > I don't think this is correct. As I recall the bridges code for Mac > uses s5abi. > As long as we remain consistent, we should be OK... Defaulting to gcc3 seems to work better.

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-19 Thread Don Lewis
On 19 Mar, j...@apache.org wrote: > Author: jim > Date: Mon Mar 19 16:53:04 2018 > New Revision: 1827215 > > URL: http://svn.apache.org/viewvc?rev=1827215=rev > Log: > Use gcc3 for COMID for macOS/OSX > > Modified: > openoffice/trunk/main/configure.ac >