On Jan 29, 1:59 pm, Sam Ruby <[EMAIL PROTECTED]> wrote: > Two things: > > I'm trying to port a number of projects to Ruby 1.9. Current status can > be seen here: > > http://intertwingly.net/projects/ruby19/logs/ > > I'd like to try libxml2, presuming that people would be interested in > accepting patches to make this work under 1.9, while continuing to work > under 1.8. > > The second thing is that I first tried to build it under 1.8. What I > get is: > > $ rake > (in /home/rubys/svn/libxml) > rake aborted! > No such file or directory - ext/xml/libxml.h > /home/rubys/svn/libxml/Rakefile:18:in `read' > (See full trace by running task with --trace) > > Did I miss a step?
I updated the Rakefile to shell out to the task/* scripts. $ rake -T (in /home/trans/Company/TigerOps/programs/libxml/trunk) rake clean # Remove any temporary products. rake clobber # Remove any generated file. rake compile # Compile extensions. rake default # Default task (compile, test and memory test) rake memory # Run memory test suite. rake rdoc # Generate rdoc documentation. rake setup # Install to local site directory. rake test # Run unit test suite. T. _______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel