-
-
Save osdiab/7037523 to your computer and use it in GitHub Desktop.
rubysl-iconv fails to install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/odiab/lib/rbx-2.0.0/bin/rbx extconf.rb | |
| checking for iconv() in iconv.h... no | |
| checking for iconv() in -liconv... yes | |
| checking for const of iconv() 2nd argument... no | |
| creating Makefile | |
| make "DESTDIR=" | |
| compiling iconv.c | |
| In file included from iconv.c:21: | |
| /Users/odiab/lib/rbx-2.0.0/vm/include/capi/ruby/backward/st.h:1:2: warning: use "ruby/st.h" instead of bare "st.h" [-W#warnings] | |
| #warning use "ruby/st.h" instead of bare "st.h" | |
| ^ | |
| iconv.c:22:10: fatal error: 'intern.h' file not found | |
| #include "intern.h" | |
| ^ | |
| 1 warning and 1 error generated. | |
| make: *** [iconv.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment