Hi All,
I have downloaded the Cyrus-SASL-2.1.23.
I am seeing below errors while initiating the "gmake".
-------------------------------------------------------------------------------------------------------------------------
"common.c", line 500: error #2852: _expression_ must be a pointer to a complete
object type
next_buf = last_invec.iov_base + last_invec.iov_len;
^
object type
next_buf = last_invec.iov_base + last_invec.iov_len;
^
"common.c", line 516: error #2852: _expression_ must be a pointer to a complete
object type
next_buf = last_invec.iov_base + last_invec.iov_len;
-------------------------------------------------------------------------------------------------------------
object type
next_buf = last_invec.iov_base + last_invec.iov_len;
-------------------------------------------------------------------------------------------------------------
Could any of please tell me, How can I resolve this?
--
thanks & regards
Hiro Lalwani