| Summary: | Can't build on Ubuntu x86-64. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Łukasz Spas <lukasz.spas> |
| Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 2.4.0 | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 8.2.0 | |
| Sentry Crash Report: | |||
Please post the full configure/compilation/linking trace here. Gilles Caulier I found that this is not a bug of kipi-plugins but Ubuntu's 11.10 x64 which supports multi-architecture and this causes the problem. |
Version: unspecified OS: Linux The latest Ubuntu x64 support multiarch and for libraries like qt it has it's own path ("/usr/lib/x86_64-linux-gnu/"). But when you try to build kipi-plugins using cmake/make (with default settings) I noticed that it's looking for qt in "/usr/lib/" instead "/usr/lib/x86_64-linux-gnu/" and I'm unable to build kipi-plugins under my platform. Reproducible: Always Steps to Reproduce: Ubuntu Oneiric x64 Instal Qt in x64 version (make sure you don't have qt i386). Try to build kipi-plugins Actual Results: Get an make error that it can't find the rules to build "/usr/lib/libQtNetwork.so" (I have installed qt4-network module). Expected Results: Compile.