diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-15 01:25:32 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-15 01:25:32 +0000 |
commit | decad1377a5e6fdaf9e0309d44d21eee3f5fb80b (patch) | |
tree | d60d3699043905a6dc2967b27c81b5321131e159 | |
parent | added comment. (diff) | |
download | ice-decad1377a5e6fdaf9e0309d44d21eee3f5fb80b.tar.bz2 ice-decad1377a5e6fdaf9e0309d44d21eee3f5fb80b.tar.xz ice-decad1377a5e6fdaf9e0309d44d21eee3f5fb80b.zip |
updated INSTALL.WINCE.
-rw-r--r-- | cppe/INSTALL.WINCE | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/cppe/INSTALL.WINCE b/cppe/INSTALL.WINCE index aabb4c340ec..ce73358d9f1 100644 --- a/cppe/INSTALL.WINCE +++ b/cppe/INSTALL.WINCE @@ -181,3 +181,47 @@ Installation ====================================================================== No automatic installation support is provided. + + +====================================================================== +Known Issues +====================================================================== + +When building with EVC many of these messages are displayed: + +c:\src\icee\src\IceE\UUID.cpp(33): Could not find the file unistd.h. +c:\src\icee\include\IceE\Config.h(268): Could not find the file unistd.h. +C:\SRC\STLPORT\5.0RC2\STLPORT\STLPORT\pthread.h(24): Could not find the file /usr/include/pthread.h. + +For details on this problem see: +- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcce/htm/evc_guide10_4.asp +- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_Excluding_Files_When_Dependency_Checking.asp + +In order to resolve this problem add the following to your +SYSINCL.DAT (on my machine c:\Program Files\Microsoft eMbedded C++ 4.0\Common\Evc\bin\SYSINCL.DAT), +and restart EVC. + +unistd.h +pthread.h +features.h +isynonym.hpp +stl_is.h +mcompile.h +standards.h +sys/cdefs.h +stdexcept.stdh +CoreSwitches_AC.h +ConditionalMacros_AC.h +Types_AC.h +ConditionalMacros.h +mslGlobals.h +ansi_parms.h +sys/features_test.h +sys/socket.h +sys/time.h +sys/select.h +netinet/in.h +netinet/tcp.h +arpa/inet.h +netdb.h + |