Re: glib making problems

2003-01-13 Thread Raymond Wan
Hi all, A reply to an old posting, but I recently tried installing 2.2 and came to a similar problem. Basically: ... Making all in po make[2]: Entering directory `/home/rwan/gtk/install/glib-2.2.0/po' make[2]: *** No rule to make target `azNONE', needed by `all-yes'. Stop. make[2]:

glib making problems

2002-12-23 Thread Mortella
I tried to build glib 2.2.0 and after 2.1.4 too. Both's make failed with the following: ... Making all in po make[2]: Entering directory `/usr/src/redhat/BUILD/glib-2.1.4/po' make[2]: *** No rule to make target `azNONE', needed by `all-yes'. Stop. make[2]: Leaving directory

Re: glib making problems

2002-12-23 Thread Owen Taylor
Mortella [EMAIL PROTECTED] writes: I tried to build glib 2.2.0 and after 2.1.4 too. Both's make failed with the following: ... Making all in po make[2]: Entering directory `/usr/src/redhat/BUILD/glib-2.1.4/po' make[2]: *** No rule to make target `azNONE', needed by `all-yes'. Stop.

Re: glib making problems

2002-12-23 Thread Mortella
RedHat 7.3 and configure runs with no problem. I check gettext link. Anyone else a tip ? thx morti On Mon, 2002-12-23 at 15:40, Owen Taylor wrote: Mortella [EMAIL PROTECTED] writes: I tried to build glib 2.2.0 and after 2.1.4 too. Both's make failed with the following: ...

Re: glib making problems

2002-12-23 Thread Owen Taylor
Mortella [EMAIL PROTECTED] writes: RedHat 7.3 and configure runs with no problem. I check gettext link. Anyone else a tip ? You don't need a separate copy of gettext for Red Hat 7.3; the libc copy will work fine. Did you pass any options to configure? When configure is running, what

Re: glib making problems

2002-12-23 Thread Mortella
./configure passed every phases OK. I dont know what did it say coz i installed gettext and now its fine. Funny, but now seems ok. thx morti On Mon, 2002-12-23 at 16:33, Owen Taylor wrote: Mortella [EMAIL PROTECTED] writes: RedHat 7.3 and configure runs with no problem. I check