From: Jonathan P. <jp...@dc...> - 2005-05-25 10:37:46
|
On 25 May 2005, at 10:45, Dave Howell wrote: > But it is RubyCocoa 0.4.1 that I installed. . . . > > From file VERSION > > VERSION = "0.4.1" > STAGE = "devel-panther" > RELEASE_DATE = "2003-12-04" > > I have no idea what "branch-devel-panther was merged to trunk" means. > Although that VERSION says 0.4.1, it isn't the 0.4.1 release. You've checked out an old version of the code that was used for working on initial Panther support. The VERSION file for 0.4.1 release looks like this: VERSION = "0.4.1" STAGE = "" RELEASE_DATE = "2005-03-25" Probably easiest to go with the 0.4.1 source tar: http://prdownloads.sourceforge.net/rubycocoa/rubycocoa-0.4.1.tgz? download |