I'm using Xcode 12.3 On Thu, Jan 28, 2021 at 4:24 AM Jim Jagielski <j...@jagunet.com> wrote:
> Which version of Xcode? > > > On Jan 27, 2021, at 5:48 PM, Dylan Pham <hail...@gmail.com> 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 file or > > directory > > make: *** No rule to make target > > `/Users/devops1/aoodev/openoffice/ext_libraries/apr-util/ > > unxmaccx.pro/misc/build/apr-util-1.6.1/build/rules.mk'. Stop. > > dmake: Error code 2, while making './ > > unxmaccx.pro/misc/build/so_built_aprutil' > > > > Questions: > > 1. the apr module version is 1.6.5, does apr-util version need to match > it? > > 2. I checked the apr module and there is no rules.mk file there and it > > built successfully. Not sure why it's required for apr-util, as specified > > in the makefile.in as below: > > > > # bring in rules.mk for standard functionality > > @INCLUDE_RULES@ > > @INCLUDE_OUTPUTS@ > > > > 3. If I need to have a rules.mk what do I need to do? Is there a > template? > > > > Thank you, > > Dylan > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > >