>On Sun, Mar 24, 2002 at 12:56:09PM -0800, John Koenig wrote:
>
>I can't help with the solution itself, but I can give some pointers.
>
>[building exim 4.01 on SuSE SPARC]
>| included from exim.h:316,
>| from exim_dbmbuild.c:30:
>| dbstuff.h:513: parse error before `DB'
>| dbstuff.h:513: warning: no semicolon at end of struct or union
>| dbstuff.h:515: parse error before `}'
>| dbstuff.h:515: warning: data definition has no type or storage class
>
>It looks like your DBM library headers are messed up. Find
>"dbstuff.h" and look at line 513. Does it look like legal C? Be
>careful with macro expansions.
>
Thanks for the incentive to dig deeper... My solution came in the
form of downloading soruce for db-4.x.x from sleepycat; configure,
make, install. I specified (in configure) the db1.85 compatibility
interfaces and all seemed to go well...
thanks for the commmunity, exim-users!