Guest User

Untitled

a guest
May 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. gcc -I. -I/Users/ujihisa/git/ruby/local/include/ruby-1.9.1/x86_64-darwin10.4.0 -I/Users/ujihisa/git/ruby/local/include/ruby-1.9.1/ruby/backward -I/Users/ujihisa/git/ruby/local/include/ruby-1.9.1 -I. -DHAVE_STDINT_H -DHAVE_U_INT8_T -DHAVE_UINT8_T -DHAVE_INT16_T -DHAVE_INT32_T -DHAVE_U_INT32_T -DHAVE_UINT32_T -DHAVE_OPENCL_OPENCL_H -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -arch x86_64 -fno-common -pipe -arch x86_64 -o na_op.o -c na_op.c
  2. In file included from na_op.c:13:
  3. narray.h:112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SetKernels’
  4. na_op.c: In function ‘SetLD’:
  5. na_op.c:205: warning: implicit conversion shortens 64-bit value into a 32-bit value
  6. na_op.c: In function ‘SetLC’:
  7. na_op.c:219: warning: implicit conversion shortens 64-bit value into a 32-bit value
  8. na_op.c: In function ‘SetFD’:
  9. na_op.c:261: warning: implicit conversion shortens 64-bit value into a 32-bit value
  10. na_op.c: In function ‘SetFC’:
  11. na_op.c:275: warning: implicit conversion shortens 64-bit value into a 32-bit value
  12. na_op.c: In function ‘SetFO’:
  13. na_op.c:282: warning: implicit conversion shortens 64-bit value into a 32-bit value
  14. na_op.c: In function ‘SetXD’:
  15. na_op.c:373: warning: implicit conversion shortens 64-bit value into a 32-bit value
  16. na_op.c: In function ‘SetXC’:
  17. na_op.c:387: warning: implicit conversion shortens 64-bit value into a 32-bit value
  18. na_op.c:387: warning: implicit conversion shortens 64-bit value into a 32-bit value
  19. na_op.c: In function ‘SetXO’:
  20. na_op.c:394: warning: implicit conversion shortens 64-bit value into a 32-bit value
  21. na_op.c:394: warning: implicit conversion shortens 64-bit value into a 32-bit value
  22. na_op.c: In function ‘FloorF’:
  23. na_op.c:953: warning: implicit conversion shortens 64-bit value into a 32-bit value
  24. na_op.c: In function ‘FloorD’:
  25. na_op.c:960: warning: implicit conversion shortens 64-bit value into a 32-bit value
  26. na_op.c: In function ‘CeilF’:
  27. na_op.c:972: warning: implicit conversion shortens 64-bit value into a 32-bit value
  28. na_op.c: In function ‘CeilD’:
  29. na_op.c:979: warning: implicit conversion shortens 64-bit value into a 32-bit value
  30. na_op.c: In function ‘RoundF’:
  31. na_op.c:991: warning: implicit conversion shortens 64-bit value into a 32-bit value
  32. na_op.c:992: warning: implicit conversion shortens 64-bit value into a 32-bit value
  33. na_op.c: In function ‘RoundD’:
  34. na_op.c:999: warning: implicit conversion shortens 64-bit value into a 32-bit value
  35. na_op.c:1000: warning: implicit conversion shortens 64-bit value into a 32-bit value
  36. na_op.c: In function ‘AbsX’:
  37. na_op.c:1047: warning: implicit conversion shortens 64-bit value into a 32-bit value
  38. na_op.c: In function ‘AnglX’:
  39. na_op.c:1132: warning: implicit conversion shortens 64-bit value into a 32-bit value
  40. na_op.c: In function ‘na_str_append_fp’:
  41. na_op.c:1587: warning: implicit conversion shortens 64-bit value into a 32-bit value
  42. na_op.c: In function ‘ModBF’:
  43. na_op.c:1948: warning: implicit conversion shortens 64-bit value into a 32-bit value
  44. na_op.c: In function ‘atan2F’:
  45. na_op.c:2507: warning: implicit conversion shortens 64-bit value into a 32-bit value
  46. make: *** [na_op.o] Error 1
Add Comment
Please, Sign In to add comment