I thought this message would have been added to my previous thread: http://lists.samba.org/archive/samba/2010-February/153608.html
In any case, it's solaris 9. Further details on the issue I was having are in the link. Jeff On 3/12/10 12:54 PM, "Volker Lendecke" <[email protected]> wrote: > On Fri, Mar 12, 2010 at 12:37:05PM -0800, Jeff Block wrote: >> After talking with a programmer here, we were able to figure out the >> problem. >> lib/dbwrap.c was using "fetch" and "store" in functions which were colliding >> with previously defined macros with the same names. We were able to resolve >> the issue by undefining the macros after the include lines in dbwrap.c: >> >> #undef fetch >> #undef store > > What platform is it? > > Volker -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
