Date: Sun, 22 Apr 2012 15:16:10 -0700 From: Yuri <yuri@rawbw.com> To: freebsd-x11@freebsd.org Subject: Re: xorg-server-1.7.7_4,1 build fails Message-ID: <4F94832A.1090601@rawbw.com> In-Reply-To: <4F947E2B.5050905@rawbw.com> References: <4F947E2B.5050905@rawbw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04/22/2012 14:54, Yuri wrote: > Making all in Xext > CC bigreq.o > bigreq.c:39:41: error: X11/extensions/bigreqsproto.h: No such file or > directory This is fixed by manual install of x11/bigreqsproto and the subsequent error xcmisc.c:40:40: error: X11/extensions/xcmiscproto.h: No such file or directory xcmisc.c: In function 'XCMiscExtensionInit': xcmisc.c:63: error: 'XCMiscExtensionName' undeclared (first use in this function) is fixed by manual install of x11/xcmiscproto. The bottom line is: dependencies are somehow broken for dependencies like these: xorg-server-1.7.7_4,1 -> x11/bigreqsproto xorg-server-1.7.7_4,1 -> x11/xcmiscproto graphics/libGL -> x11/glproto and probably others. Yuri
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F94832A.1090601>