Re: [libxml-devel] libxml installation problem

2008-12-23 Thread RaySun
81 find_header('libxml/xmlversion.h', 82 '/dataCentral/lib/include/libxml2', 83 "#{CONFIG['prefix']}/include", 84 "#{CONFIG['prefix']}/include/libxml2", 85

Re: [libxml-devel] libxml installation problem

2008-12-23 Thread RaySun
Hi Charlie,After reset libxml path in extconf.rb, I can install libxml successfully. Thanks very much. I wish you Merry Christmas! --with-xml2-dir= --with-xml2-lib= --with-xml2-include= 2008/12/23 Charlie Savage > Hi Ray, > > I have two versions of libxml, one is the default libxml, the other

Re: [libxml-devel] libxml installation problem

2008-12-21 Thread RaySun
1 user devsrc4897992 Dec 17 16:25 libxml2.a 2008/12/21 Charlie Savage > Hi RaySun, > > I met some problems during installation. I cannot find 'xmlErrorPtr' >> defined in the C headers. So I got the error:ruby_xml_error.h:11: error: >> expected ')' befo

[libxml-devel] libxml installation problem

2008-12-17 Thread RaySun
Hello,I met some problems during installation. I cannot find 'xmlErrorPtr' defined in the C headers. So I got the error:ruby_xml_error.h:11: error: expected ')' before 'xerror'. Does anybody know why this is happened? Or my settings goes wrong? Thanks a lot. By the way, I also use gcc version 4.3.