Re: [Planner] Planner on Darwin/FreeBSD making



P.A.A. wrote:
Hello,

Hi,

I'm working on installing planner on Darwin/FreeBSD, configure works fine after manually installing all the libraries (this can be done also with fink or darwinports), but there seems to be an error with planner-window.c when making as follows:

-------
planner-window.c: In function `window_print_cb':
planner-window.c:845: error: `LC_NUMERIC' undeclared (first use in this function)
>
planner-window.c:845: error: (Each undeclared identifier is reported only once
planner-window.c:845: error: for each function it appears in.)
planner-window.c:845: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast

There is probably some include missing. Could you try if it helps to add

#include <locale.h>

in planner-window.c?

/Richard

--
Imendio HB, http://www.imendio.com/



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