So, trying to compile Vim with MZSCHEME/DYN technically works even with Racket 6.2. The problem is that "raco ctool" has been removed from Racket 5.2 (!) in 2011, so this will fail (if_mzsch.c):
> /* need to put it here for dynamic stuff to work */ > #if defined(INCLUDE_MZSCHEME_BASE) > # include "mzscheme_base.c" > #elif MZSCHEME_VERSION_MAJOR >= 400 > # error MzScheme >=4 must include mzscheme_base.c, for MinGW32 you need to > define MZSCHEME_GENERATE_BASE=yes > #endif "Dynamic stuff" has to be done with ffi by now. :-/ Regards. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
