search for: rakewx

Displaying 20 results from an estimated 42 matches for "rakewx".

Did you mean: rake
2007 Dec 10
0
rake/rakewx.rb error
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...
2007 May 21
0
[1021] trunk/wxruby2/rake/rakewx.rb: Memory mgmt: don''t run fixdeleting anymore
...x solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1021] trunk/wxruby2/rake/rakewx.rb: Memory mgmt: don''t run fixdeleting anymore</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1021</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-05-...
2007 Apr 14
0
[967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile
...gin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>967</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-04-14 04:30:3...
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...ure.rb: $ruby_includes = " -I. -I " + Config::CONFIG["archdir"] rake/rakeconfigure.rb:$ruby_ldflags = Config::CONFIG["LDFLAGS"] rake/rakeconfigure.rb:$ruby_libs = Config::CONFIG["LIBS"] rake/rakeconfigure.rb:OBJ_EXT = Config::CONFIG["OBJEXT"] rake/rakewx.rb:$ruby_exe = Config::CONFIG["ruby_install_name"] rake/rakewx.rb: dest_dir = Config::CONFIG[''sitelibdir''] rake/rakewx.rb: cp TARGET_LIB, Config::CONFIG[''sitearchdir''] rake/rakewx.rb: rm_rf File.join(Config::CONFIG[''sitearchdir''],Fi...
2006 Oct 13
2
rakewx
With the recent check-in I accidentally committed my change to rakewx to remove the -fvirtual swig option. -fvirtual is incompatible with SWIG 1.3.30. It''s not necessary (as I recall) for 1.3.29 but only reduces the size of the wrapper code slightly. If anyone feels strongly about this I can make it conditional on the SWIG version but simply removing...
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can override the default by setting a WXRUBY_NO_UNICODE environment variable. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 21
1
Patch to rakewx.rb
I got tired of swig trying to swig backup files and whatnot that ended up in swig/classes. Tell me if this patch file works. I used forward slashes. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Jan 01
5
Compiling wxruby-1.9.2
...(in /bld/lib/wxruby-1.9.2) rake aborted! can''t 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''...
2005 Aug 07
1
Can''t rake without swig
You can''t rake without swig now. I keep swig out of my path so I can do a build without swig to be sure it works with the download. Exception `Errno::ENOENT'' at ./rake/rakewx.rb:20 - No such file or directory - swig -version No such file or directory - swig -version ./rake/rakewx.rb:20:in ``'' ./rake/rakewx.rb:20:in `have_good_swig'' ./rake/rakewx.rb:254:in `create_internal_swig_tasks'' Perhaps this will work better: def have_good_swig beg...
2006 Aug 14
6
Patches to rake files
rakewx.rb: - Added a $debug_build variable so when we do eventually we can also release non debug builds. I did not make this a constant on purpose so in the package tasks we can change it to false if we want to always make non debug builds by default. - Changed wx_config to use the $debug_build variable...
2007 Dec 27
3
build problems
...arly not the right change, but I don''t know what the right change is. This got me a little further: rake aborted! can''t convert nil into String [...]/wxruby-1.9.2/rakefile:48 which with more tracing and pondering, it appears that (something like) this change needs to be made in rakewx.rb: -stc_lib = $wx_libs[/\S+libwx\S+_stc\S+/] +stc_lib = $wx_libs[/\S+lwx\S+_stc\S+/] since wx_libs has strings of the form -lwx_gtk2_*. There is no "lib" in there. The build is now proceeding. Stay tuned. Is the rakefile system unmaintained or something? Adoption will be a problem...
2007 May 04
0
[1003] trunk/wxruby2: Create correct WXWIDGETS_VERSION string constant instead of hardcoding
...</h3> <pre>Create correct WXWIDGETS_VERSION string constant instead of hardcoding</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2libwxrb">trunk/wxruby2/lib/wx.rb</a></li> <li><a href="#trunkwxruby2rakerakewxrb">trunk/wxruby2/rake/rakewx.rb</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2libwxrb"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/lib/wx.rb (1002 => 1003)...
2004 Jun 10
2
Building wxruby-swig on WinXP
Sorry for the lameness, but I need things explained to me very slowly... -----Original Message----- Subject: RE: [Wxruby-users] wxGrid Question > > Yes, grab the latest tarball from the above location. Then, you should > install rubygems if you haven''t already: > http://rubyforge.org/projects/rubygems/ > > That should allow you to easily install rake: >
2006 Oct 21
0
[702] trunk/wxruby2: Additions to allow faster compiling via a Makefile on dual-processor
...-21 15:17:56 -0400 (Sat, 21 Oct 2006)</dd> </dl> <h3>Log Message</h3> <pre>Additions to allow faster compiling via a Makefile on dual-processor systems (Sean Long)</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2rakerakewxrb">trunk/wxruby2/rake/rakewx.rb</a></li> <li><a href="#trunkwxruby2rakefile">trunk/wxruby2/rakefile</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2rakerakewxrb">&l...
2006 Nov 01
0
[719] trunk/wxruby2: Hide unsupported PrinterDC class on GTK (Alex Fenton)
...e</h3> <pre>Hide unsupported PrinterDC class on GTK (Alex Fenton)</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2rakerakelinuxrb">trunk/wxruby2/rake/rakelinux.rb</a></li> <li><a href="#trunkwxruby2rakerakewxrb">trunk/wxruby2/rake/rakewx.rb</a></li> <li><a href="#trunkwxruby2rakefile">trunk/wxruby2/rakefile</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2rakerakelinuxrb"&gt...
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
...; <dt>Date</dt> <dd>2006-10-23 22:40:31 -0400 (Mon, 23 Oct 2006)</dd> </dl> <h3>Log Message</h3> <pre>Patch for rake install, added rake uninstall</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2rakerakewxrb">trunk/wxruby2/rake/rakewx.rb</a></li> <li><a href="#trunkwxruby2rakefile">trunk/wxruby2/rakefile</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2rakerakewxrb">&l...
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
2006 Sep 12
6
Scintilla
wxScintilla already comes with a SWIG friendly header file. I modified the rakewx and the Scintilla.i file to include it directly from the wxScintilla install. This means it''s an odd-ball compared to our other classes. Does anyone see a problem with this? I think it''s best to use the one supplied with the installation to avoid problems of the header file...
2007 Dec 31
0
[ wxruby-Bugs-16718 ] rake aborted! can''t convert nil into String
...n: 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_r...
2006 Apr 25
1
Re: -fvirtual and compactdefaultargs (was StaticBoxSizer bug?)
...gory in the issue tracker. > We''ve been using the mailing list. We were working on getting a darcs repository going but I really don''t recall now whether that''s up and running (anyone?). > How do people feel about adding -fvirtual to swig_options in > rake/rakewx.rb to eliminate redundant wrapper generation? I > raise this question because prior to declaring RecalcSize() in the > wxStaticBoxSizer.h, the wrapper generated for it in StaticBoxSizer.cpp > was a redundant version of what was generated for BoxSizer. Also, how > about using %feature(...