This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Build problem


"amassa@cts.com" wrote:
> sh -c "cd
> //D/PROGRA~1/REDHAT~1/cvs/ecos/packages/services/memalloc/common/current/src
> ; sh heapgen.tcl
> //D/Projects/Blackbird/Tornado/software/ecoslatest/ecosmbx/ecosmbx_install
> `pwd`"
> application-specific initialization failed: Can't find a usable init.tcl in
> the following directories:
> {} d:/Tornado2/host/x86-win32/lib/tcl8.0
> D:/PROGRA~1/REDHAT~1/cvs/ecos/packages/services/memalloc/common/tcl8.0/library D:/PROGRA~1/REDHAT~1/cvs/ecos/packages/services/memalloc/common/current/library
> 
> This probably means that Tcl wasn't installed properly.

eCos is picking up a tclsh executable from your Tornado installation,
rather than cygtclsh80 from cygwin (heapgen.tcl tries tclsh, and then
cygtclsh80). Remove the Tornado tools from your PATH before running the
configuration tool - you can probably just write a little batch file to set
your path correctly to do this.

Alternatively edit heapgen.tcl in your source tree and remove the attempt
to run tclsh first.

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]