Re: Compiling gnome utils 1.4.0.2



On Monday, August 13, 2001, at 02:34  AM, Paul McGarry wrote:

logrtns.c: In function `get_month':
logrtns.c:141: warning: implicit declaration of function `setlocale'
logrtns.c:141: `LC_TIME' undeclared (first use in this function)
logrtns.c:141: (Each undeclared identifier is reported only once
logrtns.c:141: for each function it appears in.)
logrtns.c:141: warning: passing arg 1 of `g_strdup' makes pointer from
integer without a cast
logrtns.c:143: warning: comparison between pointer and integer

These come from <locale.h>. So either there's a missing include of <locale.
h>, your <locale.h> has something wrong with it, or some header that used to include <locale.h> doesn't any more, and gnome-utils was relying on it.

    -- Darin




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