Re: sdk configuration on macos

2020-07-21 Thread Jim Jagielski
The behavior is intended for ASF community builds. You are certainly able to adjust the scripts to allow for a more personalized build > On Jul 16, 2020, at 10:15 AM, Hyeon Lee wrote: > > > > > Hi, I'm building the office on macos 10.15. > I found out that the configure only supports

Re: sdk configuration on macos

2020-07-18 Thread Peter Kovacs
I think in the end it needs to run on a mac OSx Lion, because we claim it will. So if recent targets build a Version that installs and works with MacOSx Lion, we could simplify our build setup for Macs. All the Best Peter Am 18.07.20 um 10:34 schrieb Hyeon Lee: Thanks for the replies!

Re: sdk configuration on macos

2020-07-18 Thread Hyeon Lee
Thanks for the replies! I tried with higher version sdks for the configuration, and it seems that there are no serious problems to finish it. I was just wondering if there are some old sdks dependencies that does not support the latest OS that i didn’t notice. But I will test my codes on

Re: sdk configuration on macos

2020-07-18 Thread Peter Kovacs
Hello Hyeon, I am not sure. I think we moved up to 10.11 because it still supports the target 10.07 and is still supported by current Code. We tend to support rather a huge range of history, this decision is contrary to usual Production line. We currently still target: Windows XP (4.1.7

Re: sdk configuration on macos

2020-07-17 Thread Matthias Seidel
Hi Hyeon, Thank you for your contribution to our translation and my Pull Request! Am 16.07.20 um 16:15 schrieb Hyeon Lee: > > > Hi, I'm building the office on macos 10.15.  > I found out that the configure only supports until sdk version 10.11 in the > code: >

sdk configuration on macos

2020-07-16 Thread Hyeon Lee
Hi, I'm building the office on macos 10.15.  I found out that the configure only supports until sdk version 10.11 in the code: https://github.com/apache/openoffice/blob/trunk/main/configure.ac#L3946 Is this behavior intended, or is it just an old code? Is there any problem if I