Created
November 18, 2011 04:24
-
-
Save ionrock/1375603 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make[1]: Entering directory `/home/eric/Source/temp/xpyb/src' | |
/usr/bin/python ./py_client.py -p /usr/local/lib/python2.7/site-packages /usr/local/share/xcb/dri2.xml | |
Traceback (most recent call last): | |
File "./py_client.py", line 620, in <module> | |
module.resolve() | |
File "/usr/lib/pymodules/python2.7/xcbgen/state.py", line 94, in resolve | |
item.resolve(self) | |
File "/usr/lib/pymodules/python2.7/xcbgen/xtypes.py", line 405, in resolve | |
self.reply.resolve(module) | |
File "/usr/lib/pymodules/python2.7/xcbgen/xtypes.py", line 369, in resolve | |
ComplexType.resolve(self, module) | |
File "/usr/lib/pymodules/python2.7/xcbgen/xtypes.py", line 296, in resolve | |
type = ListType(child, module.get_type(fkey), self) | |
File "/usr/lib/pymodules/python2.7/xcbgen/xtypes.py", line 163, in __init__ | |
self.expr = Expression(elts[0] if len(elts) else elt, self) | |
File "/usr/lib/pymodules/python2.7/xcbgen/expr.py", line 70, in __init__ | |
self.lhs = Expression(list(elt)[0], parent) | |
File "/usr/lib/pymodules/python2.7/xcbgen/expr.py", line 71, in __init__ | |
self.rhs = Expression(list(elt)[1], parent) | |
File "/usr/lib/pymodules/python2.7/xcbgen/expr.py", line 84, in __init__ | |
raise Exception('XXX') | |
Exception: XXX | |
make[1]: *** [dri2.py] Error 1 | |
make[1]: Leaving directory `/home/eric/Source/temp/xpyb/src' | |
make: *** [all-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment