search for: tclean

Displaying 3 results from an estimated 3 matches for "tclean".

Did you mean: clean
2004 Feb 02
4
extconf.rb patch
Hi! Why not automagically delete generated header files like this? File.open("Makefile","ab+"){|f| f.puts f.puts("tclean:; @$(RM) "+(Dir[''*.t''].map{|fn| fn.sub(''.t'',''.h'')}.join)) f.puts } Reduces user error :) Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langes...
2003 Dec 12
3
I hate make
Does anyone else here think that it might be a good idea to shift wxruby to use rake (http://rubyforge.org/projects/rake/) or perhaps one of the other "modern" build systems? One example of a task that would be trivial with rake, but seem to be really painful with make: Define a tclean target that deletes all the .h and .cpp files that are built from .t files. I''m not sure if rake could replace the extconf step, but it seems like it could. I''m not certain it would be better for cross-platform stuff, but it seems like it would be at least as good. Objections...
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and