Re: [libxml-devel] what about rb_gc_mark(): unknown data type

2008-09-12 Thread Dmitri Priimak
Charlie Savage wrote: I do not have a test case. The code is just loading bunch of file one after another in the string, then parses it and extracts few elements using XPath. Peculiarity of the code is that I am loading couple of hundred thousands of those xml files. The error does not always

Re: [libxml-devel] what about rb_gc_mark(): unknown data type

2008-09-12 Thread Charlie Savage
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