On 4/27/2011 9:25 PM, Seth Call wrote:
> The Makefile.win in apr-util has a typo, I believe:
> 
> in target 'buildall':
> 
>  $(MAKE) $(MAKEOPT) -f apr_app.mak    CFG="apr_app - $(ARCH)" RECURSE=0 
> $(CTARGET)
>  $(MAKE) $(MAKEOPT) -f libapr_app.mak CFG="libapr_app - $(ARCH)" RECURSE=0 
> $(CTARGET)
> 
> 
> it should be:
> 
>  $(MAKE) $(MAKEOPT) -f aprapp.mak    CFG="aprapp - $(ARCH)" RECURSE=0 
> $(CTARGET)
>  $(MAKE) $(MAKEOPT) -f libaprapp.mak CFG="libaprapp - $(ARCH)" RECURSE=0 
> $(CTARGET)
> 
> 
> (no dashes)
> 
> I'm guessing someone renamed the project files but didn't update the 
> Makefile.win to
> correspond.  Once I make that change, the build succeeds.

Yup, this is fixed in apr-util 1.4 (apr changed between 1.3 and 1.4).  It looks
likely that we would release 1.4 soon-ish, so everything will be back in sync.

Reply via email to