Displaying 3 results from an estimated 3 matches for "create_internal_swig_task".
Did you mean:
create_internal_swig_tasks
2005 Aug 07
1
Can''t rake without swig
...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
begin
version = `#{$swig_cmd} -version`.strip.split("\n")[0]
rescue SystemCallError
end
if(!version)
return false
end
return (version >= "SWIG Version 1.3.25" && ver...
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
...ibdir''], ''wx.rb'')
+ rm_rf File.join(Config::CONFIG[''sitelibdir''], ''wx'')
+ end
</ins><span class="cx"> end
</span><span class="cx">
</span><span class="cx"> def create_internal_swig_tasks
</span><span class="lines">@@ -400,4 +410,4 @@
</span><span class="cx">
</span><span class="cx"> def run_makefile(num_threads=1)
</span><span class="cx"> system("make -j #{num_threads.to_i}")
</...
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many
problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to
swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s
the current release.
I''m finding all kinds of problems with the post-processors we have that
clean up the .cpp files that swig creates. The