Anthony Scopatz

Results 319 comments of Anthony Scopatz

I would also like to see this happen, if possible. I fully understand the motivation for wanting to have few hard dependencies. For example, in xonsh we bundle our own...

Thanks @donnemartin! It looks like some of these may have been implemented in upstream xonsh, though others have not. > I also intend to move gitsome to prompt-toolkit 1.0.0, not...

Please let us know if there is anything specific that you'd like help with.

Pinging this again as it seems to have become a problem for the debian package: http://git.net/ml/general/2017-02/msg22441.html

Note that I think this is because the custom CFLAGS variable in the environment prior to the build is not being respected by the build system here

Progress! Now it just fails to link against readline: ``` $BUILD_PREFIX/bin/x86_64-conda_cos6-linux-gnu-cc -fPIC -shared -Wl,-Bsymbolic-functions -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -I$PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/x11basic-1.26 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix -DUSE_X11 -O3 -fno-omit-frame-pointer -Wl,-soname,libx11basic.so.1.26...

I am now getting a lot further in the compilation, but now back to seeing: ``` do_gets.c:22:10: fatal error: readline/readline.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ```...

> we really should stop moving those APIs around in IPython though - a lot of this code I just grabbed from vim-ipython - and boy is it a mess...

Hi @halloleo - I think you need to run `raise ValueError("Not the right stuff here.")` to see the traceback