Re: [gentoo-user] Still not getting how to influence compile flags with emerge

2005-12-02 Thread Willie Wong
On Fri, Dec 02, 2005 at 06:58:59PM +0100, Alexander Skwar wrote: > Willie Wong wrote: > > > What you need to do, is to edit /etc/portage/package.use so that > > there's a line that reads > > > > app-editors/vim +vim-with-x [and optionally other flags] > > No, that's not what you do. You *NEVER*

Re: [gentoo-user] Still not getting how to influence compile flags with emerge

2005-12-02 Thread Ciaran McCreesh
On Fri, 02 Dec 2005 09:30:35 -0600 Harry Putnam <[EMAIL PROTECTED]> wrote: | Does it mean that the flags displayed are the only ones I can adjust? USE flags are not the same as Vim's internal feature flags. Adding a USE flag for every single Vim feature flag would be silly. -- Ciaran McCreesh :

Re: [gentoo-user] Still not getting how to influence compile flags with emerge

2005-12-02 Thread Alexander Skwar
Willie Wong wrote: > What you need to do, is to edit /etc/portage/package.use so that > there's a line that reads > > app-editors/vim +vim-with-x [and optionally other flags] No, that's not what you do. You *NEVER* set a flag with a "+". It's an error. To enable, you write the name of the flag.

Re: [gentoo-user] Still not getting how to influence compile flags with emerge

2005-12-02 Thread Alexander Skwar
Harry Putnam wrote: > I want to influence how vim is compiled. I'm told I need a compile > option called: xterm_clipboard. How do I tell emerge to enable that > at compile time? USE=vim-with-x emerge vim > I've been told its done with USE flags but it still isn't clear to mw > how the details

Re: [gentoo-user] Still not getting how to influence compile flags with emerge

2005-12-02 Thread Neil Bothwick
On Fri, 02 Dec 2005 09:30:35 -0600, Harry Putnam wrote: > I want to influence how vim is compiled. I'm told I need a compile > option called: xterm_clipboard. How do I tell emerge to enable that > at compile time? > > I've been told its done with USE flags but it still isn't clear to mw > how

Re: [gentoo-user] Still not getting how to influence compile flags with emerge

2005-12-02 Thread Willie Wong
On Fri, Dec 02, 2005 at 09:30:35AM -0600, Harry Putnam wrote: > I want to influence how vim is compiled. I'm told I need a compile > option called: xterm_clipboard. How do I tell emerge to enable that > at compile time? > > I've been told its done with USE flags but it still isn't clear to mw >

RE: [gentoo-user] Still not getting how to influence compile flags with emerge

2005-12-02 Thread Michael Kintzios
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Harry Putnam > Sent: 02 December 2005 15:31 > To: gentoo-user@lists.gentoo.org > Subject: [gentoo-user] Still not getting how to influence > compile flags with emerge > > > I want to influence how vim is compiled