Title: mico problem

Hi Liang,

 

Most likely you are running the make command in a regular DOS windows instead of a MSDEV command prompt. The error message you are getting indicates that the MS compiler cannot find its own core include files.

 

It that is not the case your MSDEV environment is could be corrupted. If you open the MSDEV command prompt and type ‘set include’ the result should be similar to this:

 

“INCLUDE=C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE;C:\ProgramFiles\Microsoft Visual Studio 8\VC\INCLUDE;C:\Program Files\Microsoft Visual Studio \VC\PlatformSDK\include;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\include;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\include\”

 

The windows.h and the winsock2.h include files must be found using that search path (normally at C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\Windows.h).

 

Good luck:

 

Zoltan

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Liang Zhao
Sent: Thursday, May 11, 2006 11:18 PM
To: [email protected]
Subject: [mico-devel] mico problem

 

hi

   when I compile mico using nmake /f Makefile.win32, I got below error:

fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory

do I need modify makefile to define some macro?

thanks very much
liang

_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to