Charles Campbell wrote: > Bram Moolenaar wrote: > > Patch 7.3.764 > > Problem: Not all message translation files are installed. > > Solution: Also install the converted files. > > Files: src/po/Makefile > > > > > > *** ../vim-7.3.763/src/po/Makefile 2010-08-15 21:57:26.000000000 +0200 > > --- src/po/Makefile 2013-01-17 13:30:30.000000000 +0100 > > *************** > > *** 20,25 **** > > --- 20,26 ---- > > ko \ > > ko.UTF-8 \ > > nb \ > > + nl \ > > no \ > > pl \ > > pt_BR \
[...] > I just attempted to upgrade from 7.3.762 to 7.3.768; unfortunately, I > get the following message: > > gmake[1]: *** No rule to make target `nl.mo', needed by `all'. Stop. > || gmake: *** [languages] Error 2 > || gmake: *** Waiting for unfinished jobs.... > > I find that nl.mo is associated with patch#764 and so that's why I'm > replying to this patch. This error stops the compiling of vim, btw. > > For configuration I'm using: > > ./configure --with-features=huge --enable-perlinterp > --enable-pythoninterp --enable-cscope --enable-rubyinterp You need to get src/po/nl.po. It is available from Mercurial: https://code.google.com/p/vim/source/browse/src/po/nl.po I realize that this is a bit inconsistent, to have a Makefile which refers to a file that is new. -- When danger reared its ugly head, He bravely turned his tail and fled Yes, Brave Sir Robin turned about And gallantly he chickened out Bravely taking to his feet He beat a very brave retreat Bravest of the brave Sir Robin Petrified of being dead Soiled his pants then brave Sir Robin Turned away and fled. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
