Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zshdb ready for stalwart hackers



On Thu, Sep 25, 2008 at 12:25:18PM -0400, Rocky Bernstein wrote:
> I think zshdb is good enough for stalwart hackers to get an initial
> feel for it. To try out
> 
>    git-clone git://github.com/rocky/zshdb.git
>    cd zshdb
>    ./configure # possibly --with-zsh=/location/of/cvs/zsh
>    make && make test

Making check in command
make[1]: Entering directory `/tmp/zshdb/command'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/tmp/zshdb/command'
Making check in emacs
make[1]: Entering directory `/tmp/zshdb/emacs'
make  dbg-test.el dbg-test.el.in elk-test.el
make[2]: Entering directory `/tmp/zshdb/emacs'
make[2]: `dbg-test.el' is up to date.
make[2]: Nothing to be done for `dbg-test.el.in'.
make[2]: Nothing to be done for `elk-test.el'.
make[2]: Leaving directory `/tmp/zshdb/emacs'
no -batch -q -l ../emacs/dbg-test.el ./elk-test.el
/bin/bash: no: command not found
make[1]: *** [check] Error 127
make[1]: Leaving directory `/tmp/zshdb/emacs'
make: *** [check-recursive] Error 1

Changing "no" to : in the emacs/Makefile leads to all the tests passing.

> Share and enjoy!

I'll probably package this for Debian soon.  Shout now if you object.



Messages sorted by: Reverse Date, Date, Thread, Author