[maemo-developers] devkit doctools in chinook?
From: Juha Kallioinen juha.kallioinen at nokia.comDate: Fri Dec 28 15:32:13 EET 2007
- Previous message: devkit doctools in chinook?
- Next message: devkit doctools in chinook?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 `@ALL_LINGUAS at .po', needed by > `@ALL_LINGUAS at .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: kaltsi at ok
- Previous message: devkit doctools in chinook?
- Next message: devkit doctools in chinook?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]