Re: [xiphos-devel] "make clean" removes po/*.po

2020-09-11 Thread Karl Kleinpaste
On 9/11/20 9:40 AM, Greg Hellings wrote: > Are they generated? To be perhaps more explicit... xx.po : xx.gmo :: xx.c : xx.o ___ xiphos-devel mailing list xiphos-devel@crosswire.org http://crosswire.org/mailman/listinfo/xiphos-devel

Re: [xiphos-devel] "make clean" removes po/*.po

2020-09-11 Thread Karl Kleinpaste
On 9/11/20 9:40 AM, Greg Hellings wrote: > I don't know how .po files work. Are they generated? No, they are handcrafted translation files, keying off original phrasing (e.g. English strings in the code) and providing translations on a string-by-string basis.

Re: [xiphos-devel] "make clean" removes po/*.po

2020-09-11 Thread Greg Hellings
Interesting - CMake thinks that this is a generated file. If it is generated then "make clean" should properly clean it out. But it's also trying to open "ar.po" in order to clean "ar.po". Which doesn't make much sense. I don't know how .po files work. Are they generated? --Greg On Fri, Sep 11,

[xiphos-devel] "make clean" removes po/*.po

2020-09-11 Thread Karl Kleinpaste
cmake -DBUILD_SHARED_LIBS=TRUE -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib64 -DGTKHTML=ON -DDEBUG=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo ../xiphos [ build dir is populated ] ls po [ *.po are present ] make clean ls po [ *.po are gone ] make ... [ 63%] Generating ar.po /usr/bin/msgmerge: error