Hello, I am trying to build OpenSSL for Windows CE 5. We have followed instructions:
> "C:\Program Files\Microsoft eMbedded Tools\EVC\WCE300\BIN\WCEARM.BAT"" > set WCECOMPAT=C:\wcecompat > perl Configure VC-CE > nmake -f ms\cedll.mak However, the nmake fails and we're not quite sure why. The output shows it successfully makes the out32dll_ & tmp32dll_ directories. It then shows a bunch of successful copy *.h files. It gets all the way to the point where it is executing the cl script with a bunch of parameters, until it spits out an error and the operation fails. The error is: tmp32dll_\e_os.h(299):fatal error C1083:Cannot open include file: 'winsock_extras.h': No such file or directory NMAKE:fatal error U1077: "'C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.EXE'": return code '0x2' Stop. I see the location in e_os.h where it is looking for this file - but I'm not entirely sure where it is looking. We searched the entire openssl directory, I even googled to try to find the file to download without much luck. I was contemplating trying to remove this entry from e_os.h but don't understand enough about this to know if it is absolutely required for this to work. Does anyone have any suggestions as to what I can try to get around this error and make the dll file? If you need more specific information please let me know. Thanks in advance. - Denise Mangano - Director of Technical Services - Complus Data Innovations, Inc. - P: 914-747-1200 - F: 914-747-1798 - www.complusdata.com <http://www.complusdata.com/> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
