From noreply at rubyforge.org Wed Dec 5 10:51:22 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 5 Dec 2007 10:51:22 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16109 ] cannot use wxruby-gem Message-ID: <20071205155123.197271678121@rubyforge.org> Bugs item #16109, was opened at 2007-12-05 10:51 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16109&group_id=35 Category: Installer problems Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: cannot use wxruby-gem Initial Comment: $ ruby /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.2-x86-linux/samples/minimal/minimal.rb /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.2-x86-linux/samples/minimal/minimal.rb:10:in `load': no such file to load -- wx (LoadError) from /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.2-x86-linux/samples/minimal/minimal.rb:10 $ ruby -rubygems /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.2-x86-linux/samples/minimal/minimal.rb /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.2-x86-linux/samples/minimal/minimal.rb:10:in `load': no such file to load -- wx (LoadError) from /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.2-x86-linux/samples/minimal/minimal.rb:10 $ gem -v 0.9.5 ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16109&group_id=35 From mario at ruby-im.net Sat Dec 8 06:28:51 2007 From: mario at ruby-im.net (Mario Steele) Date: Sat, 8 Dec 2007 05:28:51 -0600 Subject: [wxruby-development] Compiling SVN with MediaCtrl Message-ID: Hey guys, Trying to get wxRuby to compile with the new MediaCtrl option available, and I can't for some reason, get wxRuby to compile, saying that it can't find the events for wxEVT_MEDIA_FINISHED, and such. I've looked at my compile, and I have the tag enabled for --enable-mediactrl, infact, the full configure line is: ./configure --disable-shared --with-gtk --enable-monolithic --enable-unicode --enable-debug --enable-catch_segvs --enable-graphics_ctx --enable-mediactrl --with-opengl --with-libjpeg=builtin --with-libpng=builtin --with-libtiff=builtin --with-zlib=builtin --with-expat=builtin --enable-gui --enable-xrc --enable-mdi --enable-gif --enable-pcx --enable-iff --enable-pnm --enable-xpm --prefix=/usr But this doesn't seem to like it when it comes to compiling wxRuby. Any ideas? L8ers, Mario Steele -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20071208/bb9b1667/attachment-0001.html From alex at pressure.to Sat Dec 8 08:51:02 2007 From: alex at pressure.to (Alex Fenton) Date: Sat, 08 Dec 2007 13:51:02 +0000 Subject: [wxruby-development] Compiling SVN with MediaCtrl In-Reply-To: References: Message-ID: <475AA146.9070105@pressure.to> Mario Steele wrote: > Hey guys, > > Trying to get wxRuby to compile with the new MediaCtrl option > available, and I can't for some reason, get wxRuby to compile, saying > that it can't find the events for wxEVT_MEDIA_FINISHED, and such. > I've looked at my compile, and I have the tag enabled for > --enable-mediactrl, infact, the full configure line is: On LinuxGTK various optional packages need to be installed to support wxMediaCtrl. Otherwise wxWidgets won't build with support for that class, even if --enable-mediactrl is specified. It took me a fair few attempts to figure out what was happening. I was able to pin down what was needed by looking at wxWidget's config.log which would say "checking for xxxx" and indicate which library was needed. Some weren't what you might expect - eg gconf-dev was needed. I put a note of the ones I needed (Ubuntu 7.10) on the wiki http://wxruby.rubyforge.org/wiki/wiki.pl?HowToBuildWxWidgets cheers alex From mario at ruby-im.net Mon Dec 10 10:24:52 2007 From: mario at ruby-im.net (Mario Steele) Date: Mon, 10 Dec 2007 09:24:52 -0600 Subject: [wxruby-development] rake/rakewx.rb error Message-ID: Hey Guys, Found a small bug in rake/rakewx.rb while trying to compile wxGTK and wxRuby2 from SVN. I've commited the patch to the file, which changes the following: Index: rake/rakewx.rb =================================================================== --- rake/rakewx.rb (revision 1451) +++ rake/rakewx.rb (working copy) @@ -143,7 +143,7 @@ force_mkdir File.join(dest_dir, 'wx') force_mkdir File.join(dest_dir, 'wx', 'classes') cp TARGET_LIB, Config::CONFIG['sitearchdir'] - all_ruby_lib_files.each do | lib_file | + ALL_RUBY_LIB_FILES.each do | lib_file | dest = lib_file.sub(/^lib/, dest_dir) cp lib_file, dest chmod 0755, dest Hope this looks good. L8ers, Mario Steele -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20071210/1ce19156/attachment.html From mario at ruby-im.net Mon Dec 10 10:38:27 2007 From: mario at ruby-im.net (Mario Steele) Date: Mon, 10 Dec 2007 09:38:27 -0600 Subject: [wxruby-development] IRC Chat Room Message-ID: Hello All, I don't know about many on here, but I personally like to talk in Real Time format, when discussing things about wxRuby, therefore I've started the room #wxRuby on irc.freenode.net, since this is where the official Ruby-Lang chat room is. If your looking for help, or support, feel free to drop by. Also, keep in mind, of the following rules: 1.) Be nice to others, keep things below PG-13 Rule, including language! 2.) Paste code snipplets to http://rafb.net/paste (This is in the Room Topic) 3.) Enjoy yourself, and have fun! For now, I'll be the only developer there for the wxRuby Project, unless Alex or Sean decide they want to stop by. See you all in the chat room! Mario Steele -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wxruby-development/attachments/20071210/c035cb76/attachment.html From noreply at rubyforge.org Wed Dec 12 20:05:55 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 12 Dec 2007 20:05:55 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16279 ] undefined methods 'load_panel_subclass' for Wx::XmlResource Message-ID: <20071213010555.AE73E197848D@rubyforge.org> Bugs item #16279, was opened at 2007-12-12 20:05 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16279&group_id=35 Category: Missing API call Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: undefined methods 'load_panel_subclass' for Wx::XmlResource Initial Comment: Got the error on WxRuby 1.9.2 on Windows. undefined method 'load_panel_subclass' for # (NoMethodError) ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16279&group_id=35 From noreply at rubyforge.org Wed Dec 19 12:34:41 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 19 Dec 2007 12:34:41 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16436 ] Missing files after rake build Message-ID: <20071219173441.5CEF318585F9@rubyforge.org> Bugs item #16436, was opened at 2007-12-19 17:34 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16436&group_id=35 Category: Compile/build Group: None Status: Open Resolution: None Priority: 3 Submitted By: ppk (mend0za) Assigned to: Nobody (None) Summary: Missing files after rake build Initial Comment: System - Debian GNU/Linux 4.0r1 (etch), i386 and arm. 'rake called by default (without any task specified). Files seems to be missed (in comparison with gem content): wx/accessors.rb wx/keyword_ctors.rb wx/keyword_defs.rb a wx/version.rb (ruby libdir skipped, doesn't matter) $ ruby --version ruby 1.8.5 (2006-08-25) [i486-linux] $ wx-config --version 2.8.6 wxWidgets 2.8.6 configure options: --with-gtk --enable-monolithic --enable-gtk2 --enable-unicode --without-gnomeprint --without-gnomevfs --disable-universal --without-sdl --disable-opengl --disable-odbc --disable-expat --disable-debug If i put missing files from gem to ruby libdir - all works. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16436&group_id=35 From noreply at rubyforge.org Thu Dec 20 21:09:11 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Thu, 20 Dec 2007 21:09:11 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16475 ] Problem with wxruby gem in windows Message-ID: <20071221020911.7DEFC18585C1@rubyforge.org> Bugs item #16475, was opened at 20-12-2007 21:09 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16475&group_id=35 Category: Installer problems Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Problem with wxruby gem in windows Initial Comment: my setup: windows xp sp2 ruby 1.8.6 gem 0.9.5 wxruby 1.9.2 i installed wxruby using rubygems gem install wxruby then i tried C:\ruby>ruby -rubygems -e 'require "wx"' c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_re quire': no such file to load -- wx (LoadError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re quire' from -e:1 ruby long story short, in order to make wxruby work in my system i had to - change wxruby directory instalation from "wxruby-1.9.2-x86-mswin32" to "wxruby-1.9.2-mswin32" - open file "wxruby-1.9.2-x86-mswin32.gemspec" and change the line s.platform = %q{i386-mswin32} to s.platform = %q{mswin32} i dont know if this is a issue of my machine or a general problem with wxruby windows gem. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16475&group_id=35 From noreply at rubyforge.org Fri Dec 21 06:14:41 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Fri, 21 Dec 2007 06:14:41 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16484 ] Application crash (Segmentation fault) on widows resize Message-ID: <20071221111442.1BD2918585CF@rubyforge.org> Bugs item #16484, was opened at 2007-12-21 06:14 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16484&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Application crash (Segmentation fault) on widows resize Initial Comment: When resizing window (sample: etc/system_settings.rb and many more) application crashes silently. On other examples crashes with message: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. I'm using wxruby-1.9.2-i386-mswin32.gem and ruby 1.8.6. Thanks for help ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16484&group_id=35 From noreply at rubyforge.org Sat Dec 22 13:14:37 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Sat, 22 Dec 2007 13:14:37 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16519 ] crash with Submenus - need GC protection Message-ID: <20071222181437.4CDD618585C1@rubyforge.org> Bugs item #16519, was opened at 2007-12-22 18:14 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16519&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 5 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: crash with Submenus - need GC protection Initial Comment: With submenus within MenuBars, if the menu contents are created using MenuItem and append_item to the submenu, the app will crash if the submenu is opened after GC has run Perhaps need a DISOWN typemap? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16519&group_id=35 From alex at pressure.to Sat Dec 22 13:39:23 2007 From: alex at pressure.to (Alex Fenton) Date: Sat, 22 Dec 2007 18:39:23 +0000 Subject: [wxruby-development] release plans Message-ID: <476D59DB.4020402@pressure.to> Hi all We've been a bit quiet for a few weeks, being busy with other things, but now looking at getting some new releases out again. We have lots of nice stuff to get out there: For 1.9.3, we're looking to target early January. Aside from trying to get a few more bugfixes in, most of the code is now there. As usual, any time you're able to spend testing SVN trunk is much appreciated. Given the range of new features (GraphicsContext, OpenGL, MediaCtrl etc) it'd would be useful also to hear from people who don't regularly compile against trunk but who would be willing to test out pre-release binaries on any platform. We want to check that we haven't introduced any external dependencies for end users. It seems recent releases of RubyGems have introduced further backwards incompatibilities which means wxRuby gems aren't working. I suggest we'll need to update to the latest rubygems version before building the release binaries. On the SWIG side, there is a new version out (1.33) - the ChangeLog seems to have some ruby changes which could be useful for us, but I think it would be better to move to this version after the 1.9.3 release. I've just checked in a bunch of code to wxSugar that translates XRC (eg from DialogBlocks) into pure (wx)Ruby code. This is going to be integrated into xrcise - this approach has a lot of advantages over our current way of just scaffolding the XmlResource loader code. So we may be able to put a WxSugar release out first with this and Jari's syntax enhancements. Anything I've missed, or other work we need to do, please say... Lastly, happy christmas to everyone. It's been a really successful year for wxRuby, going from a shaky, flaky preview release to being recognised as one of the leading GUI development libraries for Ruby. It wouldn't have been possible without your patience and creativity, so thanks for all your support. cheers alex From noreply at rubyforge.org Wed Dec 26 19:24:56 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Wed, 26 Dec 2007 19:24:56 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16622 ] Calling skip() on CommandEvent causes segfault on OS X 10.5 Message-ID: <20071227002456.5E68A18585D8@rubyforge.org> Bugs item #16622, was opened at 2007-12-27 00:24 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16622&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Calling skip() on CommandEvent causes segfault on OS X 10.5 Initial Comment: If skip is called on the handler for a CommandEvent for the "About" menu item in the minimal sample, there is a segfault with the following backtrace: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000005 0x906fc265 in CFGetTypeID () (gdb) whe whe #0 0x906fc265 in CFGetTypeID () #1 0x92fc6246 in HIAboutBox () #2 0x92e3860e in HIStdAppHandler::HandleEvent () #3 0x92e358fe in TEventHandler::EventHandler () #4 0x92daf863 in DispatchEventToHandlers () #5 0x92daec9d in SendEventToEventTargetInternal () #6 0x92dcb08e in SendEventToEventTarget () #7 0x92dffc9d in SendHICommandEvent () #8 0x92e26377 in SendMenuCommandWithContextAndModifiers () #9 0x92e26334 in SendMenuItemSelectedEvent () #10 0x92e26242 in FinishMenuSelection () #11 0x92e02f32 in MenuSelectCore () #12 0x92e91cae in MenuSelect () #13 0x0151bab4 in wxMacTopLevelMouseEventHandler (handler=0xbfffe420, event=0x12736860, data=0x0) at ../src/mac/carbon/toplevel.cpp:577 #14 0x014b276c in wxMacAppEventHandler (handler=0xbfffe420, event=0x12736860, data=0x12720be0) at ../src/mac/carbon/app.cpp:665 #15 0x92daf863 in DispatchEventToHandlers () #16 0x92daec9d in SendEventToEventTargetInternal () #17 0x92dcb08e in SendEventToEventTarget () #18 0x92dde02b in ToolboxEventDispatcherHandler () #19 0x92dafc1c in DispatchEventToHandlers () #20 0x92daec9d in SendEventToEventTargetInternal () #21 0x92dcb08e in SendEventToEventTarget () #22 0x014b0df5 in wxApp::MacHandleOneEvent (this=0x12720be0, evr=0x12736860) at ../src/mac/carbon/app.cpp:1225 #23 0x014b0ec5 in wxApp::MacDoOneEvent (this=0x12720be0) at ../src/mac/carbon/app.cpp:1194 #24 0x014cc938 in wxEventLoop::Dispatch (this=0x12496b30) at ../src/mac/carbon/evtloop.cpp:107 #25 0x0156b72d in wxEventLoopManual::Run (this=0x12496b30) at ../src/common/evtloopcmn.cpp:115 #26 0x0154160d in wxAppBase::MainLoop (this=0x12720be0) at ../src/common/appcmn.cpp:312 #27 0x0154177b in wxAppBase::OnRun (this=0x12720be0) at ../src/common/appcmn.cpp:367 #28 0x0143afd3 in wxEntry (argc=@0x1be51f8, argv=0x12724300) at ../src/common/init.cpp:456 #29 0x0143b092 in wxEntry (argc=@0x1bc93dc, argv=0x1bc93d4) at ../src/common/init.cpp:468 #30 0x010085ee in _wrap_App_main_loop () at thread.h:594 #31 0x000ce525 in call_cfunc (func=0x1008500 <_wrap_App_main_loop(int, unsigned long*, unsigned long)>, recv=305859120, len=, argc=0, argv=0xbfffe860) at vm_insnhelper.c:281 #32 0x000d18d0 in vm_call_method (th=0x2007d0, cfp=0x37ff20, num=0, blockptr=0x1, flag=97, id=12240, mn=0x1234adfc, recv=305859120, klass=305859280) at vm_insnhelper.c:371 #33 0x000d5764 in vm_eval (th=0x2007d0, initial=0) at insns.def:1050 #34 0x000d9adc in vm_eval_body (th=0x2007d0) at vm.c:1148 #35 0x000d9da9 in rb_iseq_eval (iseqval=1609560) at vm.c:1357 #36 0x0001ec64 in ruby_exec_node (n=0x1892b4, file=0x242101 "samples/minimal/minimal.rb") at eval.c:229 #37 0x000237ca in ruby_run_node (n=0x1892b4) at eval.c:259 #38 0x0000239f in main (argc=3, argv=0x200690, envp=0xbffff454) at main.c:39 ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16622&group_id=35 From noreply at rubyforge.org Fri Dec 28 09:55:38 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Fri, 28 Dec 2007 09:55:38 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16671 ] GridCellBoolEditor doesn't work: pure virtual method Message-ID: <20071228145538.91F2A1858683@rubyforge.org> Bugs item #16671, was opened at 2007-12-28 14:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16671&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: GridCellBoolEditor doesn't work: pure virtual method Initial Comment: - GridCellBoolEditor doesn't work. Error message: "Swig director pure virtual method called wxGridCellEditor::Create (RuntimeError)" also - GridCellBollRenderer: the cell value can only be "0" or "1". When it is "true" or "false" nothing ist redenderer. Isn't it a bool renderer? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16671&group_id=35 From noreply at rubyforge.org Fri Dec 28 10:20:49 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Fri, 28 Dec 2007 10:20:49 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16672 ] Compile error on Linux with URLDataObject.cpp Message-ID: <20071228152052.084B4185868F@rubyforge.org> Bugs item #16672, was opened at 2007-12-28 15:20 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16672&group_id=35 Category: Compile/build Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Compile error on Linux with URLDataObject.cpp Initial Comment: % gcc --version gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-59) g++ -c -I/home/rwa/linux-packages/wxGTK- 2.8.7-static/lib/wx/include/gtk2-ansi-release-static-2.8 -I/home/rwa/linux-packages/wxGTK-2.8.7-static/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D__WXGTK__ -g -O2 -Wno-unused-function -I /home/rwa/linux-packages/gems/rake- 0.8.0/bin -I /home/rwa/linux-packages/gems/rake-0.8.0/lib -I /home/rwa/linux-packages/ruby-1.8.6/lib/ruby/site_ruby/1.8 -I /home/rwa/linux-packages/ruby-1.8.6/lib/ruby/site_ruby/1.8/i686-linux -I /home/rwa/linux-packages/ruby- 1.8.6/lib/ruby/site_ruby -I /home/rwa/linux-packages/ruby-1.8.6/lib/ruby/1.8 -I /home/rwa/linux-packages/ruby-1.8.6/lib/ruby/1.8/i686-linux -I . -I /home/rwa/Distributions/wxruby-svn/doc/lib -o obj/URLDataObject.o src/URLDataObject.cpp In file included from src/URLDataObject.cpp:2092: src/URLDataObject.h:19: base `Swig::Director' with only non-default constructor in class without a constructor rake aborted! Command failed with status (1): [g++ -c -I/home/rwa/linux-packages/wxGTK-...] ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16672&group_id=35 From noreply at rubyforge.org Sun Dec 30 19:32:24 2007 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Sun, 30 Dec 2007 19:32:24 -0500 (EST) Subject: [wxruby-development] [ wxruby-Bugs-16718 ] rake aborted! can't convert nil into String Message-ID: <20071231003224.91D811858614@rubyforge.org> Bugs item #16718, was opened at 2007-12-30 19:32 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16718&group_id=35 Category: Compile/build Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: 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' /usr/bin/rake:4 ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16718&group_id=35