Hi! I can''t run fxruby setup on FreeBSD 6 (amd64, 2x opteron) I had no problems with Fox ./configure --with-shape --enable-threadsafe --enable-cups \ --with-x --with-xft --with-xcursor --with-xrandr --with-xim \ --with-profiling --with-opengl && make && make install but I get errors when I try to setup fxruby: (config shows no errors) ruby install.rb config -- \ --with-fox-include=/home/admin/system/fox/fox-1.4.26/include \ --with-fox-lib=/home/admin/system/fox/fox-1.4.26/src/.libs when I run ruby install.rb setup, I get: ------------------------------------ In file included from include/FXRbCommon.h:90, from core_wrap.cpp:586: include/FXRuby.h: In function `VALUE to_ruby(long unsigned int)'': include/FXRuby.h:197: error: redefinition of `VALUE to_ruby(long unsigned int)'' include/FXRuby.h:193: error: `VALUE to_ruby(FX::FXulong)'' previously defined here *** Error code 1 Stop in /home/admin/system/fxruby/FXRuby-1.4.3/ext/fox14. setup failed ''system make '' failed Try ''ruby install.rb --help'' for detailed usage. ------------------------------------ any Ideas? thx.