On Tue, Mar 21, 2000 at 11:13:02AM -0500, Guillaume Filion wrote:
>> Guillaume Filion <[EMAIL PROTECTED]>:
>>> I tried to compile Openssl 0.9.5a beta 1 on SunOS 4.1.4 1 and it
>>> didn't worked (note that I never tried to compile an earlier/stable
>>> version on SunOS...).
>>> bss_bio.c:217: `ssize_t' undeclared (first use this function)
>> Try "./config -Dssize_t=int".
> It didn't worked either:
[...]
> "/usr/include/sys/types.h", line 190: invalid type combination
> "/usr/include/sys/types.h", line 190: warning: useless declaration
> "/usr/include/sys/types.h", line 190: warning: typedef declares no type name
Strange, so ssize_t apparently *is* declared in <sys/types.h> on
that system ... but then the previous error (the problem in
crypto/bio/bio_bss.c) should not have happended: bio_bss.c includes
e_os.h, which includes <sys/types.h>. Can you make out any
#if's or #ifdef's in /usr/include/sys/types.h that might have
something to do with this? Does adding another #include <sys/types.h>
at the beginning of crypto/bio/bio_bss.c change anything?
(Run ./config again before testing, without options.)
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]