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

problem building openldap 2.1.3/4 under HP-UX 11 (ITS#2071)



Full_Name: Patrick Thurier
Version: 2.1.4
OS: HP-UX 11
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (193.194.133.3)


Hi, 

making openldap 2.1.3 ou 2.1.4 undex HP-UX 11 with gcc 3.1 gives following error
:
uuid.c: In function `lutil_eaddr':
uuid.c:101: sizeof applied to an incomplete type
uuid.c:102: storage size of `ifc' isn't known
uuid.c:122: sizeof applied to an incomplete type
uuid.c:131: dereferencing pointer to incomplete type
uuid.c:133: structure has no member named `sa_len'
uuid.c:133: dereferencing pointer to incomplete type
uuid.c:134: dereferencing pointer to incomplete type
uuid.c:134: structure has no member named `sa_len'
uuid.c:136: dereferencing pointer to incomplete type
uuid.c:139: `AF_LINK' undeclared (first use in this function)
uuid.c:139: (Each undeclared identifier is reported only once
uuid.c:139: for each function it appears in.)
uuid.c:145: dereferencing pointer to incomplete type
uuid.c:147: dereferencing pointer to incomplete type
uuid.c:147: dereferencing pointer to incomplete type
gmake[2]: *** [uuid.o] Error 1

Any Idea ?
I tried to understand the problem, but I'm afraid i'm not good enough...

patrick