Hmm, works here for me.  What problems are you having.
ruby_xml_node.c:535: error: conflicting types for ‘ruby_xml_node_last_get’
ruby_xml_node.c:229: error: previous implicit declaration of ‘ruby_xml_node_last_get’ was here

You did not define prototype for this function. See this patch
http://www.stanford.edu/~priimak/patches/ruby-libxml.revision.526.patch.0

I wonder why you did not have any problems compiling it?

Ah - I reverted that change locally (it was the whole discussion about <<)). I checked in my change to remove the call to ruby_xml_node_last_get. So resync, should be ok (I didn't apply the patch because its not needed anymore).

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to