Re: Error in bonobo-activation-activate



Hi Leonardo,

On Mon, 2002-11-04 at 20:33, Leonardo Saavedra Henriquez wrote:
> I'm traying to install gnome with garnome-0.18.3, and when is compiling
> bonobo-activation send the following error
> 
> --
> bonobo-activation-activate.c: In function `bonobo_activation_init_activation_env':
> bonobo-activation-activate.c:712: `LC_ALL' undeclared (first use in this function)
> bonobo-activation-activate.c:712: (Each undeclared identifier is reported only once
> bonobo-activation-activate.c:712: for each function it appears in.)
> bonobo-activation-activate.c:713: `LC_COLLATE' undeclared (first use in this function)
> bonobo-activation-activate.c:714: `LC_MESSAGES' undeclared (first use in this function)
> bonobo-activation-activate.c:715: `LC_MONETARY' undeclared (first use in this function)
> bonobo-activation-activate.c:716: `LC_NUMERIC' undeclared (first use in this function)
> bonobo-activation-activate.c:717: `LC_TIME' undeclared (first use in this function)
> bonobo-activation-activate.c:729: warning: assignment makes pointer from integer without a cast
> make[10]: *** [bonobo-activation-activate.lo] Error 1
> make[9]: *** [all-recursive] Error 1
> make[8]: *** [all-recursive-am] Error 2
> make[7]: *** [build-work/bonobo-activation-2.1.0/Makefile] Error 2
> make[6]: *** [dep-../../gnome/bonobo-activation] Error 2
> make[5]: *** [dep-../../gnome/libbonobo] Error 2
> make[4]: *** [dep-../../gnome/gnome-vfs] Error 2
> make[3]: *** [dep-../../gnome/libgnome] Error 2
> make[2]: *** [dep-../../gnome/libbonoboui] Error 2
> make[1]: *** [dep-../../gnome/libgnomeui] Error 2
> make: *** [dep-../../gnome/gnome-desktop] Error 2

I had the same problem some time back - the mail's in the list archives.
I'll quote the main part here:
---
I had a compile error in bonobo-activation-activate.c, in particular
lines 712 and further. The message was that LC_ALL, LC_COLLATE etc.
weren't known. I fixed this by adding
   #include <locale.h>
in the beginning of the source, after which it compiled just fine.
---

Hope this helps,

Martijn





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