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: Configtools make error


Sorry,I have missed the lib and include path of tcl when make configtool.
This time I add it,but there still errors and so many warnings:

-------------
 --------------------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...

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

atabaseBody::template_version_data> >' : identifier was truncated to '255' characters in the debug information
warning C4786: 'std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,CdlPackagesDatabaseBody::template_version_data,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<CdlPackagesD
atabaseBody::template_version_data> >::value_compare' : identifier was truncated to '255' characters in the debug information
warning C4786: 'std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,CdlPackagesDatabaseBody::template_version_data,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<CdlPackagesD
atabaseBody::template_version_data> >::_Kfn' : identifier was truncated to '255' characters in the debug information
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file 'v:\ConfigTool\release\build.sbr': No such file or directory
Error executing bscmake.exe.

Configtool.exe - 2 error(s), 1987 warning(s)


----- Original Message ----- 
From: "baran" <baran@yeah.net>
To: <ecos-discuss@sources.redhat.com>
Sent: Saturday, August 10, 2002 12:59 PM
Subject: [ECOS] 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]