Displaying 1 result from an estimated 1 matches for "rb_enotimperror".
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...encounter an error.
For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so
because it is missing missing -lruby18
resulting in errors like
wx.cpp:(.text+0x1618): undefined reference to `rb_intern''
wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError''
wx.cpp:(.text+0x1666): undefined reference to `rb_raise''
wx.cpp:(.text+0x167d): undefined reference to `rb_const_defined''
wx.cpp:(.text+0x1698): undefined reference to `rb_const_get''
could it be a bad expansion of values in the Config::CONFIG hash ?
And if it...