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: *** [g
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 i
From: Bram Moolenaar, Fri, September 11, 2009 6:21 am
>
> Patch 7.2.247
> Problem:Mzscheme interface minor problem.
> Solution: Better error message when build fails. (Sergey Khorev)
> Files:src/if_mzsch.c
>
[...]
As a result, I'm now getting a build failure, with the followin