From owner-freebsd-questions@FreeBSD.ORG Fri Jul 5 10:43:40 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BE2481EE for ; Fri, 5 Jul 2013 10:43:40 +0000 (UTC) (envelope-from tant.sinnister@googlemail.com) Received: from mail-ee0-x235.google.com (mail-ee0-x235.google.com [IPv6:2a00:1450:4013:c00::235]) by mx1.freebsd.org (Postfix) with ESMTP id 58FE511C2 for ; Fri, 5 Jul 2013 10:43:40 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id c41so1301353eek.40 for ; Fri, 05 Jul 2013 03:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=zff64wbWIC7WxC9SXRIsVAO/mMWFXEeQZceE61HSxKE=; b=qhxHan/1SHmkC2U7bguZgJg60gG+McQizfHZJHA1Ayk2XGvpCNCXl1tu6LJzuL9ESr bkm/VFOt//Jv7lpJvnCqPgp5r2NhVPCMazDVAXI7ZTaET+5MEkjwYmpbBIvr3c9uP94R ynxwnvRhs0BAVOFEFx/0blPygYUXw43yfTSPzbQJiSESIi6s/inT4NtybW3Gyt18KIdt XiPynMx2raH61crFTZzyt/f4CcwUF/k7Mxru3MR7mu6/M/btuc5B2YLp//vd2I3jiWTS RFr6cAhEHbE/7XjN/nzTFW9MAbzbAT3IM+RsqJ8D0YieWiYXi2sgKoisXZY9iLkTXloa R5AA== X-Received: by 10.14.194.133 with SMTP id m5mr11260790een.109.1373021019429; Fri, 05 Jul 2013 03:43:39 -0700 (PDT) Received: from localhost (p5DC82BC1.dip0.t-ipconnect.de. [93.200.43.193]) by mx.google.com with ESMTPSA id l42sm12828846eeo.14.2013.07.05.03.43.38 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 05 Jul 2013 03:43:38 -0700 (PDT) Date: Fri, 5 Jul 2013 12:43:37 +0200 From: Raphael Ahrens To: freebsd-questions@freebsd.org Subject: gvim GUI cannot be used Message-ID: <20130705104336.GA83719@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2013 10:43:40 -0000 Hi list, After my last update of vim I can't use gvim anymore. If fails with the following message E25: GUI cannot be used: Not enabled at compile time Now what do I have to do to compile vim with GUI support? Thanks, Raphael