For debugging purposes I would like to build xerces-c in my Eclipse CDT IDE, along with the other code that uses it.
The challenge in building xerces-c in an Eclipse auto-make project is 'configure' and 'make' require an environment variable XERCESCROOT, with a fully qualified path to the source directory. Has anyone tackled the auto-make project setup for xerces-c using Eclipse CDT? I am currently working with xerces-c 2.8.0 this environment variable requirement may not be a common requirement of most auto-tools projects.