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]

Configtools make error


Hi all:

I use vc6sp5,the newest cygwin and tcltk8.3 to make the current cvs ecos,but there are some problems:

following the README file in <ecos cvs path>\host of the cvs version,I have made cdl projects successfully 
with no errors. But when made Configuretool there are so many errors as the following:(here my ecos cvs 
path is e:\ecos)

---------------
 --------------------Configuration: Configtool - Win32 Release--------------------
Build : warning : failed to (or don't know how to) build 'E:\ecos\doc\eCos.hhp'
Performing Custom Build Step on ..\..\..\..\..\doc\eCos.hhp

....

../tohhc.sh: ../tohhc.sh: No such file or directory

....

Can't find E:\ecos\host\tools\configtool\standalone\win32\Link1.htm
Can't find E:\ecos\host\tools\configtool\standalone\win32\eCos.hhc
Can't find E:\ecos\host\tools\configtool\standalone\win32\eCos.hhk
Can't find E:\ecos\host\tools\configtool\standalone\win32\eCos.hhp
Can't find E:\ecos\host\tools\configtool\standalone\win32\eCos.chm
Compiling...
StdAfx.cpp
Compiling...
AddRemoveDialog.cpp
BCMenu.cpp
BinDirDialog.cpp
E:\Microsoft Visual Studio\VC98\INCLUDE\xlocale(296) : warning C4663: C++ language change: to explicitly specialize class template 'codecvt' use the following syntax:
        template<> class codecvt<unsigned short,char,int> ...
E:\Microsoft Visual Studio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : signed/unsigned mismatch
E:\Microsoft Visual Studio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language change: to explicitly specialize class template 'ctype' use the following syntax:
        template<> class ctype<char> ...
....

E:\Microsoft Visual Studio\VC98\INCLUDE\xlocale(387) : warning C4018: '<' : signed/unsigned mismatch
E:\Microsoft Visual Studio\VC98\INCLUDE\xlocale(519) : warning C4663: C++ language change: to explicitly specialize class template 'ctype' use the following syntax:
        template<> class ctype<char> ...
V:\cdl\Release\include\cdlcore.hxx(120) : fatal error C1083: Cannot open include file: 'tcl.h': No such file or directory
ControlView.cpp

....
....
....

V:\cdl\Release\include\cdlcore.hxx(120) : fatal error C1083: Cannot open include file: 'tcl.h': No such file or directory
Generating Code...
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file 'v:\ConfigTool\release\BinDirDialog.sbr': No such file or directory
Error executing bscmake.exe.

Configtool.exe - 29 error(s), 379 warning(s)

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

Any advice?
thank you.

baran

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