Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: gtk3, libXi vs xextproto
On Wed, 25 Sep 2013, Riccardo Mottola wrote:
> Updating Emacs wants gtk3. Gtk fails to link without libXi, libXi fails with:
>
> checking for XEXT... configure: error: Package requirements (xproto >= 7.0.13
> x11 >= 1.1.99.1 xextproto >= 7.1.99) were not met:
>
> Requested 'xextproto >= 7.1.99' but version of XExtProto is 7.1.2
>
> but the newest xextproto in pkgsrc is 7.2.1 .
See x11/libXi/Makefile
It has:
BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.3
Maybe it should be changed to:
BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.1.2
Try that. Do a make clean in libXi first.
Home |
Main Index |
Thread Index |
Old Index