Re: Build failure under cygwin

2003-06-03 Thread Webb Roberts
Aha! Well done! You found it. My installation had a previous set of includes in /usr/include. I don't how I acquired that. Because of the ordering of the include directives in the build (/usr/include BEFORE local build directories), the older includes were getting picked up during the build

Re: Build failure under cygwin

2003-06-03 Thread Neil Graham
o: [EMAIL PROTECTED] | | cc: | | Subject: B

Build failure under cygwin

2003-06-03 Thread Webb Roberts
I am trying to build xerces-c under cygwin. My cygwin installation is up-to-date. I get this with the CVS release, as well, as the 2.3.0 source release. After running runConfig, during make, on the very first sourcefile, I get the error below. I followed posted instructions, or tried to. Did