------- 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=155271 Summary: configure suggests wrong parameter for libjasper Product: digikam Version: unspecified Platform: RedHat RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: raspl gmx de Version: 0.9.3 (using KDE KDE 3.5.4) Installed from: RedHat RPMs Compiler: gcc OS: Linux If libjasper is not present on the system, the following error is reported by the configure script: -- libjasper library found........ NO digiKam needs libjasper to support JPEG2000. You need to install the correct version (>= 1.7.0). Libjasper website is at http://www.ece.uvic.ca/~mdadams/jasper Important note: libjaspeer has to be configured with --enable-dynamic as otherwise the required dynamic libraries are not created. Besides a minor spelling error (libjaspe_e_r), the switch '--enable-dynamic' does not exist in libjasper's configure script. The correct switch is '--enable-shared=yes'. Since libjasper's configure script doesn't report superfluous or noexisting options, this will go unnoticed and can cause headaches... Here's a trivial patch: --- configure.old 2008-01-08 12:33:14.000000000 +0100 +++ configure 2008-01-08 12:33:36.000000000 +0100 @ -44210,7 +44210,7 @ if test "x$have_jasper" != "xyes"; then echo "digiKam needs libjasper to support JPEG2000. " echo "You need to install the correct version (>= 1.7.0)." echo "Libjasper website is at http://www.ece.uvic.ca/~mdadams/jasper" - echo "Important note: libjaspeer has to be configured with --enable-dynamic" + echo "Important note: libjasper has to be configured with --enable-shared=yes" echo "as otherwise the required dynamic libraries are not created." echo "" all_tests=bad _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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=155271 arnd.baecker web de changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|configure suggests wrong |configure suggests wrong |parameter for libjasper |parameter for libjasper ------- Additional Comments From arnd.baecker web de 2008-01-08 12:52 ------- Raspl, thanks a lot for the report and patch. I applied it to configure.in.bot in current svn. Best, Arnd _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from raspl@gmx.de
------- 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=155271 ------- Additional Comments From arnd.baecker web de 2008-01-08 12:53 ------- SVN commit 758580 by abaecker: Correction of the configure script to suggest the right option for libjasper CCBUGS: 155271 TODO:KDE4PORT M +2 -1 NEWS M +1 -1 configure.in.bot WebSVN link: http://websvn.kde.org/?view=rev&revision=758580 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from raspl@gmx.de
------- 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=155271 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From caulier.gilles gmail com 2008-03-18 12:47 ------- This file is already fixed... Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |