Hi!
Does anybody compile openssl-0.9.3a under Borland C++ 4 Builder?
I have a following problem...
ms\bcb4.bat
make -f bcb.mak
MAKE Version 5.2 Copyright (c) 1987, 1999 Inprise Corp.
... mkdir and copy *.h skipped ...
bcc32 -otmp32\cryptlib.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl
-c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c
.\crypto\cryptlib.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\cryptlib.c:
bcc32 -otmp32\mem.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl -c
-tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c .\crypto\mem.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\mem.c:
Warning W8064 .\crypto\mem.c 164: Call to function with no prototype in
function CRYPTO_malloc_locked
Warning W8064 .\crypto\mem.c 169: Call to function with no prototype in
function CRYPTO_free_locked
Warning W8064 .\crypto\mem.c 174: Call to function with no prototype in
function CRYPTO_malloc
Warning W8064 .\crypto\mem.c 179: Call to function with no prototype in
function CRYPTO_realloc
Warning W8064 .\crypto\mem.c 184: Call to function with no prototype in
function CRYPTO_free
Warning W8064 .\crypto\mem.c 193: Call to function with no prototype in
function CRYPTO_dbg_malloc
Warning W8064 .\crypto\mem.c 254: Call to function with no prototype in
function CRYPTO_dbg_free
Warning W8064 .\crypto\mem.c 262: Call to function with no prototype in
function CRYPTO_dbg_realloc
Warning W8064 .\crypto\mem.c 349: Call to function with no prototype in
function cb_leak
bcc32 -otmp32\cversion.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl
-c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c
.\crypto\cversion.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\cversion.c:
bcc32 -otmp32\ex_data.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl -c
-tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c
.\crypto\ex_data.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\ex_data.c:
Warning W8064 .\crypto\ex_data.c 167: Call to function with no prototype
in function CRYPTO_dup_ex_data
Warning W8064 .\crypto\ex_data.c 190: Call to function with no prototype
in function CRYPTO_free_ex_data
Warning W8064 .\crypto\ex_data.c 217: Call to function with no prototype
in function CRYPTO_new_ex_data
bcc32 -otmp32\tmdiff.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl -c
-tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c .\crypto\tmdiff.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\tmdiff.c:
bcc32 -otmp32\cpt_err.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl -c
-tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c
.\crypto\cpt_err.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\cpt_err.c:
bcc32 -otmp32\md2_dgst.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl
-c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c
.\crypto\md2\md2_dgst.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\md2\md2_dgst.c:
Warning W8008 .\crypto\md2\md2_dgst.c 112: Condition is always false in
function MD2_options
Warning W8066 .\crypto\md2\md2_dgst.c 113: Unreachable code in function
MD2_options
bcc32 -otmp32\md2_one.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl -c
-tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c
.\crypto\md2\md2_one.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\md2\md2_one.c:
bcc32 -otmp32\md5_dgst.obj -Iinc32 -Itmp32 -j255 -w-aus -w-par -w-inl
-c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c
.\crypto\md5\md5_dgst.c
Borland C++ 5.4 for Win32 Copyright (c) 1993, 1999 Inprise Corporation
.\crypto\md5\md5_dgst.c:
Warning W8069 .\crypto\md5\../md32_common.h 317: Nonportable pointer
conversion
Error E2313 .\crypto\md5\../md32_common.h 317: Constant expression
required
Fatal F1003 .\crypto\md5\../md32_common.h 319: Error directive:
"HASH_BLOCK_DATA_ORDER must be defined!"
*** 2 errors in Compile ***
** error 1 ** deleting tmp32\md5_dgst.obj
OpenSSL-0.9.3a
Borland C++ Builder 4.0 (Build 14.4)
Windows NT 4.0 (Build 1381; SP5)
Does anybody help me?
Thanks in advance.
Alexander Tyshlek
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]