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: Alexander Tsamutali <astsmtl AT gmail.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] Intltool problem
  • Date: Sat, 5 May 2007 18:40:18 +0500

On Sat, 5 May 2007 15:05:04 +0200
Jaka Kranjc <lynx AT mages.ath.cx> wrote:

> /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. :)

Yes, i looked into this script too, but perl always scared me! :) Can
you apply your solution to intltool spell?

--
Alexander Tsamutali




Archive powered by MHonArc 2.6.24.

Top of Page