I am using Forte cc for my compiler and get this error.  It seems to just
go wacky inside the ifdefs for DEVRANDOM, which I defined since I have
patched the system to include /dev/random:

making all in crypto/rand...
cc -I.. -I../.. -I../../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_
DLFCN_H -DDEVRANDOM=/dev/random -xtarget=ultra -xarch=v8plus -xO5
-xstrconst -xd
epend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  rand_win.c
"rand_win.c", line 705: syntax error before or at: /
"rand_win.c", line 711: undefined symbol: n
"rand_win.c", line 711: undefined symbol: tmpbuf
"rand_win.c", line 713: warning: improper pointer/integer combination: arg
#1
"rand_win.c", line 714: warning: improper pointer/integer combination: arg
#1
"rand_win.c", line 719: warning: old-style declaration or incorrect type
for: l
"rand_win.c", line 719: undefined symbol: curr_pid
"rand_win.c", line 719: non-constant initializer: op "NAME"
"rand_win.c", line 720: syntax error before or at: &
"rand_win.c", line 720: warning: undefined or missing type for: sizeof
"rand_win.c", line 720: warning: old-style declaration or incorrect type
for: RA
ND_add
"rand_win.c", line 720: identifier redeclared: RAND_add
        current : function() returning int
        previous: function(pointer to const void, int, double) returning
void :
"../../include/openssl/rand.h", line 89
"rand_win.c", line 720: warning: syntax error:  empty declaration
"rand_win.c", line 721: warning: old-style declaration or incorrect type
for: l
"rand_win.c", line 721: identifier redefined: l
        current : int
        previous: int : "rand_win.c", line 719
"rand_win.c", line 721: non-constant initializer: op "UCALL"
"rand_win.c", line 722: syntax error before or at: &
"rand_win.c", line 722: warning: undefined or missing type for: sizeof
"rand_win.c", line 722: warning: old-style declaration or incorrect type
for: RA
ND_add
"rand_win.c", line 722: warning: syntax error:  empty declaration
"rand_win.c", line 724: warning: old-style declaration or incorrect type
for: l
"rand_win.c", line 724: identifier redefined: l
        current : int
        previous: int : "rand_win.c", line 721
"rand_win.c", line 724: non-constant initializer: op "CALL"
"rand_win.c", line 725: syntax error before or at: &
"rand_win.c", line 725: warning: undefined or missing type for: sizeof
"rand_win.c", line 725: warning: old-style declaration or incorrect type
for: RA
ND_add
"rand_win.c", line 725: warning: syntax error:  empty declaration
"rand_win.c", line 728: warning: syntax error:  empty declaration
cc: acomp failed for rand_win.c
*** Error code 2


-- 
($_,$y)=("Yhre lo  .kePnarhtretcae\n",   '(.) (.)'  );
$y=~s/\(/(./gwhile s/$y/$2$1/xg;print;       @      !;
                                     "     `---'    ";

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

Reply via email to