Barry Caplan <[EMAIL PROTECTED]> writes: > XERCESCROOT=/tmp/xerces/xerces-c-src_2_5_0 > XERCES_INCLUDE=/tmp/xerces/xerces-c-src_2_5_0/include/xercesc/util/ > XERCES_LIB=/tmp/xerces/xerces-c-src_2_5_0/lib
Hey Barry, If you set XERCESCROOT, you don't need to set the other two, in fact, they may conflict (as your settings do). I appologize as the wording in the README is not explicit about how the other two variables should be set. You have set LIB properly, but INCLUDE should be set to the *top level* include directory: XERCES_INCLUDE=/tmp/xerces/xerces-c-src_2_5_0/include/ But as I say, if you use XERCESCROOT, you don't need the other two. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
