[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More compilerrors :-)



Hi, I'm not sure why, but I tried to compile Heimdal-snap on a SuSE 9.1
box that has OpenLDAP 2.2.6 on it.

I then got the following errors:
 gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I../../lib/roken -I../../lib/roken -I../asn1 -I./../asn1 -I/usr/include
-D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -Wpointer-arith
-Wbad-function-cast -Wmissing-declarations -Wnested-externs -g -O2 -c
hdb-ldap.c -o hdb-ldap.o
hdb-ldap.c: In function `LDAP_seq':
hdb-ldap.c:1342: error: duplicate case value
hdb-ldap.c:1338: error: previously used here
make[3]: *** [hdb-ldap.lo] Error 1
make[3]: Leaving directory `/home/tarjei/src/lib/hdb'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/tarjei/src/lib/hdb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tarjei/src/lib'
make: *** [all-recursive] Error 1

I'm not sure if it is Heimdal or Openldap that is the problem here.

Tarjei