[Xcb] patch to xcb's makefile

Nicolas Chauvat nicolas.chauvat at logilab.fr
Tue Dec 28 16:12:20 PST 2010


Hi List,

http://cgit.freedesktop.org/xcb/libxcb/tree/src/Makefile.am?id=1.7#n221

reads $(PYTHON) ... -p $(XCBPROTO_XCBPYTHONDIR)

Python 2.5 and 2.6 do not have a -p option.

I suppose the goal was to add $XCBPROTO_XCBPYTHONDIR to the
PYTHONPATH, in which case I suggest to change that line to

PYTHONPATH=$PYTHONPATH:$(XCBPROTO_XCBPYTHONDIR) $(PYTHON) ...

Hope this helps,

-- 
Nicolas Chauvat

logilab.fr - services en informatique scientifique et gestion de connaissances  


More information about the Xcb mailing list