pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: buildlinking x11/libXau



On Wednesday 26 March 2008 14:09:26 Tobias Nygren wrote:
> On Wed, 26 Mar 2008 11:08:29 +0000
>
> raymond.meyer%rambler.ru@localhost wrote:
> > I'm running NetBSD-current with XFree86.
> > I'm trying to build wip/libxcb package, which needs libXau
> >
> > wip/libxcb/Makefile and
> > wip/libxcb/buildlink3.mk
> >
> > both have
> >
> > .include "../../x11/libXau/buildlink3.mk"
> >
> > During package build, I get the following errors:
> >
> > xcb_auth.c:29:23: error: X11/Xauth.h: No such file or directory
> >
> > I have a feeling this is because x11/libXau does not buildlink native
> > header + library files. Any idea how to fix this?
>
> I don't think it's possible to use XCB with native X11, because
> you need XCB support in libX11. Anyway, libxcb shouldn't
> be required by anything in wip, or is it?
>
> -Tobias

Well I'm trying to build kde4

Stop.
make: stopped in /opt/pkgsrc/wip/libxcb
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/wip/xine-xcb
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/wip/kdebase-runtime4
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/wip/kde4


Also wip/kdebase-runtime4/Makefile has

.include "../../wip/libxcb/buildlink3.mk"

So is there a way to build kde4 without libxcb?


Home | Main Index | Thread Index | Old Index