On 02/01/09 02:01, CCB08 wrote: > Hello, > > I have built vim successfully in the past, but I am running in to > problems on my new Ubuntu installation. > "./configure" appears to run w/o problems. > "make" appears to run w/o problems. > However, "sudo make install" ends with this: > > if test -d /usr/local/share/icons/locolor/16x16/apps -a -w /usr/local/ > share/icons/locolor/16x16/apps \ > -a ! -f /usr/local/share/icons/locolor/16x16/apps/gvim.png; > then \ > cp ../runtime/vim16x16.png /usr/local/share/icons/locolor/16x16/ > apps/gvim.png; \ > fi > > Any help would be appreciated...
After that, in the latest install log, I only have > cp gvimtutor /usr/local/bin/gvimtutor > chmod 755 /usr/local/bin/gvimtutor > make[1]: Leaving directory `/root/.build/vim/vim72/src' You can either decide that you don't need the GUI tutor, or run the first two of these three lines by hand after (if necessary) a cd to the src directory. You may also want to test that, if the directory /usr/local/share/icons/locolor/16x16/apps is a directory and is writable, it contains a gvim.png Best regards, Tony. -- Expect the worst, it's the least you can do. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
