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

Szombathelyi György gyurco at freemail.hu
Fri May 18 20:22:11 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 gyurco freemail hu  2007-05-18 21:22 -------
SVN commit 666099 by gyurco:

As I found out, Solaris needs to include lber.h first. Please test.

CCBUG: 145501


 M  +1 -1      ber.cpp  
 M  +1 -1      ldapconnection.cpp  
 M  +1 -1      ldapoperation.cpp  


--- trunk/KDE/kdepimlibs/kldap/ber.cpp #666098:666099
 @ -30,8 +30,8  @
 #include <cstdarg>
 
 #ifdef LDAP_FOUND
+#include <lber.h>
 #include <ldap.h>
-#include <lber.h>
 #endif
 
 using namespace KLDAP;
--- trunk/KDE/kdepimlibs/kldap/ldapconnection.cpp #666098:666099
 @ -32,8 +32,8  @
 
 #ifdef LDAP_FOUND
 #define LDAP_DEPRECATED 1 //for ldap_simple_bind_s
+#include <lber.h>
 #include <ldap.h>
-#include <lber.h>
 #endif
 
 using namespace KLDAP;
--- trunk/KDE/kdepimlibs/kldap/ldapoperation.cpp #666098:666099
 @ -29,8 +29,8  @
 #include <kdebug.h>
 
 #ifdef LDAP_FOUND
+#include <lber.h>
 #include <ldap.h>
-#include <lber.h>
 #endif
 
 #include <QtCore/QTime>



More information about the Kdepim-bugs mailing list