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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from include/FXRbCommon.h:93,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from ui_wrap.cpp:584:<br>include/inlinestubs.h: In function `void FXApp_init(FX::FXApp*, VALUE, bool)&#39;:<br>
include/inlinestubs.h:20: error: `RARRAY_LEN&#39; was not declared in this scope<br>ui_wrap.cpp: In function `void FXFileSelector_setPatternList(FX::FXFileSelector*, VALUE)&#39;:<br>ui_wrap.cpp:1016: error: `RARRAY_LEN&#39; was not declared in this scope<br>
ui_wrap.cpp: In function `VALUE _wrap_FXComboBox_fillItems(int, VALUE*, VALUE)&#39;:<br>ui_wrap.cpp:4979: error: `RARRAY_LEN&#39; was not declared in this scope<br>ui_wrap.cpp: In function `VALUE _wrap_FXListBox_fillItems(int, VALUE*, VALUE)&#39;:<br>
ui_wrap.cpp:5444: error: `RARRAY_LEN&#39; was not declared in this scope<br>ui_wrap.cpp: In function `VALUE _wrap_FXTreeListBox_fillItems(int, VALUE*, VALUE)&#39;:<br>ui_wrap.cpp:5903: error: `RARRAY_LEN&#39; was not declared in this scope<br>
make: *** [ui_wrap.o] Error 1<br>install.rb:655:in `command&#39;: system(&quot;make&quot;) failed (RuntimeError)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:664:in `make&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1258:in `setup_dir_ext&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1532:in `traverse&#39;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1549:in `dive_into&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1530:in `traverse&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1534:in `traverse&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1533:in `traverse&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1549:in `dive_into&#39;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1530:in `traverse&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1524:in `exec_task_traverse&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1519:in `exec_task_traverse&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:1246:in `exec_setup&#39;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:996:in `exec_setup&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:826:in `invoke&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from install.rb:773:in `invoke&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>