Re: Re: cong-primary-window.c:382: `gettext' undeclared
[email protected] (Geert Stappers)
| Newsgroups | gmane.editors.conglomerate.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 30, 2003 at 01:55:39PM -0400, Edgard Pineda Leone. wrote: > On Sat, 28 Jun 2003, Geert Stappers wrote: > > On Fri, Jun 27, 2003 at 07:50:49PM -0400, Edgard Pineda Leone. wrote: > > [ solved problem ] > > > > > > > > ... but it appeared another compile problem: > > > > Okay, new problem, new thread. I'm serious about 'new problem, new thread' > > > > > ... > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DORBIT2=1 -pthread [ more output from 'make' ] > > > -g -O2 -c cong-primary-window.c > > > cong-primary-window.c: In function `cong_primary_window_make_gui': > > > cong-primary-window.c:382: `gettext' undeclared (first use in this > > > function) > > > cong-primary-window.c:382: (Each undeclared identifier is reported only > > > once > > > cong-primary-window.c:382: for each function it appears in.) > > > make[2]: *** [cong-primary-window.o] Error 1 > > > make[2]: Saliendo directorio `/tmp/conglomerate-0.5.4/src' > > > make[1]: *** [all-recursive] Error 1 > > > make[1]: Saliendo directorio `/tmp/conglomerate-0.5.4' > > > make: *** [all-recursive-am] Error 2 > > > > > > :( > > > > > > is missing some .h include? > > > or is a problem in configure script? > > > > I assume a problem in the configure script. (it doesn't check for gettext) > > > > For the time being this workaround. > > > > First step: > > > > Install 'gettext' package and `make` again. > > I install gettext, then ran configure again and finally make. > cong-primary-window.c compiled. Fine. The check for gettext in configure is filed as bug 116516. Geert Stappers P.S. > > Install 'gettext' package and `make` again. > > I install gettext, then ran configure again and finally make. > cong-primary-window.c compiled. There was no reason to run ./configure again.