Dominique Pellé wrote: > Hi > > I did a fresh clone from github and trying to run tests > from the vim/ or vim/src/ directories fail: > > $ git clone https://github.com/vim/vim.git > ... > $ cd vim > $ ./configure --with-features=huge --enable-gui=none > ... > $ make -j8 > ... > $ make test > Starting make in the src directory. > If there are problems, cd to the src directory and run make there > cd src && make test > make[1]: Entering directory `/home/pel/sb/vim/src' > make -f Makefile vim > make[2]: Entering directory `/home/pel/sb/vim/src' > make[2]: `vim' is up to date. > make[2]: Leaving directory `/home/pel/sb/vim/src' > if test -n "yes" -a -f po/Makefile; then \ > cd po; make -f Makefile check VIM=../vim; \ > fi > make[2]: Entering directory `/home/pel/sb/vim/src/po' > ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq af.po > E254: Cannot allocate color SeaGreen > E254: Cannot allocate color SeaGreen > E254: Cannot allocate color Grey90 > E254: Cannot allocate color Grey90 > make[2]: *** [af.ck] Error 1 > make[2]: Leaving directory `/home/pel/sb/vim/src/po' > make[1]: *** [scripttests] Error 2 > make[1]: Leaving directory `/home/pel/sb/vim/src' > make: *** [test] Error 2 > > $ cd src/ > $ make test > (same errors) > > $ cd testdir/ > $ make test > ...test run successfully.... > > I was using vim-7.4.2076. > I see E254: Cannot allocate color SeaGreen > so it seems to be caused by recent patch 7.4.2073. > > Indeed, if I go back to vim-7.4.2072, running > "make test" works fine from vim/ or vim/src > directory. > > Regards > Dominique
Patch 7.4.2078 just fixed it. Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_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.
