ext Julius Luukko wrote:
> Hello all,
> 
> I am trying to get my hobby projects to compile in chinook and I have 
> been mostly successful but there is something that I don't understand. 
> My autogen.sh contains
> 
> intltoolize --automake --copy --force
> 
> which in chinook gives a "command not found" error message. However, 
> there does not seem to be any problem compiling the package with 
> localized text successfully in place.
> 
> In [1] it is stated that intltool 0.35.0-3 should be in chinook, but at 
> least my installation does not have it. On the other hand, in bora 
> intltool comes from devkit doctools. In chinook, doctools is not 
> installed, at least according to the installation instructions [2] (I 
> installed chinook using the installer script).
> 
> If I install intltool with "apt-get install intltool" autogen.sh does 
> find intltoolize, but make ends with
> 
> make[1]: *** No rule to make target [EMAIL PROTECTED]@.po', needed by 
> [EMAIL PROTECTED]@.gmo'.  Stop.

Hi,

I ran into similar problems earlier this year. I can't recall the exact 
packages, but the solution was to add in configure.ac *before* 
AM_GLIB_GNU_GETTEXT this line:

IT_PROG_INTLTOOL([0.35.0])

I hope this works in your project too.

Like you mention in your post, the version of intltool has been updated in 
Chinook compared to what it is in the doctools devkit and the one in 
doctools still works with the old ac macros. The doctools devkit should - 
and probably will - get updated too in the near future.

Cheers,
  Juha

-- 
Juha Kallioinen                                               JID: [EMAIL 
PROTECTED]
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to