Summary: | cmake fails to configure kdebase: CLucene library not find, fails to look in /usr/lib64 [patch] | ||
---|---|---|---|
Product: | [Developer tools] buildsystem | Reporter: | Jan Minář <rdancer> |
Component: | KDE4 (cmake) | Assignee: | Alexander Neundorf <neundorf> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Lets the script find the CLucene library, possibly not a real solution |
Description
Jan Minář
2008-05-14 19:53:36 UTC
Created attachment 24767 [details]
Lets the script find the CLucene library, possibly not a real solution
As mentioned above, the real problem might be ${LIB_SUFFIX} not set properly.
But this lets the script find the library.
I think the idea if for you to set LIB_SUFFIX yourself when running cmake. i.e. cmake -DLIB_SUFFIX=64 |