Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2004 00:05:08 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Dwayne MacKinnon <dmk@ncf.ca>, ports@FreeBSD.org
Subject:   Re: FreeBSD Port: vim-6.2.531
Message-ID:  <20040510070508.GA46311@dragon.nuxi.com>
In-Reply-To: <20040510010746.GA15827@wombat.localnet>
References:  <200405091234.43684.dmk@ncf.ca> <20040509232255.GB54086@xor.obsecurity.org> <20040510010746.GA15827@wombat.localnet>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 09, 2004 at 09:07:46PM -0400, Michael Edenfield wrote:
> The bug here is that, when vim reads the TCL_DEFS flags from
> tclConfig.sh, it splits the TCL_DEFS variable on each space and throws
> away the ones it doesn't need.  But the TCL_WIDE_INT_TYPE is usually
> listed as "long\ long", which tr splits into:
> 
> -DTCL_WIDE_INT_TYPE=long\
> long
> 
> and then leaves that second 'long' along, ultimately putting it into
> CFLAGS.  That's why gcc thinks there's an extra file on the command
> line.

Hi Mike,

Can you forward this bug report + PR number to vim@vim.org?  Vim 6.3 is
just around the corner, and it would be nice to not have this problem
there.

thanks,
-- 
-- David  (obrien@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040510070508.GA46311>