Advertisement
Guest User

Untitled

a guest
Oct 30th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. => pip install pil
  2. Downloading/unpacking pil
  3. You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.
  4. Downloading PIL-1.1.7.tar.gz (506kB): 506kB downloaded
  5. Running setup.py egg_info for package pil
  6. WARNING: '' not a valid package name; please use only.-separated package names in setup.py
  7.  
  8. Installing collected packages: pil
  9. Running setup.py install for pil
  10. WARNING: '' not a valid package name; please use only.-separated package names in setup.py
  11. --- using frameworks at /System/Library/Frameworks
  12. building '_imaging' extension
  13. cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DHAVE_LIBZ -I/System/Library/Frameworks/Tcl.framework/Headers -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imaging.c -o build/temp.macosx-10.9-intel-2.7/_imaging.o
  14. clang: warning: argument unused during compilation: '-mno-fused-madd'
  15. _imaging.c:379:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  16. n = PyObject_Length(arg);
  17. ~ ^~~~~~~~~~~~~~~~~~~~
  18. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
  19. #define PyObject_Length PyObject_Size
  20. ^
  21. _imaging.c:394:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  22. int temp = PyInt_AsLong(op);
  23. ~~~~ ^~~~~~~~~~~~~~~~
  24. _imaging.c:400:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  25. int temp = PyInt_AsLong(op);
  26. ~~~~ ^~~~~~~~~~~~~~~~
  27. _imaging.c:410:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  28. int temp = PyInt_AsLong(op);
  29. ~~~~ ^~~~~~~~~~~~~~~~
  30. _imaging.c:416:28: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  31. int temp = PyInt_AsLong(op);
  32. ~~~~ ^~~~~~~~~~~~~~~~
  33. _imaging.c:523:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  34. r = PyInt_AsLong(color);
  35. ~ ^~~~~~~~~~~~~~~~~~~
  36. _imaging.c:531:21: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  37. r = PyInt_AS_LONG(color);
  38. ~ ^~~~~~~~~~~~~~~~~~~~
  39. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG'
  40. #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
  41. ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  42. _imaging.c:555:13: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  43. r = PyInt_AsLong(color);
  44. ~ ^~~~~~~~~~~~~~~~~~~
  45. _imaging.c:569:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  46. r = PyInt_AsLong(color);
  47. ~ ^~~~~~~~~~~~~~~~~~~
  48. _imaging.c:923:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  49. *x = PyInt_AS_LONG(value);
  50. ~ ^~~~~~~~~~~~~~~~~~~~
  51. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG'
  52. #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
  53. ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  54. _imaging.c:931:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  55. *y = PyInt_AS_LONG(value);
  56. ~ ^~~~~~~~~~~~~~~~~~~~
  57. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG'
  58. #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
  59. ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  60. _imaging.c:1221:9: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  61. n = PyObject_Length(data);
  62. ~ ^~~~~~~~~~~~~~~~~~~~~
  63. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/abstract.h:434:25: note: expanded from macro 'PyObject_Length'
  64. #define PyObject_Length PyObject_Size
  65. ^
  66. _imaging.c:3009:15: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  67. y = i / im->xsize;
  68. ~ ~~^~~~~~~~~~~
  69. _imaging.c:3017:5: warning: incompatible pointer types initializing 'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type 'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
  70. (inquiry) image_length, /*sq_length*/
  71. ^~~~~~~~~~~~~~~~~~~~~~
  72. _imaging.c:3077:5: warning: incompatible pointer types initializing 'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type 'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
  73. (inquiry) NULL, /*mp_length*/
  74. ^~~~~~~~~~~~~~
  75. 15 warnings generated.
  76. _imaging.c:3017:5: warning: incompatible pointer types initializing 'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type 'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
  77. (inquiry) image_length, /*sq_length*/
  78. ^~~~~~~~~~~~~~~~~~~~~~
  79. _imaging.c:3077:5: warning: incompatible pointer types initializing 'lenfunc' (aka 'Py_ssize_t (*)(PyObject *)') with an expression of type 'inquiry' (aka 'int (*)(PyObject *)') [-Wincompatible-pointer-types]
  80. (inquiry) NULL, /*mp_length*/
  81. ^~~~~~~~~~~~~~
  82. 2 warnings generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement