GNOME Bugzilla – Bug 672771
Missing files in POTFILE.in
Last modified: 2012-03-25 21:15:28 UTC
Created attachment 210531 [details] [review] Patch: Add missing files to POTFILES.in When running make check, it fails in po/ and po-functions/, and complains about missing files in POTFILES.in Attached the patch to fix this issue.
But we really should not need that file in POTFILES.in. THere is nothing translatable in that file!
What makes you think embedded-ui should be in POTFILES.in?
According to intltool (0.50.1), it should either be listed in POTFILES.in or POTFILES.skip. I just picked up the first one to add the file. It may not be the correct fix, but it makes the check target happy here.
...so add it to POTFILES.skip?
Created attachment 210582 [details] [review] Patch: Add missing files to POTFILES.skip (In reply to comment #4) > ...so add it to POTFILES.skip? No problem. Here’s the patch.
Thanks. I really would like to know why intltool wants that. It feels like a bug in intltool, but I only have 0.41.1 and it is happy. Andreas: what do you have?
I am also using intltool 0.41.1.
intltool 0.50 is buggy. It fails to understand C strings. I have cut the problem down to this example: static const char data4[] = """" """_" ;
Reported as https://bugs.launchpad.net/intltool/+bug/964785
Worked around in the embedder -- we work harder at not having lines start with three quotes.