Re: gnome-admin



On Thu, Oct 01, 1998 at 08:26:34AM -0500, Spauldo da Hippie wrote:
> If you don't need native language support, try running configure (or
> autogen.sh) with the --disable-nls option.
> 
> Terry Shull wrote:
> > 
> > I recently upgraded gnome-admin via cvs, during make I now get this
> > error;
> > 
> > cd . && autoheader
> > make all-recursive
> > make[1]: Entering directory `/usr/src/gnomecvs/gnome-admin'
> > Making all in po
> > make[2]: Entering directory `/usr/src/gnomecvs/gnome-admin/po'
> > PATH=../src:$PATH /usr/local/bin/xgettext --default-domain=gnome-admin
> > --directory=.. \
> >   --add-comments --keyword=_ --keyword=N_ \
> >   --files-from=./POTFILES.in
> > rm -f ./gnome-admin.pot
> > mv gnome-admin.po ./gnome-admin.pot
> > mv: gnome-admin.po: No such file or directory
> > make[2]: *** [gnome-admin.pot] Error 1
> > make[2]: Leaving directory `/usr/src/gnomecvs/gnome-admin/po'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/src/gnomecvs/gnome-admin'
> > make: *** [all-recursive-am] Error 2
> > 
> > as soon as I type make I get this error.

i had this problem too, and it was coming from a wrong version of gettext.
so i  got the latest version of gettext 0.10.35, compiled it, removed config.cache, and began again : configure, make, and it pased this point, but had problems later like follows :

/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/users/graphique/luther/include -I/users/graphique/luther/lib/glib/include -I/users/graphique/luther/include -I/users/graphique/luther/include -DNEED_GNOMESUPPORT_H -I../support -I../support -I../intl -I../intl -DGNOMELIBDIR=\""/users/graphique/luther/lib"\" -DGNOMEDATADIR=\""/users/graphique/luther/share"\" -DGNOMEBINDIR=\""/users/graphique/luther/bin"\" -DGNOMELOCALSTATEDIR=\""/users/graphique/luther/var"\" -DGNOMELOCALEDIR=\""/users/graphique/luther/share/locale"\" -I/users/graphique/luther/lib/glib/include -I/users/graphique/luther/include -g -O2 -Wall  -c gnome-stock.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/users/graphique/luther/include -I/users/graphique/luther/lib/glib/include -I/users/graphique/luther/include -I/users/graphique/luther/include -DNEED_GNOMESUPPORT_H -I../support -I../support -I../intl -I../intl -DGNOMELIBDIR=\"/users/graphique/luther/lib\" -DGNOMEDATADIR=\"/users/graphique/luther/share\" -DGNOMEBINDIR=\"/users/graphique/luther/bin\" -DGNOMELOCALSTATEDIR=\"/users/graphique/luther/var\" -DGNOMELOCALEDIR=\"/users/graphique/luther/share/locale\" -I/users/graphique/luther/lib/glib/include -I/users/graphique/luther/include -g -O2 -Wall -c -fPIC -DPIC gnome-stock.c
                                                                    gnome-stock.c:719: `imlib_new' undeclared here (not in a function)
gnome-stock.c:719: initializer element for `entries_data[0].rgb_data' is not constant
gnome-stock.c:720: `imlib_save' undeclared here (not in a function)
gnome-stock.c:720: initializer element for `entries_data[1].rgb_data' is not constant
gnome-stock.c:721: `imlib_save_as' undeclared here (not in a function)
gnome-stock.c:721: initializer element for `entries_data[2].rgb_data' is not constant

...

gnome-stock.c:827: `imlib_menu_blank' undeclared here (not in a function)
gnome-stock.c:827: initializer element for `entries_data[107].rgb_data' is not constant
gnome-stock.c:828: `imlib_menu_scores' undeclared here (not in a function)
gnome-stock.c:828: initializer element for `entries_data[108].rgb_data' is not constant
make[2]: *** [gnome-stock.lo] Error 1
make[2]: Leaving directory `/users/graphique/luther/build/gnome-libs-0.30/libgnomeui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/users/graphique/luther/build/gnome-libs-0.30'
make: *** [all-recursive-am] Error 2

i guess it is an imlib misconfiguration, but i installed it before trying to compile gnome.

Freiendly,

Sven LUTHER



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