Bugs item #3572729, was opened at 2012-09-28 04:26
Message generated for change (Comment added) made by broeker
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=3572729&group_id=4664

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Niraj (nniraj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error in installing cscope

Initial Comment:
When I try to run Configure script, I get below error:
$ ./configure
./configure: line 16: $'\r': command not found
./configure: line 31: syntax error near unexpected token `newline'
'/configure: line 31: `     ;;

----------------------------------------------------------------------

>Comment By: Hans-Bernhard Broeker (broeker)
Date: 2012-09-28 07:24

Message:
\r stands for the ASCII carriage return character.  By far the most typical
reason for that problem would be that your 'configure' script was generated
by tools using DOS line endings, but you're using it in an environment that
doesn't expect DOS line ends (e.g. Cygwin in binary-mount mode).

As such, this is almost guaranteed to be an issue not with the program
itself, but with the way you acquired or unpacked the source code

----------------------------------------------------------------------

Comment By: Niraj (nniraj)
Date: 2012-09-28 04:30

Message:
I am using cygwin xterm.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=3572729&group_id=4664

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Cscope-devel mailing list
Cscope-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cscope-devel

Reply via email to