On Thu, Dec 07, 2000 at 09:22:44PM -0000, [EMAIL PROTECTED] wrote:
> wrowe       00/12/07 13:22:43
> 
>   Modified:    .        aprutil.def aprutil.dsp
>                src/dbm  apr_dbm.c
>   Log:
>     Build apr_dbm(sdbm) and mmap buckets on Win32
>...
>   --- apr_dbm.c       2000/12/06 08:01:10     1.6
>   +++ apr_dbm.c       2000/12/07 21:22:42     1.7
>   @@ -56,7 +56,7 @@
>    #include "apr_errno.h"
>    #include "apr_pools.h"
>    
>   -#include "apu_private.h"
>   +#include "apr_private.h"
>    #include "apr_dbm.h"

Wrong!

This is *supposed* to include apu_private.h. That is where the APU_USE_*DBM
symbols are located. I have already created an apu_private.hw for you; you
just need to include the appropriate magic in the DSP.

Nobody outside of APR itself can include apr_private.h. Nobody. Not even
APRUTIL.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Reply via email to