<div dir="ltr"><div>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.</div><div><br></div><div>I don't know how .po files work. Are they generated?</div><div><br></div><div>--Greg<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 11, 2020 at 8:25 AM Karl Kleinpaste <<a href="mailto:karl@kleinpaste.org">karl@kleinpaste.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  

    
  
  <div>
    <tt>cmake -DBUILD_SHARED_LIBS=TRUE -DCMAKE_INSTALL_PREFIX=/usr
      -DLIBDIR=/usr/lib64 -DGTKHTML=ON -DDEBUG=ON
      -DCMAKE_BUILD_TYPE=RelWithDebInfo ../xiphos</tt><tt><br>
    </tt><font face="FreeSerif">[ build dir is populated ]</font><tt><br>
      <br>
    </tt><tt>ls po</tt><tt><br>
    </tt><font face="FreeSerif">[ *.po are present ]</font><tt><br>
      <br>
    </tt><tt>make clean</tt><tt><br>
    </tt><tt>ls po</tt><tt><br>
    </tt><font face="FreeSerif">[ *.po are gone ]</font><tt><br>
      <br>
    </tt><tt>make</tt><tt><br>
    </tt><tt>...</tt><tt><br>
    </tt><tt>[ 63%] Generating ar.po</tt><tt><br>
    </tt><tt>/usr/bin/msgmerge: error while opening
      "/home/karl/src/bible/xbuild/po/ar.po" for reading: No such file
      or directory</tt><tt><br>
    </tt><tt>make[2]: *** [po/CMakeFiles/potfiles_1.dir/build.make:272:
      po/ar.po] Error 1</tt><tt><br>
    </tt><tt>make[1]: *** [CMakeFiles/Makefile2:875:
      po/CMakeFiles/potfiles_1.dir/all] Error 2</tt><tt><br>
    </tt><tt>make: *** [Makefile:172: all] Error 2</tt><tt><br>
    </tt><font face="FreeSerif"><br>
      Thoughts? It seems to me that </font><tt>make clean</tt><font face="FreeSerif"> should not be vacuuming out *.po.<br>
    </font>
  </div>

_______________________________________________<br>
xiphos-devel mailing list<br>
<a href="mailto:xiphos-devel@crosswire.org" target="_blank">xiphos-devel@crosswire.org</a><br>
<a href="http://crosswire.org/mailman/listinfo/xiphos-devel" rel="noreferrer" target="_blank">http://crosswire.org/mailman/listinfo/xiphos-devel</a><br>
</blockquote></div>