py_client_py line 213, in _py_type_setup self.py_format_str = _cardinal_types[_t(self.name)] KeyError: 'int64_t' when building against xcb-proto-1.9
Submitted by HadiSarabi
Assigned to xcb mailing list dummy
Description
Hi; Gnome 3.8 failed to emerge with xpyb package erroe. KeyError ; 'int64_t'. I research for this erroe in arch forums,they tell me for modify py_client_py file in xpyb..tar.bz2 and add this line inside xpyb./src/py_client_py#:
'INT64': 'i', 'int64_t': 'i',
i do it,but because when emerge this package download again from freedesktop site and failed again. this is very important for me.
Thank you.