HI!
Hmm, I cannot see what I'm doing wrong here. Compiling other contrib modules works just fine.
$ make -B -C contrib/slapd-modules/acl now make: Entering directory '/home/michael/src/openldap-git/re26/openldap/contrib/slapd-modules/acl' gcc now.c -o now now.c:28:10: fatal error: portable.h: No such file or directory 28 | #include <portable.h> | ^~~~~~~~~~~~ compilation terminated. make: *** [<builtin>: now] Error 1 make: Leaving directory '/home/michael/src/openldap-git/re26/openldap/contrib/slapd-modules/acl'
Ciao, Michael.
--On Monday, November 29, 2021 7:18 PM +0100 Michael Ströder michael@stroeder.com wrote:
HI!
Hmm, I cannot see what I'm doing wrong here. Compiling other contrib modules works just fine.
$ make -B -C contrib/slapd-modules/acl now make: Entering directory '/home/michael/src/openldap-git/re26/openldap/contrib/slapd-modules/acl' gcc now.c -o now now.c:28:10: fatal error: portable.h: No such file or directory 28 | #include <portable.h>
I would suggest fixing your CFLAGS? Other contrib modules have no issue finding the header file.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
--On Monday, November 29, 2021 12:24 PM -0800 Quanah Gibson-Mount quanah@symas.com wrote:
--On Monday, November 29, 2021 7:18 PM +0100 Michael Ströder michael@stroeder.com wrote:
HI!
Hmm, I cannot see what I'm doing wrong here. Compiling other contrib modules works just fine.
$ make -B -C contrib/slapd-modules/acl now make: Entering directory '/home/michael/src/openldap-git/re26/openldap/contrib/slapd-modules/acl' gcc now.c -o now now.c:28:10: fatal error: portable.h: No such file or directory 28 | #include <portable.h>
I would suggest fixing your CFLAGS? Other contrib modules have no issue finding the header file.
CPPFLAGS that is. ;)
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
openldap-technical@openldap.org