[Digikam-devel] [Bug 139017] OS X 10.4.8 digikam fails to detect libjpeg6b during compile

Bro bro.dudu at gmail.com
Sun Dec 16 05:20:11 GMT 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=139017         




------- Additional Comments From bro.dudu gmail com  2007-12-16 06:20 -------
Hi (again)

Some more details:
in libkdcraw/dcraw/Makefile.am
-   kdcraw_LDFLAGS = $(all_libraries) $(LIBJPEG) $(LCMS_LIBS)
+   kdcraw_LDFLAGS = $(all_libraries) -ljpeg $(LIBJPEG) $(LCMS_LIBS)
at line 445

Then some plugins did not compile, so I just removed them (acquireimage, imageviewer), by comment proper lines in kipi-plugins/Makefile.am.

This is not a very clean hack but it compiles!

My guess about libjpeg: it seems other project than digikam have the same problem, and -ljpeg seems to miss in the compiling/linking line of the make. So because macosx is some how different from linux the handling of libjpeg has to be clean which does not seem to be the case with linux where it works nice in every case (must be handled by a more low level component).

About the plugins: I don't know (for the imageviewer it has to do with GL...), and I don't want to know.

Cheers.


Keep going the great job.


Bruno D.



More information about the Digikam-devel mailing list