From owner-freebsd-questions@FreeBSD.ORG Fri Jul 5 11:47:45 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 300E5229 for ; Fri, 5 Jul 2013 11:47:45 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) by mx1.freebsd.org (Postfix) with ESMTP id EAE231626 for ; Fri, 5 Jul 2013 11:47:44 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id o13so4659228qaj.10 for ; Fri, 05 Jul 2013 04:47:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=eNrXaxnuTNX0nETyhcXeO4hdjNnavIl0hh+nULkhAvM=; b=rFLgRsSrvInOnnGQC9EsoPC37GyiFUVFqO4Pr0o08z0cYk/zhNJfL3pjHcRoSn2Un6 kg97QCoTiQIxbR5rPCj6/emr0A1qvrGxG6F77OrSwLwBieLMpxIr9IYPGF5yVXMT2+fp HROecS2e1vYTe+WWNIDXhg1XQ8Nksj5YE+9UGPlypkrdXb1ik5F8/TN85h86J9dmf7lM lT5GliAegWOSYG/Rk+7IbXbHCPQENSlLVNTx8fG897AVXS1efOfuxoC/zWKLxli3Oppj Hha29BA747aaSba8kN/HCXGDlRJflli5l1L/sn/Jb6m9LHdQImLcdluw5VH4auYrrZ6M kc3Q== MIME-Version: 1.0 X-Received: by 10.49.94.41 with SMTP id cz9mr6191059qeb.83.1373024864421; Fri, 05 Jul 2013 04:47:44 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.49.35.84 with HTTP; Fri, 5 Jul 2013 04:47:44 -0700 (PDT) In-Reply-To: <20130705111549.GA14614@googlemail.com> References: <20130705104336.GA83719@googlemail.com> <20130705111549.GA14614@googlemail.com> Date: Fri, 5 Jul 2013 13:47:44 +0200 X-Google-Sender-Auth: -OhFWSxvef5IL0wcP4ct4Cp2thM Message-ID: Subject: Re: gvim GUI cannot be used From: CeDeROM To: Raphael Ahrens Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org 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 11:47:45 -0000 On Fri, Jul 5, 2013 at 1:15 PM, Raphael Ahrens wrote: > I tried this, but I get the same result. > The thing is in the make prozess it prints > defaulting to: don't HAVE_X11 > checking --enable-gui argument... no GUI support > checking X11/SM/SMlib.h usability... yes > checking X11/SM/SMlib.h presence... yes > checking for X11/SM/SMlib.h... yes > no GUI selected; xim has been disabled > no GUI selected; fontset has been disabled Have you tried "make config" (as root) select X11 and graphical toolkit, or "make -DHAVE_X11" . Maybe you have no x11/toolkit dependencies installed.. but if you select them in config make should build them for you? -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info