Hi, I am trying to build Xerces from the source and am getting these errors when I try to run runConfigure:
$ ./runConfigure -p cygwin -c gcc -x g++ ./runConfigure: line 22: $'\r': command not found ./runConfigure: line 43: $'\r': command not found ./runConfigure: line 44: syntax error near unexpected token `$'\r'' '/runConfigure: line 44: `usage() I am using: Xerces-C++ version: 2.8.0 platform: cygwin OS: Windows Vista Home Premium compiler: GCC/G++ version 3.4.4 So, I run cygwin, and browse to the directory that contains runConfigure (cygdrive/c/dev/eclipse/xerces -c-src_2_8_0/src/xercesc) and type the first line above, and it spits back the next 4 lines of errors. I'm sure Im missing something, but I didnt see any steps that I've missed in the build instructions for cygwin/unix, nor did I see anything in the FAQ. Thanks in advance for any help you can give. -Walker
