Le 25/11/2015 08:54, Scott Kostyshak a écrit :
Can anyone else reproduce this error from the following command?
# make sure no local changes you want to keep in your LyX directory
# first do 'git reset --hard'
# then 'git clean -xdf'
./autogen.sh && ./configure --enable-build-type=pre --disable-nls && make && make check && make
distcheck && echo "ALL TESTS PASSED"
...
rm: cannot remove ‘../../po/lyx.pot’: Permission denied
Makefile:368: recipe for target 'lyx.pot-update' failed
I wouldn't be surprised if this is something specific to my computer but
thought I would check in just to make sure.
I see it too. I'm looking at it, but I have not completely nailed it yet
(there are other errors after the first one).
JMarc