gvim GUI cannot be used

Raphael Ahrens tant.sinnister at googlemail.com
Fri Jul 5 15:53:03 UTC 2013


Polytropon <freebsd at edvax.de> wrote on Fri, 05.Jul.13 15:34:
> On Fri, 5 Jul 2013 13:51:08 +0200, Fernando Apesteguía wrote:
> > El 05/07/2013 13:20, "Jens Jahnke" <jan0sch at gmx.net> escribió:
> > >
> > > Hi,
> > >
> > > On Fri, 5 Jul 2013 12:56:32 +0200
> > > CeDeROM <cederom at tlen.pl> wrote:
> > >
> > > C> Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall
> > > C> reinstall it, that works for me, and it helps with dialogs in texmode
> > > C> as well :-)
> > >
> > > for me this does not work. Unless I hack the Makefile and force it to
> > > enable gui mode it just isn't compiled in.
> > 
> > Try a make rmconfig first and then make install.
> 
> And make sure /etc/make.conf does not contain any "offending"
> settings that might suggest you do not have or want X11.
> 
> 
> 
> -- 
> Polytropon
> Magdeburg, Germany
> Happy FreeBSD user since 4.0
> Andra moi ennepe, Mousa, ...
To get to the bottom of the problem here my make.conf received with my
now again working gvim, thanks to the remark of Kent. :)

	WITH_X11=YES
	OPTIMZED_CFLAGS=YES
	MAKE_JOBS_NUMBER=2
	BUILD_OPTIMIZED=YES
	WITH_CPUFLAGS=YES

	WITH_PKGNG=yes
	WITHOUT_PROFILE=yes
	TEX_DEFAULT=texlive
	# added by use.perl 2013-07-05 12:03:07
	PERL_VERSION=5.12.5

Greetings,
Raphael


More information about the freebsd-questions mailing list