[Xcb] evas works !

Ian Osgood iano at quirkster.com
Thu Oct 5 08:44:28 PDT 2006


On Oct 5, 2006, at 8:27 AM, Jeremy A. Kolb wrote:

> On Thu, 5 Oct 2006, Ian Osgood wrote:
>
>>
>> On Oct 4, 2006, at 11:53 AM, Vincent Torri wrote:
>>
>>>
>>> Hello,
>>>
>>> I wanted to port cairo, but the problem is the compilation of
>>> xcb_reply. (cairo uses the util libs). Jamey, if you can fix that,
>>> that would be great :) (I have no idea on how to fix it)
>>
>> I've already got a patch for cairo, just need to find the time to do
>> the makefile.ac support.
>>
>> I don't understand why I've been able to compile xcb/util but you
>> can't.  That said, it might be a good idea to further split up the
>> util directory into separate repositories so that a build bug in an
>> experimental library doesn't block a more mature library from  
>> building.
>>
>> Ian
>>
>
> I can't build xcb-util either. Ian do you have two different  
> versions of
> xcb installed?
>
> Jeremy

No, only the usual symlinks:

$ ls /usr/local/lib/libxcb.*
libxcb.0.0.0.dylib
libxcb.0.dylib -> libxcb.0.0.0.dylib
libxcb.dylib -> libxcb.0.0.0.dylib
libxcb.a
libxcb.la

Maybe the xcb/util build would break again if I did a make clean.

Ian


More information about the Xcb mailing list