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
> >> 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
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
> 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.
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
> >> 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
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
> 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
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