[Digikam-devel] [Bug 147119] Can't link against static libjasper, configure reports jasper is missing

Arnd Baecker arnd.baecker at web.de
Thu Aug 30 12:50:38 BST 2007


------- 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=147119         
arnd.baecker web de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From arnd.baecker web de  2007-08-30 13:50 -------
SVN commit 706424 by abaecker:

More detailed explanation when libjasper is not found. 
BUG: 147119


 M  +4 -1      configure.in.bot  


--- branches/extragear/kde3/graphics/digikam/configure.in.bot #706423:706424
 @ -62,8 +62,11  @
 if test "x$have_jasper" != "xyes"; then
   echo "-- libjasper library found........ NO"
   echo ""
-  echo "digiKam needs libjasper to support JPEG2000. You need to install the correct version (>= 1.7.0)."
+  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 "as otherwise the required dynamic libraries are not created."
   echo ""
   all_tests=bad
 else



More information about the Digikam-devel mailing list