FreeBSD Port: vim-6.2.531

David O'Brien obrien at FreeBSD.org
Mon May 10 00:05:09 PDT 2004


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 at vim.org?  Vim 6.3 is
just around the corner, and it would be nice to not have this problem
there.

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


More information about the freebsd-ports mailing list