Re: [libxml-devel] libxslt bindings

2006-03-08 Thread Sean Chittenden
> >> Okay, for now I put in an #error thats hit if RUBY_LIBXML_VERNUM > >> != RUBY_LIBXSLT_VERNUM , so it won't compile if the headers > >> mismatch. Pretty crude I know but I had problems comparing the > >> versions, because right now they're octal consts in the source, > >> but will become decima

Re: [libxml-devel] libxslt bindings

2006-03-08 Thread Ross Bamford
On Thu, 09 Mar 2006 00:56:32 -, Sean Chittenden <[EMAIL PROTECTED]> wrote: >> Okay, for now I put in an #error thats hit if RUBY_LIBXML_VERNUM != >> RUBY_LIBXSLT_VERNUM , so it won't compile if the headers >> mismatch. Pretty crude I know but I had problems comparing the >> versions, because

Re: [libxml-devel] libxslt bindings

2006-03-08 Thread Sean Chittenden
> Okay, for now I put in an #error thats hit if RUBY_LIBXML_VERNUM != > RUBY_LIBXSLT_VERNUM , so it won't compile if the headers > mismatch. Pretty crude I know but I had problems comparing the > versions, because right now they're octal consts in the source, but > will become decimal at version 1.

Re: [libxml-devel] libxslt bindings

2006-03-08 Thread Ross Bamford
On Tue, 28 Feb 2006 00:47:23 -, Sean Chittenden <[EMAIL PROTECTED]> wrote: >> >> So anyway, here's the question: Does anyone know any links >> >> pertaining to building and linking interdependent ruby >> >> extensions? Or have any tips for me? >> > >> > During the dist-bzip2 phase of the ma