[Digikam-devel] [Bug 147151] Compile error: multiple definition of `jpeg_suppress_tables'
Alf Mel
alf at mypals.org
Thu Jul 12 15:34:59 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=147151
------- Additional Comments From alf mypals org 2007-07-12 16:34 -------
I have created a tarball of the source+build directory up until the time it displays the error. The tarball contains two extra files, log-configure and log-make which show the full logs from the configure and make commands. You can download the tarball at:
http://slim.mypals.org/slim/digikam-build-error.tar.bz2
Here is a bit more on my environment:
umask 022
set +h
export _POSIX2_VERSION=199209
export CONFIG_SITE="/var/local/slim/build/digikam/config.site"
export LC_ALL=POSIX
export LDFLAGS="-s"
export CFLAGS="-Os -march=athlon-xp -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -Wl,-O1,--as-needed"
export CXXFLAGS="-Os -march=athlon-xp -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -Wl,-O1,--as-needed"
export MAKEFLAGS="-j2"
export prefix="/opt/kde"
My config.site:
test $prefix = NONE && prefix=/opt/kde
test -z "$CFLAGS" && CFLAGS="-O2 -pipe"
test -z "$CXXFLAGS" && CXXFLAGS="-O2 -pipe"
My commands after untarring:
./configure --disable-debug --disable-dependency-tracking
make -j1
I hope that helps.
More information about the Digikam-devel
mailing list