Re: [libxml-devel] Problems installing libxml-ruby on OS X 10.3

2007-12-17 Thread Dan Janowski
What does the mkmf.log contain? On Dec 16, 2007, at 22:18, Henry Wagner wrote: > Hi, > > I'm running into some errors installing libxml-ruby on OS X 10.3.9. > I'm using ruby 1.8.6 > > Gonk:~/Desktop apple$ sudo gem install -r libxml-ruby > Building native extensions. This could take a while... >

[libxml-devel] memory leak?

2007-12-17 Thread simon . wilkinson
Hi, I have an application that reads a listing of files from a directory, and then uses libxml-ruby (using XPath) to parse the files. This occurs in a loop, picking up new files as they are added. Over time, memory really grows on the process doing this work. Are there any known memory issue

Re: [libxml-devel] memory leak?

2007-12-17 Thread Dan Janowski
Depends on the version you are running. ruby -e 'require "xml/libxml"; puts XML::Parser::VERSION' On Dec 17, 2007, at 18:47, [EMAIL PROTECTED] wrote: > Hi, > > I have an application that reads a listing of files from a > directory, and then uses libxml-ruby (using XPath) to parse the > files

Re: [libxml-devel] Problems installing libxml-ruby on OS X 10.3

2007-12-17 Thread Henry Wagner
I made some progress. I didn't have gcc installed on the machine. Now I get further but still have trouble. I've attached mkmf.log Henry On 12/17/07, Dan Janowski <[EMAIL PROTECTED]> wrote: > What does the mkmf.log contain? > > On Dec 16, 2007, at 22:18, Henry Wagner wrote: > > > Hi, > > > > I'm

Re: [libxml-devel] Problems installing libxml-ruby on OS X 10.3

2007-12-17 Thread Dan Janowski
Maybe it is a rather old version of libxml2. On Dec 17, 2007, at 21:38, Henry Wagner wrote: > I made some progress. I didn't have gcc installed on the machine. Now > I get further but still have trouble. I've attached mkmf.log > > Henry > > On 12/17/07, Dan Janowski <[EMAIL PROTECTED]> wrote: >>