Current-Users archive

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

Re: gtk3, libXi vs xextproto



On Wed, Sep 25, 2013 at 12:38:56PM +0200, Riccardo Mottola wrote:
> I also wonder why GTK3 doesn't check before what it needs, since
> build fill fail with:
> 
>   GISCAN Gdk-3.0.gir
> ./.libs/libgdk-3.so: undefined reference to `XIFreeDeviceInfo'
> ./.libs/libgdk-3.so: undefined reference to `XIDefineCursor'
> ./.libs/libgdk-3.so: undefined reference to `XIQueryPointer'
> 
> it should have checked for libXi presence before, shouldn't it?


AFAICT it does (gtk 3.8.4):

[AC_MSG_ERROR([*** XInput2 extension not found. Check 'config.log' for more 
details.])])

At least, you have to have a xi.pc file somewhere, and the
X11/extensions/XInput2.h header. 

Maybe there are several xi.pc files?

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index