[racket] Racket + Vim

From: Juan Francisco Cantero Hurtado (iam at juanfra.info)
Date: Thu Nov 28 21:13:42 EST 2013

On 11/28/13 23:58, Eduardo Costa wrote:
> I need a fast text editor, with outlines, and a fast lisp for performing
> textual search with a bit of semantics. The programs have both Scheme and
> Common Lisp versions. They are straightforward, in the sense that no
> esoteric Lisp resources are used. Vanilla flavor Lisp.
>
> The programs will be used by 40 or 50 people with little or no computer
> experience. However, these people can use the console (they are quite good
> at cp, rm, mkdir, etc.) and text editors, like Vim and Emacs.
>
>
> I was thinking about Vim compiled with Racket. However, I failed to compile
> Vim with Racket, and everybody else failed too. Here is what I did (and
> everybody else followed suit):
>
> ./configure --enable-mzscheme
>
> checking for mzscheme... /usr/local/bin/mzscheme
> checking MzScheme install prefix... /home/rosa/racket
> checking if scheme.h can be found in /home/rosa/racket/include... yes
> checking for racket collects directory... /home/rosa/racket/
> checking for mzscheme_base.c... needed
> checking for ffi_type_void in -lffi... yes
> checking if compile and link flags for MzScheme are sane... no: MZSCHEME
> DISABLED
>
> I searched the Internet for mzscheme_base.c to no avail. It seems that the
> binding between Vim and mzscheme was developed by Serguey Khorev and
> Matthew Flatt. I will appreciate feedback on what I am doing wrong.
>

Search the file "config.log" within the vim source directory. This file 
will tell you what is the problem.



Posted on the users mailing list.