Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Building native extensions. This could take a while...
  2. ERROR: Error installing iconv:
  3. ERROR: Failed to build gem native extension.
  4.  
  5. /usr/local/bin/ruby19 extconf.rb --with-iconv-dir=/usr/local/lib --with-ruby-dir /usr/local/include/ruby-1.9/
  6. checking for iconv() in iconv.h... no
  7. checking for iconv() in -liconv... yes
  8. checking for const of iconv() 2nd argument... yes
  9. creating Makefile
  10.  
  11. make
  12. compiling iconv.c
  13. In file included from iconv.c:21:
  14. /usr/local/include/ruby-1.9//ruby/backward/st.h:2:2: warning: #warning use "ruby/st.h" instead of bare "st.h"
  15. iconv.c:22:20: error: intern.h: No such file or directory
  16. iconv.c: In function 'map_charset':
  17. iconv.c:139: error: 'struct RHash' has no member named 'tbl'
  18. iconv.c:139: error: 'struct RHash' has no member named 'tbl'
  19. iconv.c:142: error: 'struct RHash' has no member named 'tbl'
  20. iconv.c: In function 'iconv_create':
  21. iconv.c:187: error: 'struct RString' has no member named 'len'
  22. iconv.c:188: error: 'struct RString' has no member named 'len'
  23. iconv.c:190: error: 'struct RString' has no member named 'ptr'
  24. iconv.c:191: error: 'struct RString' has no member named 'ptr'
  25. iconv.c:191: error: 'struct RString' has no member named 'ptr'
  26. iconv.c:192: error: 'struct RString' has no member named 'ptr'
  27. iconv.c:193: error: 'struct RString' has no member named 'len'
  28. iconv.c: In function 'iconv_fail':
  29. iconv.c:328: error: 'struct RString' has no member named 'len'
  30. iconv.c: In function 'iconv_fail_retry':
  31. iconv.c:352: error: 'ruby_errinfo' undeclared (first use in this function)
  32. iconv.c:352: error: (Each undeclared identifier is reported only once
  33. iconv.c:352: error: for each function it appears in.)
  34. iconv.c: In function 'rb_str_derive':
  35. iconv.c:371: error: 'struct RString' has no member named 'ptr'
  36. iconv.c:371: error: 'struct RString' has no member named 'len'
  37. iconv.c:373: error: 'struct RString' has no member named 'ptr'
  38. iconv.c:373: error: 'struct RString' has no member named 'len'
  39. iconv.c:374: error: 'struct RString' has no member named 'ptr'
  40. iconv.c: In function 'iconv_convert':
  41. iconv.c:418: error: 'struct RArray' has no member named 'len'
  42. iconv.c:418: error: 'struct RArray' has no member named 'ptr'
  43. iconv.c:436: error: 'struct RString' has no member named 'len'
  44. iconv.c:437: error: 'struct RString' has no member named 'ptr'
  45. iconv.c:497: error: 'struct RArray' has no member named 'len'
  46. iconv.c:498: error: 'struct RArray' has no member named 'ptr'
  47. iconv.c:499: error: 'struct RArray' has no member named 'ptr'
  48. iconv.c:501: error: 'struct RString' has no member named 'len'
  49. iconv.c:502: error: 'struct RString' has no member named 'ptr'
  50. iconv.c: In function 'iconv_s_convert':
  51. iconv.c:615: error: 'struct RString' has no member named 'len'
  52. *** Error code 1
  53.  
  54. Stop in /usr/local/lib/ruby/gems/1.9/gems/iconv-0.1/ext/iconv.
  55.  
  56.  
  57. Gem files will remain installed in /usr/local/lib/ruby/gems/1.9/gems/iconv-0.1 for inspection.
  58. Results logged to /usr/local/lib/ruby/gems/1.9/gems/iconv-0.1/ext/iconv/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement