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