* Tim Johnson <[email protected]> [100130 16:43]: > * bill lam <[email protected]> [100130 16:12]: > > sab, 30 Jan 2010, Tim Johnson skribis: > > > I could really use some tips on how to recompile with the following > > > changes: +clipboard +xterm_clipboard, -python, -perl > > > > > > Thus far, I have not found invoking: > > > ./configure --help > > > sufficient to my inquiry. > > > > You can manually edit the file src/feature.h > I'm looking at line number 1065 of that file and > the following code snippet: > /* Code follows */ > #ifdef FEAT_GUI > # ifndef FEAT_CLIPBOARD > # define FEAT_CLIPBOARD > # ifndef FEAT_VISUAL > # define FEAT_VISUAL > # endif > # endif > #endif > /* Code ends */ > And I haven't fully grok'ked it but, as a former C programmer, I > might try commenting out the first and last line of the previous > snippet. > > Thanks, that's a good tip. And the commenting out of the outer #ifdef does the trick. thanks again. -- Tim [email protected] http://www.akwebsoft.com
-- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
