While trying to compile openssl I ran into a problem. When I started
"make -f bcb.mak" (until then everything went fine), I got the following
error:



Printscreen : ---------------------
...
...   (files being copied etc)
...
Verzeichnis bereits vorhanden




    bcc32 -otmp32\cryptlib.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-a
us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp  -c
.\cry
pto\cryptlib.c
.\crypto\cryptlib.c:
Error E2209 .\crypto\cryptlib.c 59: Unable to open include file 'stdio.h'
Error E2209 .\crypto\cryptlib.c 60: Unable to open include file 'string.h'
Error E2209 .\crypto\cryptlib.h 62: Unable to open include file 'stdlib.h'
Error E2209 .\crypto\cryptlib.h 63: Unable to open include file 'string.h'
Error E2209 inc32\openssl/e_os.h 189: Unable to open include file
'windows.h'
Error E2209 inc32\openssl/e_os.h 190: Unable to open include file 'stddef.h'
Error E2209 inc32\openssl/e_os.h 191: Unable to open include file 'errno.h'
Error E2209 inc32\openssl/e_os.h 192: Unable to open include file 'string.h'
Error E2209 inc32\openssl/e_os.h 193: Unable to open include file 'malloc.h'
Error E2209 inc32\openssl/e_os.h 195: Unable to open include file 'io.h'
Error E2209 inc32\openssl/e_os.h 196: Unable to open include file 'fcntl.h'
Error E2209 inc32\openssl/crypto.h 66: Unable to open include file
'stdlib.h'
Error E2209 inc32\openssl/crypto.h 69: Unable to open include file 'stdio.h'
Error E2084 inc32\openssl/crypto.h 303: Parameter names are used only with a
fun
ction body
Error E2084 inc32\openssl/crypto.h 304: Parameter names are used only with a
fun
ction body
Error E2084 inc32\openssl/crypto.h 306: Parameter names are used only with a
fun
ction body
Error E2084 inc32\openssl/crypto.h 307: Parameter names are used only with a
fun
ction body
Error E2147 inc32\openssl/crypto.h 347: 'FILE' cannot start a parameter
declarat
ion
Error E2209 inc32\openssl/bio.h 66: Unable to open include file 'stdio.h'
Error E2209 inc32\openssl/bio.h 67: Unable to open include file 'stdlib.h'
Error E2141 inc32\openssl/bio.h 454: Declaration syntax error
Error E2141 inc32\openssl/bio.h 455: Declaration syntax error
Error E2141 inc32\openssl/bio.h 471: Declaration syntax error
Error E2141 inc32\openssl/bio.h 472: Declaration syntax error
Error E2147 inc32\openssl/bio.h 500: 'FILE' cannot start a parameter
declaration

Error E2228 inc32\openssl/bio.h 500: Too many error or warning messages
*** 26 errors in Compile ***

** error 1 ** deleting tmp32\cryptlib.obj

E:\ssl\openssl-0.9.5>path
PATH=C:\BORLAND\BCC55\BIN\;C:\SSL\OPENSS~1.5\;C:\BORLAND\BCC55\INCLUDE\;C:\W
INDO
WS.000;C:\WINDOWS.000\COMMAND

C:\ssl\openssl-0.9.5>

End of printscreen ----------------------------------------

This was with Windows 98 and OpenSSL Version 0.9.5, on an NT-workstation I
got the same result. The files like stdio.h were available in
"c:\borland\bcc55\include" as you can see in the "path" printout.

TIA
U. Koeppe


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

Reply via email to