Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13760] New: intltool can't find intltool-extract

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13760] New: intltool can't find intltool-extract
  • Date: 5 May 2007 13:51:33 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13760

Summary: intltool can't find intltool-extract
Product: Codex
Version: test grimoire
Platform: Other
URL: https://lists.ibiblio.org/sympa/arc/sm-discuss/2007-
May/016872.html
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: gnome2-libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: jakakranjc AT email.si


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

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13760] New: intltool can't find intltool-extract, bugzilla-daemon, 05/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page