Hello people,
I was installing Moses under Cygwin and run into a strange "bug"
(between quotes as it is Windows' and not Moses' fault); I found a
simple solution that might be useful to other people, so let's put it
into the list archives.
When "releasing" with moses/scripts/Makefile ("make release"), rsync
issues many strange "File has vanished" warnings. As it is just making
a copy to the target directory, you can solve the problem by
replacing, in that Makefile:
rsync -r --files-from ./released-files . $(RELEASEDIR)/
with
xargs cp --parents -R -t $(RELEASEDIR) < ./released-files
TIago Tresoldi
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support