Skip to content

Instantly share code, notes, and snippets.

@osdiab
Created October 18, 2013 06:59
Show Gist options
  • Select an option

  • Save osdiab/7037523 to your computer and use it in GitHub Desktop.

Select an option

Save osdiab/7037523 to your computer and use it in GitHub Desktop.
rubysl-iconv fails to install
/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