On Sat, Nov 6, 2010 at 10:33 AM, statquant2 <[email protected]> wrote: > > I paste the log ... you never know...
Next time use pastebin, please. > checking --enable-luainterp argument... no > checking --enable-mzschemeinterp argument... no > checking --enable-perlinterp argument... no > checking --enable-pythoninterp argument... no > checking --enable-python3interp argument... no > checking --enable-tclinterp argument... no > checking --enable-rubyinterp argument... no > checking --enable-cscope argument... no > checking --enable-workshop argument... no > checking --disable-netbeans argument... no Well, you should give a better look at these options. They may be useful with you want to develop in some languages and for using some scripts. > checking for GTK - version >= 2.2.0... no Seems you don't have gtk (at least not the required version). That's why the gui is failing. Install gtk and then run configure and make again. Also, I recommend you look at the configure options of the vim packages for some linux distribuitions (or even windows, mac etc.). Those configurations may guide your compilantion. And, if you want a fully featured vim build, make sure to use --with-features=huge. -- ============================================== Ivan Sichmann Freitas Engenharia de Computação 2009 UNICAMP http://identi.ca/ivansichmann Grupo Pró Software Livre UNICAMP - GPSL ============================================== -- You received this message from the "vim_use" 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
