bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with 3.79.1


From: System APRIVILEGED Account
Subject: problem with 3.79.1
Date: Mon, 19 Aug 2002 08:28:35 +0200

Hi,

I have a problem compiling 3.79.1.
Despite HAVE_LC_MESSAGES is not defined, gettext.c claims about a missing LC_MESSAGES, but this should be #defined in gettext.h. I untared the elder 3.79, which we're actually using, 'configured' it and it compiled well. So my system hasn't changed.

ds5000:/users/make-3.79.1 ==>find . -name "*.h" -exec grep HAVE_LC_MESSAGES {} \
;
#undef HAVE_LC_MESSAGES
#if !HAVE_LC_MESSAGES
/* #undef HAVE_LC_MESSAGES */

ds5000:/users/make-3.79.1 ==>make
make  all-recursive
make[1]: Entering directory `/users/make-3.79.1'
Making all in glob
make[2]: Entering directory `/users/make-3.79.1/glob'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/users/make-3.79.1/glob'
Making all in i18n
make[2]: Entering directory `/users/make-3.79.1/i18n'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/users/make-3.79.1/i18n'
make[2]: Entering directory `/users/make-3.79.1'
gcc -DALIASPATH=\"/usr/local/share/locale:.\" -DLOCALEDIR=\"/usr/local/share/loc ale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CON
FIG_H -I. -I. -I./glob    -g -O2 -c gettext.c
gettext.c: In function `_nl_find_domain':
gettext.c:1509: warning: assignment makes pointer from integer without a cast
gettext.c: In function `bindtextdomain__':
gettext.c:2252: warning: assignment makes pointer from integer without a cast
gettext.c:2284: warning: assignment makes pointer from integer without a cast
gettext.c:2300: warning: assignment makes pointer from integer without a cast
gettext.c: In function `dgettext__':
gettext.c:2374: `LC_MESSAGES' undeclared (first use in this function)
gettext.c:2374: (Each undeclared identifier is reported only once
gettext.c:2374: for each function it appears in.)
gettext.c: In function `textdomain__':
gettext.c:2498: warning: assignment makes pointer from integer without a cast
make[2]: *** [gettext.o] Error 1
make[2]: Leaving directory `/users/make-3.79.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/users/make-3.79.1'
make: *** [all-recursive-am] Error 2
ds5000:/users/make-3.79.1 ==>

btw. the warnings are both in 3.79.1 and 3.79.

regards from Austria
with best regards

Christian Krackowizer
schuler technodat GmbH
Jakob-Haringer-Strasse 6
A-5020 Salzburg
Phone: +43(0)662/2282-0
FAX: +43(0)662/2282-9
e-Mail: address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]