Re: [libxml-devel] libxslt bindings

2006-03-09 Thread Ross Bamford
On Thu, 09 Mar 2006 02:20:41 -, 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 >> >> versi

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

Re: [libxml-devel] libxslt bindings

2006-02-27 Thread Sean Chittenden
> >> 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 makefile, *copy* a version of > > ruby-libxml's headers into the libxslt tree. Then inst

Re: [libxml-devel] libxslt bindings

2006-02-27 Thread Ross Bamford
On Mon, 27 Feb 2006 17:34:57 -, 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 makefile, *copy* a

Re: [libxml-devel] libxslt bindings

2006-02-27 Thread Sean Chittenden
> 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 makefile, *copy* a version of ruby-libxml's headers into the libxslt tree. Then install a version check a

[libxml-devel] libxslt bindings

2006-02-27 Thread Ross Bamford
Over the past couple of days I've started looking at bringing the libxslt bindings up to date, but am having some 'fun' with the compile/linking and trying to have it work as a Rubygem. Mainly the problem is that it requires the libxml-ruby headers, but we can't guarantee that they'll be pre