Re: ext_libraries/apr-util module

2021-01-28 Thread Jim Jagielski
There are issues w/ older versions of APR and newer versions of Xcode (well, really, clang) where during the ./configure process, some ignored errors in previous versions of clang are now fatal, causing the configure scripts to fail. > On Jan 28, 2021, at 12:44 PM, Dylan Pham wrote: > > I'm usin

Re: ext_libraries/apr-util module

2021-01-28 Thread Dylan Pham
I'm using Xcode 12.3 On Thu, Jan 28, 2021 at 4:24 AM Jim Jagielski wrote: > Which version of Xcode? > > > On Jan 27, 2021, at 5:48 PM, Dylan Pham wrote: > > > > Hello, > > > > I'm building trunk/450 on macos big sur and got an error below: > > > > Makefile:50: /Users/devops1/aoodev/openoffice/e

Re: ext_libraries/apr-util module

2021-01-28 Thread Jim Jagielski
Which version of Xcode? > On Jan 27, 2021, at 5:48 PM, Dylan Pham wrote: > > Hello, > > I'm building trunk/450 on macos big sur and got an error below: > > Makefile:50: /Users/devops1/aoodev/openoffice/ext_libraries/apr-util/ > unxmaccx.pro/misc/build/apr-util-1.6.1/build/rules.mk: No such fil

Re: ext_libraries/apr-util module

2021-01-27 Thread Dylan Pham
I found apr_rules.mk and apr_rules.mk.in so I'll use these as templates to build apr_util and see how it goes. If I'm heading in wrong direction please feel free to let me know, thanks. Dylan On Wed, Jan 27, 2021 at 2:48 PM Dylan Pham wrote: > Hello, > > I'm building trunk/450 on macos big sur