Hello!<br><br><br>I used this command:<br><br><br>ruby install.rb config -- \ --with-fox-include=/opt/fox-1.6.35/include/ --with-fox-lib=/opt/fox-1.6.35/lib/<br><br>to configure FXRuby; then, I ran:<br><br>ruby install.rb setup followed by ruby install.rb install<br>
<br>but I got this installation error:<br><br><br>In file included from include/FXRuby.h:825,<br> from include/FXRbCommon.h:93,<br> from ui_wrap.cpp:584:<br>include/inlinestubs.h: In function `void FXApp_init(FX::FXApp*, VALUE, bool)':<br>
include/inlinestubs.h:20: error: `RARRAY_LEN' was not declared in this scope<br>ui_wrap.cpp: In function `void FXFileSelector_setPatternList(FX::FXFileSelector*, VALUE)':<br>ui_wrap.cpp:1016: error: `RARRAY_LEN' was not declared in this scope<br>
ui_wrap.cpp: In function `VALUE _wrap_FXComboBox_fillItems(int, VALUE*, VALUE)':<br>ui_wrap.cpp:4979: error: `RARRAY_LEN' was not declared in this scope<br>ui_wrap.cpp: In function `VALUE _wrap_FXListBox_fillItems(int, VALUE*, VALUE)':<br>
ui_wrap.cpp:5444: error: `RARRAY_LEN' was not declared in this scope<br>ui_wrap.cpp: In function `VALUE _wrap_FXTreeListBox_fillItems(int, VALUE*, VALUE)':<br>ui_wrap.cpp:5903: error: `RARRAY_LEN' was not declared in this scope<br>
make: *** [ui_wrap.o] Error 1<br>install.rb:655:in `command': system("make") failed (RuntimeError)<br> from install.rb:664:in `make'<br> from install.rb:1258:in `setup_dir_ext'<br> from install.rb:1532:in `traverse'<br>
from install.rb:1549:in `dive_into'<br> from install.rb:1530:in `traverse'<br> from install.rb:1534:in `traverse'<br> from install.rb:1533:in `traverse'<br> from install.rb:1549:in `dive_into'<br>
from install.rb:1530:in `traverse'<br> from install.rb:1524:in `exec_task_traverse'<br> from install.rb:1519:in `exec_task_traverse'<br> from install.rb:1246:in `exec_setup'<br>
from install.rb:996:in `exec_setup'<br> from install.rb:826:in `invoke'<br> from install.rb:773:in `invoke'<br> from install.rb:1578<br><br>So, I was unable to install FXRuby (version 1.6.13) from its sources.<br>
<br>Can you give me any clue to fix this issue? <br><br>I am running Slackware 11.0 with fox-1.6.35<br><br><br>Regards,<br><br><br><br>GatoLinux<br>