MantisBT - CMake
View Issue Details
0007230CMakeCMakepublic2008-06-23 04:122008-06-29 19:00
plcastedo 
Alex Neundorf 
normalminoralways
closedfixed 
CMake-2-6 
 
0007230: GETTEXT_CREATE_TRANSLATIONS ignores first po file
GETTEXT_CREATE_TRANSLATIONS ignores first po file when not using ALL:

GETTEXT_CREATE_TRANSLATIONS(prueba.pot ALL es_ES.po) -> OK
GETTEXT_CREATE_TRANSLATIONS(prueba.pot es_ES.po) -> es_ES.po lost
Workaround:
GETTEXT_CREATE_TRANSLATIONS(prueba.pot FOO es_ES.po) -> OK
The cause could be that inner loop over po files uses ARVN that not includes 2nd parameter to macro.

Workaround:
GETTEXT_CREATE_TRANSLATIONS(prueba.pot FOO es_ES.po) -> OK
No tags attached.
Issue History
2008-06-23 04:12plcastedoNew Issue
2008-06-23 09:51Bill HoffmanStatusnew => assigned
2008-06-23 09:51Bill HoffmanAssigned To => Alex Neundorf
2008-06-29 19:00Alex NeundorfNote Added: 0012566
2008-06-29 19:00Alex NeundorfStatusassigned => closed
2008-06-29 19:00Alex NeundorfResolutionopen => fixed

Notes
(0012566)
Alex Neundorf   
2008-06-29 19:00   
This should be fixed now in current cvs:
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindGettext.cmake?root=CMake&view=log [^]

Please check that it works for you.

Alex