Hello,
I'm trying to update Serbian localisation to recent svn in this way:
./autogen.sh ./configure --prefix=/home/urke/opt cd po make update-po
But after that I get this error:
urke@...214...:~/devel/svn/inkscape/po$ make update-po make inkscape.pot make[1]: Entering directory `/home/urke/devel/svn/inkscape/po' make[1]: *** No rule to make target `../share/filters/filters.svg.h', needed by `inkscape.pot'. Stop. make[1]: Leaving directory `/home/urke/devel/svn/inkscape/po' make: *** [update-po] Error 2
There is not filters.svg.h file, but if i remove filters/filters.svg.h and patterns/patterns.svg.h (on both files make die) from POTFILES.in, I get updated POT without translatable filters messages.
I'll appreciate some help.
TIA
2009/6/9 Aleksandar Urošević <urke.dd@...52...>:
I'm trying to update Serbian localisation to recent svn in this way:
./autogen.sh ./configure --prefix=/home/urke/opt cd po make update-po
As inkscape.pot is now being regularly update and maintained in SVN you can relay on the version available in repository to create your translation.
But after that I get this error:
urke@...214...:~/devel/svn/inkscape/po$ make update-po make inkscape.pot make[1]: Entering directory `/home/urke/devel/svn/inkscape/po' make[1]: *** No rule to make target `../share/filters/filters.svg.h', needed by `inkscape.pot'. Stop. make[1]: Leaving directory `/home/urke/devel/svn/inkscape/po' make: *** [update-po] Error 2
There is not filters.svg.h file, but if i remove filters/filters.svg.h and patterns/patterns.svg.h (on both files make die) from POTFILES.in, I get updated POT without translatable filters messages.
This one is simplethough - you have to go yo /share/ and execute "make"
Those .h files are created during the build process of inkscape - but you don't have to build the whole lot to get them.
Regards, Marcin
On Tue, 9 Jun 2009 20:16:11 +0100 Marcin Floryan <marcin.floryan@...5...> wrote:
As inkscape.pot is now being regularly update and maintained in SVN you can relay on the version available in repository to create your translation.
That mean inkscape.pot is already updated and don't need to be manually updated after svn checkout?
This one is simplethough - you have to go yo /share/ and execute "make"
Those .h files are created during the build process of inkscape - but you don't have to build the whole lot to get them.
Great, that's the magic! :) Thanks!
2009/6/10 Aleksandar Urošević <urke.dd@...52...>:
As inkscape.pot is now being regularly update and maintained in SVN you can relay on the version available in repository to create your translation.
That mean inkscape.pot is already updated and don't need to be manually updated after svn checkout?
Yes, precisely - unless you need this file to be super-up-to-date you can relay on the file in svn; Especially once the string freeze is announced you can just use this file.
Regards,
On Wed, 10 Jun 2009 08:32:40 +0100 Marcin Floryan <marcin.floryan@...5...> wrote:
Yes, precisely - unless you need this file to be super-up-to-date you can relay on the file in svn; Especially once the string freeze is announced you can just use this file.
Thanks. Now all is clear enough :)
Regards,
participants (2)
-
Aleksandar Urošević
-
Marcin Floryan