Developers:

 

It looks as though something is broke, but not being a C++ programmer, it could be my distribution.  This is the error message I get when trying to compile under MS C++ v 6.0.  The unistd.h is not part of my INCLUDE library, so perhaps you can enlighten me.  I also removed the /WX switch from the CFLAG line, but this did not help.  I also ran the ‘vcvars32’ to no avail.  The ‘/I’ does not work either.  The file just does not exist.  

 

Thanks

 

D:\openssl-engine-0.9.6c>nmake -f ms\ntdll.mak

 

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

 

Building OpenSSL
        cl /Fotmp32dll\hw_aep.obj  -Iinc32 -Itmp32dll /MD /W3 /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN
32 /Fdout32dll /GD -D_WINDLL -D_DLL  -c .\crypto\engine\hw_aep.c
hw_aep.c
.\crypto\engine\hw_aep.c(61) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

 

 

Reply via email to