> Seems it doesn't compile on non-Win32 platforms because > FXRbGetInputHandle() in FXRuby.cpp tries to refer to an undeclared > variable: I just uploaded a fixed version of FXRuby-0.99.174.tar.gz to the SourceForge site. But it's a quick fix if you'd like to patch it on your own; change line 93 of FXRuby.cpp from this: return (FXInputHandle) fileno(fptr->f); to this: return (FXInputHandle) fd; Thanks for catching that! Lyle