From owner-freebsd-ports@FreeBSD.ORG Mon Jan 17 18:29:51 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A145F16A4CE for ; Mon, 17 Jan 2005 18:29:51 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D8C343D4C for ; Mon, 17 Jan 2005 18:29:51 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so110634wri for ; Mon, 17 Jan 2005 10:29:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=bA3V1Mr0OvN76jcQgko/sXRZY6RyKdzMS7sFCWkwDWP+4ZWP+oYEQwSf4ZmBreZF1trT8v4qPsN1hUQYLHfG+oCZUv2XTTWoUMXkxJmgzI5Gq1l6SHanlNmfJBd929g4zx36NQ69BMfYXx6fkAA4Pi6jrvDp1/IfE/HebKTJcgY= Received: by 10.54.6.43 with SMTP id 43mr284080wrf; Mon, 17 Jan 2005 10:29:50 -0800 (PST) Received: by 10.54.2.33 with HTTP; Mon, 17 Jan 2005 10:29:50 -0800 (PST) Message-ID: <5ef8c2f0050117102912ac5864@mail.gmail.com> Date: Mon, 17 Jan 2005 16:29:50 -0200 From: =?ISO-8859-1?Q?Jos=E9_de_Paula?= To: Dwayne MacKinnon In-Reply-To: <41C212EC.8050209@xwave.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41C1E95A.3020304@xwave.com> <20041216222708.GA98538@xor.obsecurity.org> <41C212EC.8050209@xwave.com> cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: FreeBSD Port: vim-6.3.45 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Jos=E9_de_Paula?= List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 18:29:51 -0000 On Thu, 16 Dec 2004 17:57:48 -0500, Dwayne MacKinnon wrote: > Kris Kennaway wrote: > > On Thu, Dec 16, 2004 at 03:00:26PM -0500, Dwayne MacKinnon wrote: > > > >>Hello, > >> > >>I get the following errors when I attempt to compile vim-6.3.45 with the > >>WITH_GTK2 flag: > > > > > > You forgot to mention anything about your FreeBSD installation > > (version, compile flags, ...). > > > > Kris > > My apologies. I'm getting over the flu, and obviously my brain is still > working at low efficiency. > > I'm running FreeBSD 4.10-RELEASE. My make.conf: I get the very same error on 5.3-p4 with CFLAGS='-O2 -march-athlonon-xp -mfpmath=sse -msse -m3dnow' when I use WITH_GTK2. I managed to install vim-gtk2 anyway by going to src/Makefile and adding '-lpthread' to the EXTRA_LIBS' there.