> 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
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
> 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
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
> 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
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