Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 1996 10:52:11 -0400 (EDT)
From:      Jeremy Sigmon <jsigmon@www.hsc.wvu.edu>
To:        questions@freebsd.org
Subject:   Anyone get ssh to compile with 2.1.5???
Message-ID:  <Pine.BSF.3.91.960911103157.17381E-100000@www.hsc.wvu.edu>

next in thread | raw e-mail | index | archive | help

I downloaded the port from www.freebsd.org and did a make install with
the following result.  (after USA_RESIDENT = YES)

compress.c:28: zlib.h: No such file or directory
compress.c:30: parse error before `incoming_stream'
compress.c:30: warning: data definition has no type or storage class
compress.c:31: parse error before `outgoing_stream'
compress.c:31: warning: data definition has no type or storage class
compress.c: In function `buffer_compress_uninit':
compress.c:50: request for member `total_in' in something not a structure 
or union
compress.c:50: request for member `total_out' in something not a 
structure or union
compress.c:51: request for member `total_in' in something not a structure 
or union
compress.c:52: request for member `total_out' in something not a 
structure or union
compress.c:52: request for member `total_in' in something not a structure 
or union
compress.c:54: request for member `total_out' in something not a 
structure or union
compress.c:54: request for member `total_in' in something not a structure 
or union
compress.c:55: request for member `total_out' in something not a 
structure or union
compress.c: In function `buffer_compress':
compress.c:79: request for member `next_in' in something not a structure 
or union
compress.c:80: request for member `avail_in' in something not a structure 
or union
compress.c:86: request for member `next_out' in something not a structure 
or union
compress.c:87: request for member `avail_out' in something not a 
structure or union
compress.c:90: `Z_PARTIAL_FLUSH' undeclared (first use this function)
compress.c:90: (Each undeclared identifier is reported only once
compress.c:90: for each function it appears in.)
compress.c:93: `Z_OK' undeclared (first use this function)
compress.c:96: request for member `avail_out' in something not a 
structure or union
compress.c:90: `Z_PARTIAL_FLUSH' undeclared (first use this function)
compress.c:90: (Each undeclared identifier is reported only once
compress.c:90: for each function it appears in.)
compress.c:93: `Z_OK' undeclared (first use this function)
compress.c:96: request for member `avail_out' in something not a 
structure or union
compress.c:98: `Z_STREAM_END' undeclared (first use this function)
compress.c:101: `Z_STREAM_ERROR' undeclared (first use this function)
compress.c:104: `Z_BUF_ERROR' undeclared (first use this function)
compress.c:107: warning: unreachable code at beginning of switch statement
compress.c:112: request for member `avail_out' in something not a 
structure or union
compress.c: In function `buffer_uncompress':
compress.c:128: request for member `next_in' in something not a structure 
or union
compress.c:129: request for member `avail_in' in something not a 
structure or union
compress.c:131: request for member `next_out' in something not a 
structure or union
compress.c:132: request for member `avail_out' in something not a 
structure or union
compress.c:136: `Z_PARTIAL_FLUSH' undeclared (first use this function)
compress.c:139: `Z_OK' undeclared (first use this function)
compress.c:145: `Z_STREAM_END' undeclared (first use this function)
compress.c:148: `Z_DATA_ERROR' undeclared (first use this function)
compress.c:151: `Z_STREAM_ERROR' undeclared (first use this function)
compress.c:154: `Z_BUF_ERROR' undeclared (first use this function)
compress.c:159: `Z_MEM_ERROR' undeclared (first use this function)
compress.c:162: warning: unreachable code at beginning of switch statement
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1
Stop.
/usr01/pub/FreeBSD/FreeBSD-current/ports/security/ssh>

Any ideas?


======================================================================
Jeremy Sigmon B.S. ChE                      |
Web Developer of the Robert C. Byrd Health  |            Use
Sciences Center of West Virginia University |          FreeBSD 
           WWW.HSC.WVU.EDU                  |            Now
Graduate Student in Computer Science        |
Office : 293-1060                           |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960911103157.17381E-100000>