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]
Other format: [Raw text]

Re: Error in building heaps.cxx


sll@libero.it wrote:
XPWD=`pwd` ; cd /ecos-c/cygwin/ecos_sources/ecos/packages/services/memalloc/common/current/src ; sh heapgen.tcl "/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_install" "$XPWD"
couldn't read file "/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build/services/memalloc/common/current/heapgeninc.tcl": no such file or directory
while executing
"source [ file join $builddir heapgeninc.tcl ]"
(file "heapgen.tcl" line 90)
make[1]: Leaving directory `/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build/services/memalloc/common/current'
make[1]: *** [heaps.cxx] Error 1
make: Leaving directory `/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build'
make: *** [build] Error 2

--------------------------------------------------------

Please note that heapgeninc.tcl exists in specified location, so why i get the "no such file or directory" message?
I suspect this is yet another incompatibility with the latest TCL (8.4)that the cygwin group released recently. It appears not to understand cygwin paths any more which makes it pretty useless as a cygwin package. We're working on a workaround. In the meantime assuming you do indeed have TCL 8.4, try downgrading to 8.3. Run cygwin's setup.exe again and toggle the selected package version for the TCL package to try and get an earlier version.

Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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