Package: gnomesword
Version: 2.1.2-2
Severity: serious
Hi,
Your package is failing to build on 64 bit arches with the
following error:
In file included from ../../src/main/sword.h:29,
from configs.cc:31:
/usr/include/glib-2.0/glib/gi18n.h:25:1: warning: "_" redefined
In file included from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:40,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from /usr/include/libgnomeui-2.0/gnome.h:5,
from ../../src/main/sword.h:28,
from configs.cc:31:
/usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:69:1: warning: this is the
location of the previous definition
/usr/include/libintl.h:40: error: expected unqualified-id before 'const'
The reason is that it disabled gettext support during
configure. Testing for gettext support, you'll see the
following error in config.log:
conftest.cc:42: error: cast from 'char*' to 'int' loses precision
What you should do to fix this is update your autoconf
macro for gettext. To do this you run:
aclocal-1.9
automake-1.9
autoconf
Please note that this can cause timestamp skew issues.
See /usr/share/doc/autotools-dev/README.Debian.gz about
it.
Kurt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]