On 2009-03-13, Jean-Marc Lasgouttes wrote: > Guenter Milde <mi...@users.berlios.de> writes: >> I don't know. However the trac SVN browser
>> http://www.lyx.org/trac/browser/lyx-devel/branches/BRANCH_1_6_X/src/client >> does not show client.man so I assume it is missing there. > No, the name is lyxclient.man, and it is there... Yes, now I see it in branch. Sorry. > I need the exact error message. I cannot help with an exact error message (short of deleting lyxclient.man and running `make clear` and `make`). But I can assure you that after the error, 1. I looked in src/client and lyxclient.man was NOT in it. 2. I commented the line cp -p $(srcdir)/lyxclient.man lyxclient.1 in src/client/Makefile and `make` ran without errors. 3. I did `make install` and got complaints about missing lyxclient.1 4. I copied lyxclient.1 from my 1.6.1 installation to src/client/lyxclient.man, uncommented the line in the Makefile and re-ran `make` and `make install` without errors. Even now, svn status in src/client shows lyxclient.man as "not under SVN": Exec: svn 'status' '-u' 2>&1 Dir: /home/usr-local/src/lyx-devel/src/client/ ? gettext.o ? boost.o ? lyxclient.man ? lyxclient.cpp ? Messages.o ? Makefile~ ? client.o Status bezogen auf Revision: 28765 Maybe it is because I did not a new checkout but a switch from trunk? Günter