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

[hts-users:01919] Re: How to install tcl with snack in cygwin?


Thanks, and you are right. I missed a 'c/' in the path. 

2009/3/30 Alexis Moinet <alexis.moinet@xxxxxxxxxx>
康世胤 wrote :
> Should I install the win32 version of ActiveTcl and configure the demo
> like this :
>
> ./configure --with-tcl-search-path=/cygdriver/ActiveTcl-8.4/bin
>
> Is this the right way ?

yes, but it should be

--with-tcl-search-path=/cygdrive/c/ActiveTcl-8.4/bin

if you installed ActiveTcl for windows in C:\ActiveTcl-8.4 (unless
cygwin changed the path to windows disks ?)

after that, you can check data/Makefile parameter TCLSH. It ought to be
TCLSH = /cygdrive/c/ActiveTcl-8.4/bin/tclsh (maybe tclsh.exe)

Alexis





--
康世胤
Shiyin Kang

kangshiyin@xxxxxxxxx
Mobile: (+86)13810352340
Tel: (+8610)62775251

FIT 3-522
Lab of Human-Computer Speech Interaction,
Department of Computer Science & Technology,
Tsinghua University,Beijing, P.R.China, 100084

References
[hts-users:01916] How to install tcl with snack in cygwin?, 康世胤
[hts-users:01918] Re: How to install tcl with snack in cygwin?, Alexis Moinet