Re: compiling failed for vim7.3.531 with latest Racket 5.2 on Windows 7 using MinGW

2013-02-16 Fir de Conversatie Sergey Khorev
If I use MSVC with > MZSCHEME=c:\plt > MZSCHEME_VER=3m_6ncd1k > DYNAMIC_MZSCHEME=yes > > and the command line: > nmake -f Make_mvc.mak > > Building with Precise GC > Make_mvc.mak(774) : fatal error U1050: MzScheme with Precise GC cannot > be loaded dynamically > Stop. > > That's correct: you canno

Re: compiling failed for vim7.3.531 with latest Racket 5.2 on Windows 7 using MinGW

2013-02-09 Fir de Conversatie Cesar Romani
If I use MSVC with MZSCHEME=c:\plt MZSCHEME_VER=3m_6ncd1k DYNAMIC_MZSCHEME=yes and the command line: nmake -f Make_mvc.mak I get: Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved. Tcl requested (version 85) - root dir is

Re: compiling failed for vim7.3.531 with latest Racket 5.2 on Windows 7 using MinGW

2012-05-29 Fir de Conversatie Cesar Romani
On 29/05/2012 11:25 a.m., Sergey Khorev wrote: >> >> if_mzsch.c:806:4: error: #error Precise GC v.4+ or Racket with >> futures/places do not support dynamic MzScheme >> make: *** [gobjZ/if_mzsch.o] Error 1 >> >> >> The only changes I did on Make_ming.mak a

Re: compiling failed for vim7.3.531 with latest Racket 5.2 on Windows 7 using MinGW

2012-05-29 Fir de Conversatie Sergey Khorev
> > if_mzsch.c:806:4: error: #error Precise GC v.4+ or Racket with > futures/places do not support dynamic MzScheme > make: *** [gobjZ/if_mzsch.o] Error 1 > > > The only changes I did on Make_ming.mak are: > MZSCHEME=c:/Racket > MZSCHEME_VER=3m_8avmg8 Also

compiling failed for vim7.3.531 with latest Racket 5.2 on Windows 7 using MinGW

2012-05-29 Fir de Conversatie Cesar Romani
By compiling vim 7.3.531 with the the latest Racket 5.2 on Windows 7 using MinGW, I get: if_mzsch.c:806:4: error: #error Precise GC v.4+ or Racket with futures/places do not support dynamic MzScheme make: *** [gobjZ/if_mzsch.o] Error 1 The only changes