From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 13:40:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D25B1065677 for ; Wed, 28 Jul 2010 13:40:26 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CB19D8FC08 for ; Wed, 28 Jul 2010 13:40:25 +0000 (UTC) Received: by bwz12 with SMTP id 12so4514208bwz.13 for ; Wed, 28 Jul 2010 06:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=bFbyV26Bdx6h7F/ojSbQ4uM11DujEcdyfMRMMTIyPJI=; b=GrfCkS8tHegf5j0SjRqs1DJZfLY/5kDyFQXydyfvuFvWKyd80HTmAwH6FPZSD414xs 7fy2qEq4RMRUkjzNm35ap5cWJTPTZLlkPTJMWYlgvH94F2bM7QRceYpmD5MKplbR5c2L 9rjSA38dtgxHkeA/wcO8xt11FgznCp7cE3U/k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=xuMmAog+Rw8W4Th8JT2sjjisI2o5M5AEL2YoG78YrmxS005AF43eUYXvaiXuG0IObG zvyQCMDIRxbNR1sEcBV7kDwIV5njJmojG4oYvHkEH/NotbN5jsQGLurZHeuzb+wXcIXc /5JzBLxSPpoGVIT6+WhRhjaIrpC1I705wO2/Q= Received: by 10.204.126.161 with SMTP id c33mr7954084bks.108.1280322972163; Wed, 28 Jul 2010 06:16:12 -0700 (PDT) Received: from centaur.5550h.net (p5DC266ED.dip.t-dialin.net [93.194.102.237]) by mx.google.com with ESMTPS id s34sm4779602bkk.1.2010.07.28.06.16.10 (version=SSLv3 cipher=RC4-MD5); Wed, 28 Jul 2010 06:16:11 -0700 (PDT) Date: Wed, 28 Jul 2010 15:16:04 +0200 From: "=?UTF-8?B?5paH6bOl?=" To: freebsd-questions@freebsd.org Message-ID: <20100728151604.3452f9f8@centaur.5550h.net> In-Reply-To: <4C4FF35A.3010407@antonioshome.net> References: <4C4FF35A.3010407@antonioshome.net> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Compiling vim with gnome, anyone? 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: Wed, 28 Jul 2010 13:40:26 -0000 On Wed, 28 Jul 2010 11:07:38 +0200 Antonio Vieiro wrote: > > make -DWITH_VIM_OPTIONS config Hi Antonio, I also had problems getting gnome support added, but at least the following worked for me: make WITH_GTK2=yes WITH_GNOME=yes install clean Alternatively, you might consider installing ports-mgmt/portconf and adding the following line to /usr/local/etc/ports.conf: editors/vim*: WITH_GTK2 | WITH_GNOME then just type "make". The same goes for all the other options you need. Best regards