Re: [libxml-devel] More crashes, in malloc...

2008-02-11 Thread Luc Heinrich
On 11 févr. 08, at 18:57, Dan Janowski wrote: > Since it is OS X, did you try to enable any of the malloc debug > (man malloc)? There are a whole bunch of env vars that can be set, > sometimes they provide useful information. Yes, actually, I did. I enabled MallocStackLogging and MallocStac

Re: [libxml-devel] More crashes, in malloc...

2008-02-11 Thread Dan Janowski
Since it is OS X, did you try to enable any of the malloc debug (man malloc)? There are a whole bunch of env vars that can be set, sometimes they provide useful information. Dan On Feb 9, 2008 12:37 PM, Luc Heinrich <[EMAIL PROTECTED]> wrote: > Greetings, > > So my last posts about crashes in 'r

Re: [libxml-devel] Release and Windows Gem

2008-02-11 Thread Trans
On Feb 8, 6:31 pm, Charlie Savage <[EMAIL PROTECTED]> wrote: > > Oh? Hmm... I'm just going by what I've read others doing --cross > > compiling on Linux using mingw. I'm not sure at all about actually > > compiling on a WIndows platform, since I don't use Windows at all. > > I haven't tried that

[libxml-devel] require path broken

2008-02-11 Thread Jochen Topf
Just tried to install current libxml-ruby gem. (On Ubuntu 7.10). It used to be that I had to require 'xml/libxml' to use it. But now it was installed in the lib directory directly. So now its require 'libxml' But this fails, it still searches for 'xml/libxml_so'. If I change the beginning of