https://bugs.kde.org/show_bug.cgi?id=340425
--- Comment #1 from giuseppe marco randazzo <[email protected]> --- Ok.. /System/Library/Frameworks/LDAP.framework/Headers/ contain these two headers ldap.h and lber.h that contains: cat ldap.h #include <lber.h> cat lber.h #include <ldap.h> FindLdap search and find these headers inside the framework directory ant these are included indefinitely.... A work around to the problem is specifying the LDAP_INCLUDE_DIR when cmake is runed cmake .. -DLDAP_INCLUDE_DIR=/usr/include/ I think there is something strange on the LDAP framework. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
