It gives me this error message.
$ ./configure
./configure: line 16: $’\r’: command not found
./configure: line 26: syntax error near unexpected token newline' ./configure: line 26:
case (set -o) 2>/dev/null
in posix) set -o posix;;
'sac
AMDG
crazygamealexs@hotmail.com wrote:
It gives me this error message.
$ ./configure
./configure: line 16: $'\r': command not found
./configure: line 26: syntax error near unexpected token `newline'
./configure: line 26: ` case `(set -o) 2>/dev/null` in *posix*) set -o posix;;
'sac
dos2unix configure should fix the line endings or you
could check out llvm and clang with a cygwin svn client.
Alternately, someone could set svn:eol-style to LF for
shell scripts.
In Christ,
Steven Watanabe
I regenerated the toplevel configure today, but there aren't any changes in that area so it wouldn't have changed (and didn't as far as I can tell from a diff).
Are you sure everything is set up the same way on your machine as it was last time?
-eric
The dos2unix doesn't work it gives me another error. I don't know any cygwin clients anywhere.
I don't know what you did. I'm sorry.
-eric
AMDG
crazygamealexs@hotmail.com wrote:
The dos2unix doesn't work it gives me another error.
What error do you get?
I don't know any cygwin clients anywhere.
Doesn't cygwin have a svn package?
In Christ,
Steven Watanabe