Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. tags_cache.c: In function ‘tags_cache_destroy’:
  2. tags_cache.c:722: error: ‘DB’ has no member named ‘set_msgcall’
  3. tags_cache.c:733: error: ‘DB_ENV’ has no member named ‘set_msgcall’
  4. tags_cache.c: In function ‘tags_cache_load’:
  5. tags_cache.c:1143: warning: passing argument 2 of ‘c->db_env->set_errcall’ from incompatible pointer type
  6. tags_cache.c:1144: error: ‘DB_ENV’ has no member named ‘set_msgcall’
  7. tags_cache.c:1170: warning: passing argument 2 of ‘c->db->set_errcall’ from incompatible pointer type
  8. tags_cache.c:1171: error: ‘DB’ has no member named ‘set_msgcall’
  9. tags_cache.c:1189: error: ‘DB’ has no member named ‘set_msgcall’
  10. tags_cache.c:1196: error: ‘DB_ENV’ has no member named ‘set_msgcall’
  11. make[2]: *** [tags_cache.o] Error 1
  12. make[1]: *** [all-recursive] Error 1
  13. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement