Guest User

Untitled

a guest
May 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. _pylibmcmodule.c:1013: warning: assignment makes pointer from integer without a cast
  2. _pylibmcmodule.c:1020: warning: statement with no effect
  3. _pylibmcmodule.c:1020: error: expected ‘;’ before ‘get_val_rc’
  4. _pylibmcmodule.c:1023: warning: implicit declaration of function ‘memcached_stat_get_value’
  5. _pylibmcmodule.c:1023: error: ‘PylibMC_Client’ has no member named ‘mc’
  6. _pylibmcmodule.c:1024: error: ‘get_val_rc’ undeclared (first use in this function)
  7. _pylibmcmodule.c:1024: warning: assignment makes pointer from integer without a cast
  8. _pylibmcmodule.c:1026: error: too many arguments to function ‘PylibMC_ErrFromMemcached’
  9. _pylibmcmodule.c:1044: error: ‘PylibMC_Behavior’ has no member named ‘hostname’
  10. _pylibmcmodule.c:1044: error: ‘PylibMC_Behavior’ has no member named ‘port’
  11. _pylibmcmodule.c:1045: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘struct PylibMC_Behavior *’
  12. _pylibmcmodule.c:1045: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘struct PylibMC_Behavior *’
  13. _pylibmcmodule.c: In function ‘PylibMC_Client_flush_all’:
  14. _pylibmcmodule.c:1065: error: ‘memcached_return’ undeclared (first use in this function)
  15. _pylibmcmodule.c:1065: warning: statement with no effect
  16. _pylibmcmodule.c:1065: error: expected ‘;’ before ‘rc’
  17. _pylibmcmodule.c:1080: error: ‘rc’ undeclared (first use in this function)
  18. _pylibmcmodule.c:1080: warning: implicit declaration of function ‘memcached_flush’
  19. _pylibmcmodule.c:1080: error: ‘PylibMC_Client’ has no member named ‘mc’
  20. _pylibmcmodule.c:1080: warning: statement with no effect
  21. _pylibmcmodule.c:1081: error: ‘MEMCACHED_SUCCESS’ undeclared (first use in this function)
  22. _pylibmcmodule.c:1082: error: too many arguments to function ‘PylibMC_ErrFromMemcached’
  23. _pylibmcmodule.c: In function ‘PylibMC_Client_disconnect_all’:
  24. _pylibmcmodule.c:1088: error: ‘PylibMC_Client’ has no member named ‘mc’
  25. _pylibmcmodule.c: In function ‘PylibMC_Client_clone’:
  26. _pylibmcmodule.c:1102: error: ‘PylibMC_Client’ has no member named ‘mc’
  27. _pylibmcmodule.c:1102: warning: implicit declaration of function ‘memcached_clone’
  28. _pylibmcmodule.c:1102: error: ‘PylibMC_Client’ has no member named ‘mc’
  29. _pylibmcmodule.c:1102: warning: statement with no effect
  30. _pylibmcmodule.c: At top level:
  31. _pylibmcmodule.c:1108: error: expected declaration specifiers or ‘...’ before ‘memcached_return’
  32. _pylibmcmodule.c: In function ‘PylibMC_ErrFromMemcached’:
  33. _pylibmcmodule.c:1109: error: ‘error’ undeclared (first use in this function)
  34. _pylibmcmodule.c:1109: error: ‘MEMCACHED_ERRNO’ undeclared (first use in this function)
  35. _pylibmcmodule.c:1113: error: ‘MEMCACHED_SUCCESS’ undeclared (first use in this function)
  36. _pylibmcmodule.c:1120: error: ‘PylibMC_McErr’ has no member named ‘name’
  37. _pylibmcmodule.c:1121: error: ‘PylibMC_McErr’ has no member named ‘rc’
  38. _pylibmcmodule.c:1122: error: ‘PylibMC_McErr’ has no member named ‘exc’
  39. _pylibmcmodule.c:1122: warning: assignment from incompatible pointer type
  40. _pylibmcmodule.c:1128: warning: implicit declaration of function ‘memcached_strerror’
  41. _pylibmcmodule.c:1128: error: ‘PylibMC_Client’ has no member named ‘mc’
  42. _pylibmcmodule.c:1128: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘struct PylibMC_Behavior *’
  43. _pylibmcmodule.c:1128: warning: format ‘%s’ expects type ‘char *’, but argument 5 has type ‘int’
  44. _pylibmcmodule.c: In function ‘_PylibMC_CheckKeyStringAndSize’:
  45. _pylibmcmodule.c:1196: error: ‘MEMCACHED_MAX_KEY’ undeclared (first use in this function)
  46. _pylibmcmodule.c:1196: warning: comparison between pointer and integer
  47. _pylibmcmodule.c:1198: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘struct PylibMC_Behavior *’
  48. _pylibmcmodule.c: In function ‘init_pylibmc’:
  49. _pylibmcmodule.c:1219: error: ‘LIBMEMCACHED_VERSION_STRING’ undeclared (first use in this function)
  50. _pylibmcmodule.c:1218: warning: passing argument 1 of ‘__builtin_strchr’ from incompatible pointer type
  51. _pylibmcmodule.c:1218: note: expected ‘const char *’ but argument is of type ‘struct PylibMC_Behavior *’
  52. _pylibmcmodule.c:1223: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘struct PylibMC_Behavior *’
  53. _pylibmcmodule.c:1274: error: ‘PylibMC_McErr’ has no member named ‘name’
  54. _pylibmcmodule.c:1277: error: ‘PylibMC_McErr’ has no member named ‘name’
  55. _pylibmcmodule.c:1277: warning: passing argument 2 of ‘strncat’ from incompatible pointer type
  56. /usr/include/bits/string3.h:150: note: expected ‘const char * __restrict__’ but argument is of type ‘struct PylibMC_Behavior *’
  57. _pylibmcmodule.c:1278: error: ‘PylibMC_McErr’ has no member named ‘exc’
  58. _pylibmcmodule.c:1278: warning: statement with no effect
  59. _pylibmcmodule.c:1279: error: ‘PylibMC_McErr’ has no member named ‘name’
  60. _pylibmcmodule.c:1279: error: ‘PylibMC_McErr’ has no member named ‘exc’
  61. _pylibmcmodule.c:1279: warning: passing argument 2 of ‘PyModule_AddObject’ from incompatible pointer type
  62. /usr/include/python2.6/modsupport.h:40: note: expected ‘const char *’ but argument is of type ‘struct PylibMC_Behavior *’
  63. _pylibmcmodule.c:1281: error: ‘PylibMC_McErr’ has no member named ‘name’
  64. _pylibmcmodule.c:1281: error: ‘PylibMC_McErr’ has no member named ‘exc’
  65. _pylibmcmodule.c:1304: warning: passing argument 3 of ‘PyModule_AddStringConstant’ from incompatible pointer type
  66. /usr/include/python2.6/modsupport.h:42: note: expected ‘const char *’ but argument is of type ‘struct PylibMC_Behavior *’
  67. error: Setup script exited with error: command 'gcc' failed with exit status 1
Add Comment
Please, Sign In to add comment