search for: use_wx_config

Displaying 4 results from an estimated 4 matches for "use_wx_config".

2008 Jan 01
5
Compiling wxruby-1.9.2
...convert nil into String /bld/lib/wxruby-1.9.2/rakefile:48 (See full trace by running task with --trace) And with --trace: (in /bld/lib/wxruby-1.9.2) rake aborted! can''t convert nil into String ./rake/rakewx.rb:101:in `exists?'' ./rake/rakewx.rb:101:in `use_wx_config'' ./rake/rakelinux.rb:9 /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' /bld/lib/wxruby-1.9.2/rakefile:48 /usr/lib/ruby/site_ruby/1.8/rak...
2006 Aug 14
6
Patches to rake files
...on debug builds by default. - Changed wx_config to use the $debug_build variable rakemswin.rb: - Updated the copyright year. - removed the $DEBUG const and make use of $debug_build instead. rakemacosx.rb: - Updated the copyright year. - Removed $wx_version = "2.6.1" because it is set in use_wx_config above. - Removed commented out code, it has not been used in awhile and we can always look in CVS if we need it again. - Updated the framework task values to use 2.0 as the version instead of 0.5, can be changed again to whatever we go with. Also updated the copyright info. Sean ____________...
2007 Dec 31
0
[ wxruby-Bugs-16718 ] rake aborted! can''t convert nil into String
...Nobody (None) Summary: rake aborted! can''t convert nil into String Initial Comment: 1.9.2, Ubuntu 7.10: $ sudo rake install --trace (in /home/qubodup/src/wxruby-1.9.2) rake aborted! can''t convert nil into String ./rake/rakewx.rb:101:in `exists?'' ./rake/rakewx.rb:101:in `use_wx_config'' ./rake/rakelinux.rb:9 /home/qubodup/src/wxruby-1.9.2/rakefile:48:in `require'' /home/qubodup/src/wxruby-1.9.2/rakefile:48 /usr/lib/ruby/1.8/rake.rb:1846:in `load'' /usr/lib/ruby/1.8/rake.rb:1846:in `load_rakefile'' /usr/lib/ruby/1.8/rake.rb:1918:in `run'' /...
2007 Oct 17
19
1.9.2, OpenGL
[third sending attempt...] I''m going to try and test out the samples on MSW over the next few days and if things look good I think we should release 1.9.2. Might try and fix the bugs related to TreeCtrl#get_first_child as these might involve minor API changes. So if anyone has any time to test out SVN HEAD and look for anything funny, please do. Also, we have an anonymous patch