Hi,

This problem has been mentoned before.

In the mailing lists from openssl the following is proposed :

replace : #include unistd.h

with

#include <openssl/e_os.h>
#ifndef MSDOS
#include <unistd.h>
#else
#include <process.h>
typedef int pid_t;
#endif



Regards,


Erik Ulrichts
Hypertrust NV
Belgium
[EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Chuo HUANG(CMS)
Sent: donderdag 25 april 2002 16:13
To: [EMAIL PROTECTED]
Subject: nmake problem on win2000


Hello!I encountered a problem (might be a silly one you think) when I
install
0.9.6c. 
 My system is windows 2000, ActivePerl-5.6.1.631-MSWin32-x86.msi, and
MSVC++ 6. 
 Please see below. 
C:\>cd D:\openssl-engine-0.9.6c
D:\openssl-engine-0.9.6c>perl Configure VC-WIN32 
D:\openssl-engine-0.9.6c>ms\do-nasm
(I installed nasm. )
D:\openssl-engine-0.9.6c>nmake -f ms\ntdll.mak
It compiled for a long time then displayed:
....
....
rypto\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

Then I searched in my computer and found there is a unistd.h under"
C:\Perl\Site\Tk\pTk\compat\".

Could you help me to find what wrong is?
Many thanks to you.
Special thanks to the owner of [EMAIL PROTECTED] 

Zoe


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to