Steve, > As a result, I'm now getting a build failure, with the following error: > > \if_mzsch.c:641:3: #error MzScheme 4.x must include mzscheme_base.c, for > MinGW32 you need to define MZSCHEME_GENERATE_BAS > E=yes > > make: *** [gobj/if_mzsch.o] Error 1
This is correct behaviour. As it is told in the error message, you need to define MZSCHEME_GENERATE_BASE=yes for the interface to work properly with MzScheme 4.x. If you don't do that, the interface will compile but will not be functional. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
