From: Sergey Khorev, Fri, September 11, 2009 1:59 pm > > > 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.
Except that I did. Or at least I thought I did, turns out it was a logic error in the build script. Fixed now, no build problems. Sorry for the noise. -- Steve Hall [ digitect dancingpaper com ] --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
