[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Irix 5.3



At 01:11 PM 11/1/99 +1100, Daniel Morriss wrote:
>In file included from md5.c:39:
>../../include/lutil_md5.h:29: parse error before `uint32'

Looks like LDAP_INT4 was not properly defined.  You should
check to see if SIZEOF_LONG, SIZEOF_INT, SIZEOF_SHORT are
set appropriately in the generated configure.in.

OpenLDAP 1.2.7 requires either long or int to 4 bytes long.
If not, you can specify appropriate types using defines:

env CFLAGS="-DLDAP_INT4_TYPE=myint32 -DLDAP_INT2_TYPE=myint16" \
 ./configure

NOTE: the LDAP_INT4_TYPE must be exactly 32 bits (4 8-bit bytes)
long.  LDAP_INT2_TYPE can be any integer type.

----
Kurt D. Zeilenga		<kurt@boolean.net>
Net Boolean Incorporated	<http://www.boolean.net/>