On Tue, Mar 16, 2010 at 10:44:46AM -0700, Block, Jeff wrote: > We have a local include file, db.h which has fetch and store defined. > > Our db.h, from a BerkeleyDB 4.8.26 install, contains the following: > #define fetch(a) __db_dbm_fetch(a) > #define store(a, b) __db_dbm_store(a, b) > > My guess is that these are causing the problem.
Yes, that would cause it. This is a bit unfortunate. Can you find out why Samba #includes it? We should not need anything from BerkeleyDB. Volker
signature.asc
Description: Digital signature
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
