Re: Compiling vim with latest Racket fails

2012-12-05 Fir de Conversatie Sergey Khorev
> Thanks, it works but you need to have libracket3m_8bh220.dll on your > path. That's correct. Racket 5.x dlls cannot be loaded dynamically. You need version 4.x (or earlier) built with conservative garbage collector (CGC) -- You received this message from the "vim_dev" maillist. Do not top-post

Re: Compiling vim with latest Racket fails

2012-12-05 Fir de Conversatie Cesar Romani
On 04/12/2012 10:24 p.m., Sergey Khorev wrote: >> if_mzsch.c:848:4: error: #error Precise GC v.4+ or Racket with >> futures/places do not support dynamic MzScheme > > Default Racket garbage collector (3m) doesn't support dynamic loading > of dlls. For your reference this is how I build Vim with th

Re: Compiling vim with latest Racket fails

2012-12-04 Fir de Conversatie Sergey Khorev
> if_mzsch.c:848:4: error: #error Precise GC v.4+ or Racket with > futures/places do not support dynamic MzScheme Default Racket garbage collector (3m) doesn't support dynamic loading of dlls. For your reference this is how I build Vim with the latest Racket. mingw32-make -f Make_ming.mak GUI=yes

Re: Compiling vim with latest Racket fails

2012-12-04 Fir de Conversatie Cesar Romani
On 02/12/2012 07:25 a.m., Sergey Khorev wrote: >> I'm building vim 7.3.744 on Windows 7 with MinGW. By compiling it with >> Racket 5.3.1 I get: > > My comment about Make_cyg applies to Make_ming as well. You need to > patch a Racket header file and use my patch for Vim. After applying your patch

Re: Compiling vim with latest Racket fails

2012-12-02 Fir de Conversatie Sergey Khorev
> I'm building vim 7.3.744 on Windows 7 with MinGW. By compiling it with > Racket 5.3.1 I get: My comment about Make_cyg applies to Make_ming as well. You need to patch a Racket header file and use my patch for Vim. -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Compiling vim with latest Racket fails

2012-11-30 Fir de Conversatie Cesar Romani
I'm building vim 7.3.744 on Windows 7 with MinGW. By compiling it with Racket 5.3.1 I get: In file included from if_mzsch.h:15:0, from os_win32.c:26: c:/Racket/include/scheme.h:890:3: error: unknown type name 'uintptr_t' In file included from c:/Racket/includ