On Mon, Apr 06, 2015 at 10:22:32AM -0700, Martin wrote: > I get this Oh, hah; I forgot about that. Probably easiest to just apply the patch manually (i.e. open the file and delete the one line that the patch deletes yourself).
Tycho > sudo -H pip install > https://github.com/tych0/xcffib/zipball/has-error-not-connected > > Collecting https://github.com/tych0/xcffib/zipball/has-error-not-connected > Downloading > https://github.com/tych0/xcffib/zipball/has-error-not-connected (64kB) > 100% |################################| 65kB 978kB/s > It looks like you need to generate the binding. > please run 'make xcffib' or 'make check'. > Complete output from command python setup.py egg_info: > running egg_info > > creating pip-egg-info/xcffib.egg-info > > writing requirements to pip-egg-info/xcffib.egg-info/requires.txt > > writing pip-egg-info/xcffib.egg-info/PKG-INFO > > writing top-level names to pip-egg-info/xcffib.egg-info/top_level.txt > > writing dependency_links to > pip-egg-info/xcffib.egg-info/dependency_links.txt > > writing manifest file 'pip-egg-info/xcffib.egg-info/SOURCES.txt' > > warning: manifest_maker: standard file '-c' not found > > It looks like you need to generate the binding. > > please run 'make xcffib' or 'make check'. > > ---------------------------------------- > Command "python setup.py egg_info" failed with error code 1 in > /tmp/pip-aIasDv-build > > > On Monday, April 6, 2015 at 11:41:56 AM UTC-4, Tycho Andersen wrote: > > > > On Mon, Apr 06, 2015 at 08:39:53AM -0700, Martin wrote: > > > git clone https://github.com/tych0/xcffib > > > cd xcffib > > > python setup.py install > > > running install > > > It looks like you need to generate the binding. > > > please run 'make xcffib' or 'make check'. > > > make xcffib > > > cabal --config-file=/dev/null configure --enable-tests > > > make: cabal: Command not found > > > make: *** [dist] Error 127 > > > make > > > cabal --config-file=/dev/null configure --enable-tests > > > make: cabal: Command not found > > > make: *** [dist] Error 127 > > > make check > > > cabal --config-file=/dev/null configure --enable-tests > > > make: cabal: Command not found > > > make: *** [dist] Error 127 > > > make install > > > make: *** No rule to make target `install'. Stop. > > > > > > It appears I cannot install xcffib from source > > > > Right, you'll need all the haskell stuff. Probably the easiest is to > > just use pip. > > > > > -- > > > You received this message because you are subscribed to the Google > > Groups "qtile-dev" group. > > > To unsubscribe from this group and stop receiving emails from it, send > > an email to [email protected] <javascript:>. > > > For more options, visit https://groups.google.com/d/optout. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "qtile-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
