Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] Intltool problem

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] Intltool problem
  • Date: Sat, 5 May 2007 15:05:04 +0200

On Saturday 05 of May 2007 14:52:07 Alexander Tsamutali wrote:
> On Sat, 5 May 2007 14:45:49 +0200
> >
> > Do you have it?
>
> Of course, but intltool-update cannot find it :(
Perhaps it has a different and hardcoded path specified. It doesn't work for
me either:
navaden@lynxlynx po $ intltool-update --pot --gettext-package=wormux

*** The intltool-extract script wasn't found!
*** Without it, intltool-update can not generate files.
navaden@lynxlynx po $

/usr/bin/intltool-update is a perl script:
/.../
my $EXTRACT = $ENV{"INTLTOOL_EXTRACT"} || "intltool-extract";

## Generate the .h header files, so we can allow glade and
## xml translation support
if (! -x "$EXTRACT")
{
print STDERR "\n *** The intltool-extract script wasn't found!"
."\n *** Without it, intltool-update can not generate files.\n";
exit;
}
/.../

Changing that "intltool-extract to point to the full path fixed it for me. :)

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: pgpit814zHM_y.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page