[Digikam-devel] [Bug 109892] compilation fails gcc4 libtool
Tom Albers
tomalbers at kde.nl
Sun Aug 7 22:26:22 BST 2005
------- 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=109892
tomalbers kde nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tomalbers kde nl 2005-08-07 23:26 -------
SVN commit 443913 by toma:
Reported to fix compilation on gcc 4.0.1, untested by me with this compiler though.
BUG: 109892
M +3 -1 Makefile.am
--- trunk/extragear/graphics/digikam/showfoto/Makefile.am #443912:443913
@ -20,7 +20,9 @
$(top_builddir)/digikam/libs/histogram/libhistogram.la \
$(top_builddir)/digikam/libs/widgets/libwidgets.la \
$(top_builddir)/digikam/utilities/splashscreen/libsplashscreen.la \
- $(top_builddir)/digikam/libs/thumbbar/libthumbbar.la
+ $(top_builddir)/digikam/libs/thumbbar/libthumbbar.la \
+ $(top_builddir)/digikam/utilities/imageeditor/libimageeditor.la \
+ $(top_builddir)/digikam/libs/curves/libcurves.la
showfoto_LDFLAGS = $(KDE_RPATH) $(all_libraries)
More information about the Digikam-devel
mailing list