這個問題是繼續this post,我已經嘗試安裝Xerces-C,但事情是Xerces-C版本是2.8.0和3.0.0和XML :: XERCES最新版本是2.7.0,所以我得到以下錯誤消息:我在哪裏可以獲得與XML :: XERCES 2.7.0兼容的Xerces-C?
Update2:這是我得到的錯誤,它說有一些版本不匹配。
Using XERCES_LIB = /home/adoshi/XML-Parser/Parser2/ xerces-c_2_8_0-hppa-hpux-acc_3(1)/xerces-c_2_8_0-hppa-hpux-acc_3/lib Using XERCES_INCLUDE = /home/adoshi/XML-Parser/Parser2/ xerces-c_2_8_0-hppa-hpux-acc_3(1)/xerces-c_2_8_0-hppa-hpux-acc_3/include WARNING You have defined the XERCESCROOT variable, but the file: XERCESCROOT/src/xercesc/config.status does not seem to point to the config.status file that was used to build your Xerces-C library. Without that file, I may not be able to properly build the C++ glue files that come with Xerces.pm. Proceeding anyway ... Using Xerces-C version info from /home/adoshi/XML-Parser/Parser2/xerces -c_2_8_0-hppa-hpux-acc_3(1)/xerces-c_2_8_0-hppa-hpux-acc_3/include/xercesc/util /XercesVersion.hpp *** Version Mismatch *** You are attempt to build XML::Xerces-2.7.0-0 using Xerces-C-2.8.0, this will most likely fail, so I am aborting. You must use Xerces-C-2.7.0
任何指導將不勝感激。
我想XML :: XERCES版本是2.7.0,而Xerces-C版本是2.8.0和3.0.0,那麼獲取XML :: XERCES Parser的可能方法是什麼? – Rachel 2009-10-19 16:36:33
這可能已經在原始問題上處理了...... – 2009-10-19 17:49:28
是的 - 你需要匹配XML :: XERCES和庫之間的版本 – 2009-10-20 01:41:06