[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01544] Re: SPTK 3.2 (CVS)


I guess your problem is probably like this.

When checking out in Windows as text format, ‘\r\n’ will be appended to line end. So the target in configure.ac becomes “Makefile\r”, which makes running ‘./configure’ report cannot find that file.

 

From: Jun Xu [mailto:xujun00@xxxxxxxxxxxxxxxxxxxxx]
Sent: Monday, July 21, 2008 3:35 PM
To: 'hts-users@xxxxxxxxxxxxxxx'
Subject: RE: [hts-users:01542] SPTK 3.2 (CVS)

 

Maybe your Makefile.in contains ‘\n\r’ at line end if you checked out in Windows platform.

 

 

From: 김일환 [mailto:cutekih@xxxxxxxxxxxxx]
Sent: Monday, July 21, 2008 2:07 PM
To: hts-users@xxxxxxxxxxxxxxx
Subject: [hts-users:01542] SPTK 3.2 (CVS)

 

 
Hi,
 
Has anyone successfully intalled the CVS version of SPTK?
 
I got error occuring in the "./configure" process
 
My process is :
 
1. aclcal 
 
2. automake -a -c  ( is maded "makefile.in" )
 
3. autoconf             ( is maded "configure"  )
 
4. ./configure    <---  this process error.
 
error message is  " cannot find input file : Makefile " , although I have a "makefile.in".
 
Could anyone tell me how to deal with this?
 
Thanks.

References
[hts-users:01542] SPTK 3.2 (CVS), 김일환