2009/10/1 orestis: > > I am trying to build the latest version from git, but i keep getting > errors at the creation of the icons. > > The commands i use to build are: > > ./configure --enable-cscope \ > --with-macsdk=10.5 > make > > This is the output i get: > .... > File "/Users/orestis/Code/macvim-build/src/MacVim/icons/ > docerator.py", line 253, in splitGenericDocumentIcon > assert ir == ig == ib > AssertionError > make: *** [MacVim-generic.icns] Error 1
Hi Orestis, That looks like the bug that Nico patched just recently. Go into src/MacVim/icons and do a "make clean" and everything should be fine (you did remember to "git pull", right?). Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
