[kdepimlibs] [Bug 340425] Unable to compile kdepimlibs. #include nested too deeply in ber.cpp due to ldap.h and lber.h

giuseppe marco randazzo gmrandazzo at gmail.com
Wed Oct 29 11:55:53 GMT 2014


https://bugs.kde.org/show_bug.cgi?id=340425

--- Comment #1 from giuseppe marco randazzo <gmrandazzo at gmail.com> ---
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.



More information about the Kdepim-bugs mailing list