On Sun, 2007-12-30 at 18:55 -0700, [EMAIL PROTECTED] wrote: > 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
Is it possible that your shell doesn't implement the $'...' construct? Check 'man bash' on your system. Dale
