On Tue, 2006-05-02 at 22:53 +0200, Stein Magne wrote: > Den 2. mai. 2006 kl. 22.06 skrev Lars Clausen: > > > On Fri, 2006-04-28 at 08:27 +0200, Stein Bjorklund wrote: > >> Hi > >> Compiling 0.95 final, but it fails during compile: > >> INTLTOOL_EXTRACT=../intltool-extract srcdir=. ../intltool-update > >> --gettext-package dia --pot > >> *** xgettext is not found on this system! > >> > >> But I have xgettext installed! > >> xgettext -V > >> xgettext (GNU gettext-tools) 0.14.5 > >> > >> And the pathway is correct set by configure > >> > >> config.log:configure:21113: checking for xgettext > >> config.log:configure:21131: found /sw/bin/xgettext > >> config.log:configure:21144: result: /sw/bin/xgettext > >> config.log:configure:22680: checking for xgettext > >> config.log:configure:22696: found /sw/bin/xgettext > >> config.log:configure:22707: result: xgettext > >> config.log:ac_cv_path_INTLTOOL_XGETTEXT=/sw/bin/xgettext > >> config.log:ac_cv_prog_XGETTEXT=xgettext > >> config.log:gt_cv_have_gettext=no > >> config.log:INTLTOOL_XGETTEXT='/sw/bin/xgettext' > > > > I don't get that, I even added a separate check for xgettext to be > > sure > > it was there. intltool-extract must be duing something strange. > > Hmmm. I`m sort of stuck here. Any clues that could point me in the > right direction? > Running: intltool-extract (intltool) 0.34.1
Try setting the XGETTEXT environment variable to /sw/bin/xgettext. intltool-update doesn't attempt to use the normal path if that variable is unset. -Lars _______________________________________________ Dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia
