From: Stefan Lang Date: 2004-12-03T02:46:55+09:00 Subject: Re: FXRuby-1.2.2 fails to compile Am Donnerstag, 2. Dezember 2004 17:56 schrieb Stefan Lang: > Am Donnerstag, 2. Dezember 2004 16:15 schrieb Kevin Pratt: > > FXRuby does not work with 1.8.2 preview 3 bug was reported at the ruby > > forge site. > > backing up to preview 2 works fine tho. > > http://rubyforge.org/tracker/index.php?func=detail&aid=1039&group_id=300& > >at id=1223 > > Thanks for the immediate response. > After playing with $RUBY_PATH, i was able to run my first > FXRuby app :) > > BTW: I have to require 'fox12' instead of the require 'fox' used in > most examples. Sorry for the noise, already found the reason why I have to require 'fox12' in the docs. Possibly, some newbies (like me) might have problems because the first examples start with "require 'fox'" which won't work if they just installed the latest version of FXRuby. Perhaps a note at the beginning of doc/ in the package might help. -- Stefan