On Tue, Feb 4, 2014 at 11:06 AM, Kornel Benko <kor...@lyx.org> wrote:
> Am Montag, 3. Februar 2014 um 22:32:46, schrieb Kornel Benko < > kor...@lyx.org> > > > Am Montag, 3. Februar 2014 um 22:26:49, schrieb Vincent van Ravesteijn < > v...@lyx.org> > > > > Kornel Benko schreef op 3-2-2014 22:24: > > ... > > > > > > > > > > > How do you trigger this ? In other words, what exactly do you do to > > > > > > > > > > > reconfigure ? > > > > > > > > > > > > > > > > > > > > > > I can't reproduce this (although I have seen this once in the very > > > > > > > > > > > beginning). > > > > > > > > > > Reconfiguration means > > > > > > > > > > # cd build-dir > > > > > > > > > > # cmake source-dir ...... > > > > > > > > > > This removed all gmo files (in source!) here. > > > > > > > > > > Kornel > > > > > > > > > It doesn't here (Ubuntu). > > > > > > > > Have you tried deleting the build-dir completely, and reconfigure from > > > > there ? > > > > > > Probably depends on cmake version. (Ubuntu 12.10 here) > > > #cmake --version > > > cmake version 2.8.12.20140130-g078e9 > > > > > > CMake suite maintained by Kitware, Inc. (kitware.com). > > > > > > > Vincent > > > > Last (hopefully) two remarks: > > 1.) If a user does not have git-program, then he is unlikely supposed > > to commit gmo-file. Therefore > > ADD_CUSTOM_TARGET(update-gmo DEPENDS ${LYX_UPDATED_GMO_FILES}) > > belongs into if(LYX_GITVERSION) > Well, you can't say that. Someone might be using TortoiseGit instead, and then we won't find the git client. If that's the case I would like to offer the possibility to update all gmo's, so he can at least proceed. > 2.) Same is valid for update-po target > Same as above. > > > I propose following change: > So I wouldn't do that. > > > Kornel > Vincent