I am building a robinhood-3.0 with --enable-bench-db. When I get to the
"make rpm" , the following errors are produced.

../../src/include/list_mgr.h:440:56 error: 'entry_info_t' has no member
named 'owner'
 #define ATTR(_p_set, _attr_name) ((_p_set)->attr.values._attr_name)

fs_scan.c:1338:17: note: in expansion of macro 'ATTR'
          sprintf(ATTR(&op->fs_attrs, owner), "user%u", u);

../../src/include/list_mgr.h:440:56 error: 'entry_info_t' has no member
named 'gr_name'
 #define ATTR(_p_set, _attr_name) ((_p_set)->attr.values._attr_name)

fs_scan.c:1339:17: note: in expansion of macro 'ATTR'
          sprintf(ATTR(&op->fs_attrs, gr_name), "group%u", u/8);

As a sanity check , I rebuilt robinhood-3.0 without --enable-bench-db and
it did not produce this error.

Thanks,
Wendy
------------------------------------------------------------------------------
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to