That's odd.  stdio_extras.h is only included if OPENSSL_SYS_WINCE is defined
which is only defined if OPENSSL_SYSNAME_WINCE is defined which should only
be defined if you ran "perl Configure VC-CE".  Do you have any idea how
stdio_extras.h is being included when it's wrapped with an "#ifdef
OPENSSL_SYS_WINCE"?  Is there any reference to WCE in your ms\ntdll.mak?

The INCLUDE variable is set by vcvars32.bat.

Regards,

Steven

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Desmond Ling
Sent: Tuesday, 3 December 2002 11:31 AM
To: [EMAIL PROTECTED]
Subject: RE: How to make in Visual C++ 6.0


Hi
no i'm not using winCE.
i'm using win 2000. and visual studio.net
here's what i did

i installed perl and set the path for it to be exe etc..and ran the
following commands

perl Configure VC-WIN32
ms\do_ms
nmake -f ms\ntdll.mak

but doing that the compiler couldn't find stdio.h. So someone
suggested i exe vcvars.bat. i tried that and it seems to work
until it complaint that it can't find stdio_extras.h. If this
file is for winCE then i must have done smething wrong.

i realise you asked me if i have an include evironment variable
set with a path that includes the directory where the stdio.h lives.
how do u do that?

Desmond

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

Reply via email to