Advertisement
Guest User

error

a guest
Feb 5th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. *** uWSGI compiling embedded plugins ***
  2. [thread 3][arm-linux-gnueabihf-gcc -pthread] plugins/python/python_plugin.o
  3. [thread 1][arm-linux-gnueabihf-gcc -pthread] plugins/python/pyutils.o
  4. [thread 0][arm-linux-gnueabihf-gcc -pthread] plugins/python/pyloader.o
  5. In file included from /usr/include/python2.7/unicodeobject.h:120:0,
  6. from /usr/include/python2.7/Python.h:85,
  7. from plugins/python/uwsgi_python.h:2,
  8. from plugins/python/python_plugin.c:1:
  9. /home/ubuntu/software/stage/usr/include/wchar.h: In function 'wctob':
  10. /home/ubuntu/software/stage/usr/include/wchar.h:395:47: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
  11. { return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
  12. ^
  13. In file included from /usr/include/python2.7/unicodeobject.h:120:0,
  14. from /usr/include/python2.7/Python.h:85,
  15. from plugins/python/uwsgi_python.h:2,
  16. from plugins/python/pyutils.c:1:
  17. /home/ubuntu/software/stage/usr/include/wchar.h: In function 'wctob':
  18. /home/ubuntu/software/stage/usr/include/wchar.h:395:47: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
  19. { return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
  20. ^
  21. In file included from /usr/include/python2.7/unicodeobject.h:120:0,
  22. from /usr/include/python2.7/Python.h:85,
  23. from plugins/python/uwsgi_python.h:2,
  24. from plugins/python/pyloader.c:1:
  25. /home/ubuntu/software/stage/usr/include/wchar.h: In function 'wctob':
  26. /home/ubuntu/software/stage/usr/include/wchar.h:395:47: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
  27. { return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
  28. ^
  29. cc1: all warnings being treated as errors
  30. cc1: all warnings being treated as errors
  31. cc1: all warnings being treated as errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement