Solaris 10U5, current patches (Solaris and Studio 12), Core2Quad (X64) I'm seeing the following error buildling kdepimlibs
[ 36%] Building CXX object kldap/CMakeFiles/kldap.dir/ldapconnection.o "/tank/src/kde/KDE/kdepimlibs/kldap/ldapconnection.cpp", line 264: Error: The function "ldap_init" must have a prototype. 1 Error(s) detected. I took a look at this, but can't seem to figure out why exactly the ldap_init function isn't being "found", given ldap is in Dude. ldap_init is in the /opt/foss/lib/libldap*.so, and the prototype appears to be in teh ldap.h file. Perhaps something in the Cmake lookup isn't working? Ideas? Ben
