看板 DFBSD_bugs 關於我們 聯絡資訊
On Tue, 04 Jan 2005 21:17:25 +0100, Roland Hammerle <rjh@who.net> wrote: > Jansen Gotis wrote: > > I'm also getting the same error trying to build xorg-libraries, but > > at a different part of the make install: <snip> > > /usr/X11R6/lib/X11/doc/html:Permission denied > > *** Error code 1 <snip> > > The problem is that mkhtmlindex is not defined anywhere but used here. > It is included from x11-server/xorg-server/Makefile.inc. Simply replace > {MKHTMLINDEX} with mkhtmlindex and it will work. > > Roland > Thanks! Now anyone else who encounters this problem will know what to do. Jansen