From owner-freebsd-questions@FreeBSD.ORG Fri May 11 16:18:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2EAC16A400 for ; Fri, 11 May 2007 16:18:43 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9ACC113C455 for ; Fri, 11 May 2007 16:18:43 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 0891651941 for ; Fri, 11 May 2007 12:18:41 -0400 (EDT) Date: Fri, 11 May 2007 17:18:37 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070511171837.306763a3@gumby.homeunix.com.> In-Reply-To: <340a29540705110648v62ee41fej24737dadf9697f5d@mail.gmail.com> References: <340a29540705102053k4365b00bua92b56ed194bbf05@mail.gmail.com> <46444AC8.5090401@gahr.ch> <340a29540705110648v62ee41fej24737dadf9697f5d@mail.gmail.com> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How to recompile the VIM port for GUI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 16:18:43 -0000 On Fri, 11 May 2007 07:48:16 -0600 "Andrew Falanga" wrote: > On 5/11/07, Pietro Cerutti wrote: > > Andrew Falanga wrote: > > > Hi, > > Hello, > > > So, how do I modify the build environment properly to allow for > > > the building of the GUI? There are several variables referenced > > > in the Makefile in /usr/ports/editors/vim, but I'm not sure what > > > to make of them. > > > > cd /usr/ports/editors/vim > > make WITH_GTK2=yes > > make install > > > > Thanks, I'll give that a try tonight. I don't think this should be needed. Setting WITH_GTK2=yes makes it use gtk 2.x instead of gtk 1.x. I have it working and up-to-date with the latter. Check that you don't have NO_GUI or WITHOUT_X11 defined somewhere.