Sean Long
2007-Oct-30 21:10 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
Alex, The changes to the rakefiles are causing me some problems building on OS X. I am getting the following: rake aborted! undefined method `+'' for nil:NilClass /Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109 I will now go test on Windows Sean
Sean Long
2007-Oct-30 21:34 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
The rake file changes did not cause any problems on Windows but I did run into a compile error due to a previous commit, error follows: src\DropTarget.cpp(2296) : error C2259: ''wxDropTarget'' : cannot instantiate abstract class due to following members: ''wxDragResult wxDropTargetBase::OnData(wxCoord,wxCoord,wxDragResult)'' : pure virtual function was not defined C:\wxWidgets-2.8.6\include\wx\dnd.h(184) : see declaration of ''wxDropTargetBase::OnData'' rake aborted! Command failed with status (2): [cl.exe -c -IC:\wxWidgets-2.8.6/include -D...] Before the rakefile changes I did not run into this problem on OS X, I think it might be Windows specific. Sean On 10/30/07, Sean Long <sean.m.long at gmail.com> wrote:> Alex, > > The changes to the rakefiles are causing me some problems building on > OS X. I am getting the following: > > rake aborted! > undefined method `+'' for nil:NilClass > /Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109 > > I will now go test on Windows > > Sean >
Alex Fenton
2007-Oct-30 22:12 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
Sean Long wrote:> The changes to the rakefiles are causing me some problems building on > OS X. I am getting the following: > > rake aborted! > undefined method `+'' for nil:NilClass > /Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109 >Sorry about that. Can you try svn up and see if it works now please? I''m looking at the MSW DropTarget issue now alex
Sean Long
2007-Oct-30 22:20 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
That was the problem, I actually found it a few minutes before you posted this message but did not get a change to upload the fix. thanks Sean On 10/30/07, Alex Fenton <alex at pressure.to> wrote:> Sean Long wrote: > > The changes to the rakefiles are causing me some problems building on > > OS X. I am getting the following: > > > > rake aborted! > > undefined method `+'' for nil:NilClass > > /Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109 > > > Sorry about that. Can you try svn up and see if it works now please? > > I''m looking at the MSW DropTarget issue now > > alex > > _______________________________________________ > wxruby-development mailing list > wxruby-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-development >
Sean Long
2007-Oct-30 23:25 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
I found another problem that is poping up on OS X and Linux. At the linking stage I get the following message: rake aborted! can''t convert nil into String Sean On 10/30/07, Sean Long <sean.m.long at gmail.com> wrote:> That was the problem, I actually found it a few minutes before you > posted this message but did not get a change to upload the fix. > > thanks > > Sean > > On 10/30/07, Alex Fenton <alex at pressure.to> wrote: > > Sean Long wrote: > > > The changes to the rakefiles are causing me some problems building on > > > OS X. I am getting the following: > > > > > > rake aborted! > > > undefined method `+'' for nil:NilClass > > > /Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109 > > > > > Sorry about that. Can you try svn up and see if it works now please? > > > > I''m looking at the MSW DropTarget issue now > > > > alex > > > > _______________________________________________ > > wxruby-development mailing list > > wxruby-development at rubyforge.org > > http://rubyforge.org/mailman/listinfo/wxruby-development > > >
Alex Fenton
2007-Oct-30 23:52 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
Sean Long wrote:> I found another problem that is poping up on OS X and Linux. At the > linking stage I get the following message: > > rake aborted! > can''t convert nil into String >What does rake --trace say? DropTarget error on MSW should be fixed now. cheers alex
Sean Long
2007-Oct-30 23:53 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
> I found another problem that is poping up on OS X and Linux. At the > linking stage I get the following message: > > rake aborted! > can''t convert nil into StringThis error happens when building a gem. I ran into it again when testing out the fixes on Windows. So it is a cross platform problem. Sean
Alex Fenton
2007-Oct-31 00:36 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
Sean Long wrote:> This error happens when building a gem. I ran into it again when > testing out the fixes on Windows. So it is a cross platform problem. >Thanks, I hadn''t tried building a gem since these changes. Should be a fix checked-in now alex
Sean Long
2007-Oct-31 15:59 UTC
[wxruby-development] Comments on commit 1406 (rakefile changes)
The fix works. Sean On 10/30/07, Alex Fenton <alex at pressure.to> wrote:> Sean Long wrote: > > This error happens when building a gem. I ran into it again when > > testing out the fixes on Windows. So it is a cross platform problem. > > > Thanks, I hadn''t tried building a gem since these changes. Should be a > fix checked-in now > > alex > > _______________________________________________ > wxruby-development mailing list > wxruby-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-development >