| Summary: | Compilation failure due to prototype mismatching | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] kldap | Reporter: | Bart Ribbers <bribbers> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Compilation error | ||
|
Description
Bart Ribbers
2018-08-15 12:53:09 UTC
Created attachment 114444 [details]
Compilation error
it seems that you don't have Ldap devel file. Please install it You seem to be completely right, installing openldap-dev fixed it, thanks. May I suggest adding a check for it in CMakeLists.txt? (In reply to Bart Ribbers from comment #3) > You seem to be completely right, installing openldap-dev fixed it, thanks. > May I suggest adding a check for it in CMakeLists.txt? We already did a check but we didn't test compile without it from very long time :) it seems that it doesn't build without it. I can look at a day how to fix it or make it required. |