* "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