From kde-bugs-dist Wed May 23 09:05:51 2007 From: Steve Evans Date: Wed, 23 May 2007 09:05:51 +0000 To: kde-bugs-dist Subject: [Bug 145501] cmake error on Solaris in kdepimlibs with ldap/lber Message-Id: <20070523090551.14618.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=117991115824254 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=145501 ------- Additional Comments From stevee zuken co uk 2007-05-23 11:05 ------- I now get errors in ldapconnection.cpp: [ 10%] Building CXX object kldap/CMakeFiles/kldap.dir/ldapconnection.o /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp: In member function `bool KLDAP::LdapConnection::setSizeLimit(int)': /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:150: error: `LDAP_OPT_SUCCESS' was not declared in this scope /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp: In member function `int KLDAP::LdapConnection::sizeLimit() const': /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:160: error: `LDAP_OPT_SUCCESS' was not declared in this scope /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp: In member function `bool KLDAP::LdapConnection::setTimeLimit(int)': /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:170: error: `LDAP_OPT_SUCCESS' was not declared in this scope /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp: In member function `int KLDAP::LdapConnection::timeLimit() const': /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:180: error: `LDAP_OPT_SUCCESS' was not declared in this scope /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp: In member function `int KLDAP::LdapConnection::connect()': /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:266: error: `ldap_initialize' was not declared in this scope /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:273: error: `LDAP_OPT_SUCCESS' was not declared in this scope /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:284: error: `ldap_start_tls_s' was not declared in this scope /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp: In member function `int KLDAP::LdapConnection::bind(int (*)(KLDAP::LdapConnection::SASL_Credentials&, void*), void*)': /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:345: error: conversion from `QByteArray' to `char*' is ambiguous /opt/qt/include/QtCore/qbytearray.h:342: note: candidates are: QByteArray::operator const char*() const /opt/qt/include/QtCore/qbytearray.h:344: note: QByteArray::operator const void*() const /opt/qt/include/QtCore/qbytearray.h:308: note: QByteArray::operator QNoImplicitBoolCast() const /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:345: error: conversion from `QByteArray' to `char*' is ambiguous /opt/qt/include/QtCore/qbytearray.h:342: note: candidates are: QByteArray::operator const char*() const /opt/qt/include/QtCore/qbytearray.h:344: note: QByteArray::operator const void*() const /opt/qt/include/QtCore/qbytearray.h:308: note: QByteArray::operator QNoImplicitBoolCast() const /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp: In member function `void KLDAP::LdapConnection::close()': /cad4/stevee/kde-svn/kdepimlibs/kldap/ldapconnection.cpp:353: error: `ldap_unbind_ext_s' was not declared in this scope d