Bugs item #3572729, was opened at 2012-09-28 04:26
Message generated for change (Settings changed) 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: Closed
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

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Cscope-devel mailing list
Cscope-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cscope-devel

Reply via email to