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 vim without tcl and there will be no problems.
On Tuesday 05 December 2006 23:08, Dwayne MacKinnon wrote: > >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 -DWITH_PERL -DWITH_RUBY -DWITH_CSCOPE -DWITH_TCL > > The problem occurred with the above flags, and vanished when I took away > the -DWITH_TCL. > > Cheers, > DMK > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
