Re: locale (?) problem



Eric Lesh wrote:

* "Krzysztof" == Krzysztof Gora mumbled:

 Krzysztof> bonobo-activation-activate.c: In function
 Krzysztof> `bonobo_activation_init_activation_env':
 Krzysztof> bonobo-activation-activate.c:712: `LC_ALL' undeclared
 Krzysztof> (first use in this function)

Errors like that might be because locale.h (think that's it...) isn't
being included for some reason.  Check bono-activation-activate.c and
make sure that it says #include <locale.h> after it includes stdlib.h.

 Krzysztof> Thanks

Good luck.

 Krzysztof> kg

-eric

Thank You very much,

You are right. I've just inserted missing #include <locale.h> and compilation is going on.

Cheers,
Chris





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