[Digikam-devel] [Bug 109892] New: compilation fails gcc4 libtool
Ookaze
ookaze at ookaze.dyndns.org
Sat Jul 30 14:13:49 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
Summary: compilation fails gcc4 libtool
Product: digikam
Version: 0.7.3
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: digikam-devel kde org
ReportedBy: ookaze ookaze dyndns org
Version: 0.7.3 (using KDE KDE 3.4.2)
Installed from: Compiled From Sources
Compiler: gcc 4.0.1
OS: Linux
The compiler stops when compiling showfoto because of missing symbols.
This patch shows what I added for it to compile :
---------------------------
diff -Naur digikam-0.7.3-orig/digikam/showfoto/Makefile.in digikam-0.7.3/digikam/showfoto/Makefile.in
--- digikam-0.7.3-orig/digikam/showfoto/Makefile.in 2005-06-21 23:21:19.000000000 +0200
+++ digikam-0.7.3/digikam/showfoto/Makefile.in 2005-07-30 14:46:05.000000000 +0200
@ -306,7 +306,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