Hi guys =)
I`m a newbee in this mailinglist but i try to do my best.
I have a little problem with complinig openssl 0.9.7.c
I use Win 2k and i tried to compile it with cygwin...
First I made "./configure" and than make...
Yesterday I searched the whole day how to solve this problem, but I was not
able to...
I copy the text of my cygwin command prompt in this mail...
I hope anyone can help me...

[EMAIL PROTECTED] ~/openssl-0.9.7c
$ make
making all in crypto...
make[1]: Entering directory `/cygdrive/c/openssl-0.9.7c/crypto'
gcc -I. -I.. -I../include -DOPENSSL_SYSNAME_CYGWIN32 -DOPENSSL_THREADS
-DDSO_WIN32 -DOPENSSL_NO_KRB5 -DTERM
cryptlib.c:70: error: parse error before "IMPLEMENT_STACK_OF"
cryptlib.c:73: warning: return type defaults to `int'
cryptlib.c: In function `IMPLEMENT_STACK_OF':
cryptlib.c:73: error: `CRYPTO_NUM_LOCKS' undeclared (first use in this
function)
cryptlib.c:73: error: (Each undeclared identifier is reported only once
cryptlib.c:73: error: for each function it appears in.)
cryptlib.c:73: error: storage class specified for parameter `lock_names'
cryptlib.c:73: error: parameter `lock_names' is initialized
cryptlib.c:76: warning: excess elements in scalar initializer
cryptlib.c:76: warning: (near initialization for `lock_names')
cryptlib.c:77: warning: excess elements in scalar initializer
cryptlib.c:77: warning: (near initialization for `lock_names')
cryptlib.c:78: warning: excess elements in scalar initializer
cryptlib.c:78: warning: (near initialization for `lock_names')
cryptlib.c:79: warning: excess elements in scalar initializer
cryptlib.c:79: warning: (near initialization for `lock_names')
cryptlib.c:80: warning: excess elements in scalar initializer
cryptlib.c:80: warning: (near initialization for `lock_names')
cryptlib.c:81: warning: excess elements in scalar initializer
cryptlib.c:81: warning: (near initialization for `lock_names')
cryptlib.c:82: warning: excess elements in scalar initializer
cryptlib.c:82: warning: (near initialization for `lock_names')
cryptlib.c:83: warning: excess elements in scalar initializer
cryptlib.c:83: warning: (near initialization for `lock_names')
cryptlib.c:84: warning: excess elements in scalar initializer
cryptlib.c:84: warning: (near initialization for `lock_names')
cryptlib.c:85: warning: excess elements in scalar initializer
cryptlib.c:85: warning: (near initialization for `lock_names')
cryptlib.c:86: warning: excess elements in scalar initializer
cryptlib.c:86: warning: (near initialization for `lock_names')
cryptlib.c:87: warning: excess elements in scalar initializer
cryptlib.c:87: warning: (near initialization for `lock_names')
cryptlib.c:88: warning: excess elements in scalar initializer
cryptlib.c:88: warning: (near initialization for `lock_names')
cryptlib.c:89: warning: excess elements in scalar initializer
cryptlib.c:89: warning: (near initialization for `lock_names')
cryptlib.c:90: warning: excess elements in scalar initializer
cryptlib.c:90: warning: (near initialization for `lock_names')
cryptlib.c:91: warning: excess elements in scalar initializer
cryptlib.c:91: warning: (near initialization for `lock_names')
cryptlib.c:92: warning: excess elements in scalar initializer
cryptlib.c:92: warning: (near initialization for `lock_names')
cryptlib.c:93: warning: excess elements in scalar initializer
cryptlib.c:93: warning: (near initialization for `lock_names')
cryptlib.c:94: warning: excess elements in scalar initializer
cryptlib.c:94: warning: (near initialization for `lock_names')
cryptlib.c:95: warning: excess elements in scalar initializer
cryptlib.c:95: warning: (near initialization for `lock_names')
cryptlib.c:96: warning: excess elements in scalar initializer
cryptlib.c:96: warning: (near initialization for `lock_names')
cryptlib.c:97: warning: excess elements in scalar initializer
cryptlib.c:97: warning: (near initialization for `lock_names')
cryptlib.c:98: warning: excess elements in scalar initializer
cryptlib.c:98: warning: (near initialization for `lock_names')
cryptlib.c:99: warning: excess elements in scalar initializer
cryptlib.c:99: warning: (near initialization for `lock_names')
cryptlib.c:100: warning: excess elements in scalar initializer
cryptlib.c:100: warning: (near initialization for `lock_names')
cryptlib.c:101: warning: excess elements in scalar initializer
cryptlib.c:101: warning: (near initialization for `lock_names')
cryptlib.c:102: warning: excess elements in scalar initializer
cryptlib.c:102: warning: (near initialization for `lock_names')
cryptlib.c:103: warning: excess elements in scalar initializer
cryptlib.c:103: warning: (near initialization for `lock_names')
cryptlib.c:104: warning: excess elements in scalar initializer
cryptlib.c:104: warning: (near initialization for `lock_names')
cryptlib.c:105: warning: excess elements in scalar initializer
cryptlib.c:105: warning: (near initialization for `lock_names')
cryptlib.c:106: warning: excess elements in scalar initializer
cryptlib.c:106: warning: (near initialization for `lock_names')
cryptlib.c:107: warning: excess elements in scalar initializer
cryptlib.c:107: warning: (near initialization for `lock_names')
cryptlib.c:109:3: #error "Inconsistency between crypto.h and cryptlib.c"
cryptlib.c:115: warning: type defaults to `int' in declaration of `STACK'
cryptlib.c:115: error: storage class specified for parameter `STACK'
cryptlib.c:115: error: parse error before '*' token
cryptlib.c:115: error: declaration for parameter `STACK' but no such
parameter
cryptlib.c:73: error: declaration for parameter `lock_names' but no such
parameter
cryptlib.c:148: error: `app_locks' undeclared (first use in this function)
cryptlib.c:148: warning: implicit declaration of function `sk_new_null'
cryptlib.c:150: warning: implicit declaration of function `CRYPTOerr'
cryptlib.c:150: error: `CRYPTO_F_CRYPTO_GET_NEW_LOCKID' undeclared (first
use in this function)
cryptlib.c:150: error: `ERR_R_MALLOC_FAILURE' undeclared (first use in this
function)
cryptlib.c:153: warning: implicit declaration of function `BUF_strdup'
cryptlib.c:153: error: `name' undeclared (first use in this function)
cryptlib.c:153: warning: assignment makes pointer from integer without a
cast
cryptlib.c:158: warning: implicit declaration of function `sk_push'
cryptlib.c:160: warning: implicit declaration of function `OPENSSL_free'
cryptlib.c: In function `CRYPTO_num_locks':
cryptlib.c:168: error: `CRYPTO_NUM_LOCKS' undeclared (first use in this
function)
cryptlib.c: In function `CRYPTO_get_new_dynlockid':
cryptlib.c:174: error: `CRYPTO_dynlock' undeclared (first use in this
function)
cryptlib.c:174: error: `pointer' undeclared (first use in this function)
cryptlib.c:176: error: `dynlock_create_callback' undeclared (first use in
this function)
cryptlib.c:178: error: `CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID' undeclared
(first use in this function)
cryptlib.c:178: error: `CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK' undeclared
(first use in this function)
cryptlib.c:181: warning: implicit declaration of function `CRYPTO_w_lock'
cryptlib.c:181: error: `CRYPTO_LOCK_DYNLOCK' undeclared (first use in this
function)
cryptlib.c:182: error: `dyn_locks' undeclared (first use in this function)
cryptlib.c:183: warning: implicit declaration of function
`sk_CRYPTO_dynlock_new_null'
cryptlib.c:185: warning: implicit declaration of function `CRYPTO_w_unlock'
cryptlib.c:186: error: `ERR_R_MALLOC_FAILURE' undeclared (first use in this
function)
cryptlib.c:191: error: parse error before ')' token
cryptlib.c:198: error: `dynlock_create_callback' used prior to declaration
cryptlib.c:198: warning: implicit declaration of function
`dynlock_create_callback'
cryptlib.c:208: warning: implicit declaration of function
`sk_CRYPTO_dynlock_find'
cryptlib.c:215: warning: implicit declaration of function
`sk_CRYPTO_dynlock_push'
cryptlib.c:219: warning: implicit declaration of function
`sk_CRYPTO_dynlock_set'
cryptlib.c:224: warning: implicit declaration of function
`dynlock_destroy_callback'
cryptlib.c: In function `CRYPTO_destroy_dynlockid':
cryptlib.c:234: error: `CRYPTO_dynlock' undeclared (first use in this
function)
cryptlib.c:234: error: `pointer' undeclared (first use in this function)
cryptlib.c:237: error: `dynlock_destroy_callback' undeclared (first use in
this function)
cryptlib.c:240: error: `CRYPTO_LOCK_DYNLOCK' undeclared (first use in this
function)
cryptlib.c:242: error: `dyn_locks' undeclared (first use in this function)
cryptlib.c:242: warning: implicit declaration of function
`sk_CRYPTO_dynlock_num'
cryptlib.c:247: warning: implicit declaration of function
`sk_CRYPTO_dynlock_value'
cryptlib.c:270: error: `dynlock_destroy_callback' used prior to declaration
cryptlib.c: In function `CRYPTO_get_dynlock_value':
cryptlib.c:277: error: `CRYPTO_dynlock' undeclared (first use in this
function)
cryptlib.c:277: error: `pointer' undeclared (first use in this function)
cryptlib.c:281: error: `CRYPTO_LOCK_DYNLOCK' undeclared (first use in this
function)
cryptlib.c:283: error: `dyn_locks' undeclared (first use in this function)
cryptlib.c: In function `CRYPTO_get_dynlock_create_callback':
cryptlib.c:298: error: `dynlock_create_callback' undeclared (first use in
this function)
cryptlib.c: In function `CRYPTO_get_dynlock_lock_callback':
cryptlib.c:304: error: `dynlock_lock_callback' undeclared (first use in
this function)
cryptlib.c: In function `CRYPTO_get_dynlock_destroy_callback':
cryptlib.c:310: error: `dynlock_destroy_callback' undeclared (first use in
this function)
cryptlib.c: In function `CRYPTO_set_dynlock_create_callback':
cryptlib.c:316: error: `dynlock_create_callback' undeclared (first use in
this function)
cryptlib.c: In function `CRYPTO_set_dynlock_lock_callback':
cryptlib.c:322: error: `dynlock_lock_callback' undeclared (first use in
this function)
cryptlib.c: In function `CRYPTO_set_dynlock_destroy_callback':
cryptlib.c:328: error: `dynlock_destroy_callback' undeclared (first use in
this function)
cryptlib.c: In function `CRYPTO_get_locking_callback':
cryptlib.c:335: error: `locking_callback' undeclared (first use in this
function)
cryptlib.c: In function `CRYPTO_get_add_lock_callback':
cryptlib.c:341: error: `add_lock_callback' undeclared (first use in this
function)
cryptlib.c: In function `CRYPTO_set_locking_callback':
cryptlib.c:347: error: `locking_callback' undeclared (first use in this
function)
cryptlib.c: In function `CRYPTO_set_add_lock_callback':
cryptlib.c:353: error: `add_lock_callback' undeclared (first use in this
function)
cryptlib.c: In function `CRYPTO_get_id_callback':
cryptlib.c:358: error: `id_callback' undeclared (first use in this
function)
cryptlib.c: In function `CRYPTO_set_id_callback':
cryptlib.c:363: error: `id_callback' undeclared (first use in this
function)
cryptlib.c: In function `CRYPTO_thread_id':
cryptlib.c:370: error: `id_callback' undeclared (first use in this
function)
cryptlib.c:383: error: `id_callback' used prior to declaration
cryptlib.c:383: warning: implicit declaration of function `id_callback'
cryptlib.c: In function `CRYPTO_lock':
cryptlib.c:414: error: `dynlock_lock_callback' undeclared (first use in
this function)
cryptlib.c:419: warning: implicit declaration of function `OPENSSL_assert'
cryptlib.c:421: error: `dynlock_lock_callback' used prior to declaration
cryptlib.c:421: warning: implicit declaration of function
`dynlock_lock_callback'
cryptlib.c:427: error: `locking_callback' undeclared (first use in this
function)
cryptlib.c:428: error: `locking_callback' used prior to declaration
cryptlib.c:428: warning: implicit declaration of function
`locking_callback'
cryptlib.c: In function `CRYPTO_add_lock':
cryptlib.c:436: error: `add_lock_callback' undeclared (first use in this
function)
cryptlib.c:442: error: `add_lock_callback' used prior to declaration
cryptlib.c:442: warning: implicit declaration of function
`add_lock_callback'
cryptlib.c:453: error: `CRYPTO_LOCK' undeclared (first use in this
function)
cryptlib.c:453: error: `CRYPTO_WRITE' undeclared (first use in this
function)
cryptlib.c:464: error: `CRYPTO_UNLOCK' undeclared (first use in this
function)
cryptlib.c: In function `CRYPTO_get_lock_name':
cryptlib.c:473: error: `CRYPTO_NUM_LOCKS' undeclared (first use in this
function)
cryptlib.c:474: error: `lock_names' undeclared (first use in this function)
cryptlib.c:475: warning: implicit declaration of function `sk_num'
cryptlib.c:475: error: `app_locks' undeclared (first use in this function)
cryptlib.c:478: warning: implicit declaration of function `sk_value'
cryptlib.c:478: warning: return makes pointer from integer without a cast
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/cygdrive/c/openssl-0.9.7c/crypto'

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

Reply via email to