Page 1 of 1

About the file format of configure file...

Posted: Wed May 27, 2009 8:14 pm
by cyt93cs
Hi there, I'm a CodeLite user on Linux (Debian).

Today I update my CodeLite trunk to r2842 using `svn up', then do

Code: Select all

./configure --prefix=/home/cyt/opt/codelite --plugins-dir=/home/cyt/opt/lib/codelite
But bash (version 3.2.48(1)-release) complained about:

Code: Select all

bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory
It is apparent the issue of DOS file format. But I had no idea why this bit my today. I remembered there was no such issue when I last updated.

Is it possible to force this file as UNIX file format?

Re: About the file format of configure file...

Posted: Wed May 27, 2009 8:25 pm
by eranif
cyt93cs wrote:Is it possible to force this file as UNIX file format?
Yes, I probably applied patch for the configure on Windows...

I will fix this one asap.

EDIT: fixed and committed

Eran