[Bug 145501] cmake error on Solaris in kdepimlibs with ldap/lber

Steve Evans stevee at zuken.co.uk
Fri Jun 1 09:37:45 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=145501         




------- Additional Comments From stevee zuken co uk  2007-06-01 10:37 -------
Unfortunately there seems to be a problem with your change:

[ 11%] Building CXX object kldap/CMakeFiles/kldap.dir/ldapoperation.o
/cad4/stevee/kde-svn/kdepimlibs/kldap/ldapoperation.cpp:746:37: warning: extra tokens at end of #ifdef directive
/cad4/stevee/kde-svn/kdepimlibs/kldap/ldapoperation.cpp: In member function `int KLDAP::LdapOperation::exop(const QString&, const QByteArray&)':
/cad4/stevee/kde-svn/kdepimlibs/kldap/ldapoperation.cpp:762: error: `ldap_extended_operation' was not declared in this scope
/cad4/stevee/kde-svn/kdepimlibs/kldap/ldapoperation.cpp:780:39: warning: extra tokens at end of #ifdef directive
/cad4/stevee/kde-svn/kdepimlibs/kldap/ldapoperation.cpp: In member function `int KLDAP::LdapOperation::exop_s(const QString&, const QByteArray&)':
/cad4/stevee/kde-svn/kdepimlibs/kldap/ldapoperation.cpp:798: error: `ldap_extended_operation_s' was not declared in this scope

I guess that the two lines like:

#ifdef HAVE_LDAP_EXTENDED_OPERATION && HAVE_LDAP_EXTENDED_OPERATION_PROTOTYPE

should be:

#if defined(HAVE_LDAP_EXTENDED_OPERATION) && defined(HAVE_LDAP_EXTENDED_OPERATION_PROTOTYPE)



More information about the Kdepim-bugs mailing list