On Tue, Dec 05, 2006 at 09:52:25AM -0500, Dwayne MacKinnon <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I ran into an odd compile problem when trying to upgrade to vim 7.0.168
> using the -DWITH_TCL flag. I'm on FreeBSD 6.1-RELEASE-p10 using ccache
> and portupgrade.
>
> Cheers,
> DMK
Delete the /u
this problem exists since vim7 is ported. in my case there was PACKAGE_BUILD
env variable set, and as i remember in the Makefile of vim7 port was defined
"if this variable is set, build with WITH_TCL variable set". therefore i had
to unset it. but yes, the problem is this tcl part - build the v
>Yes, this problem has existed for a long time but the maintainer says
>he's been unable to reproduce it. Maybe he can try again with your
>instructions (the -DWITH_TCL is presumably the relevant part).
>Kris
I should have mentioned before: I use the following make flags with vim:
-DWITH_GTK2 -D
On Tue, Dec 05, 2006 at 09:52:25AM -0500, Dwayne MacKinnon wrote:
> Hello,
>
> I ran into an odd compile problem when trying to upgrade to vim 7.0.168
> using the -DWITH_TCL flag. I'm on FreeBSD 6.1-RELEASE-p10 using ccache
> and portupgrade.
Yes, this problem has existed for a long time but the