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 are:
>> MZSCHEME=c:/Racket
>> MZSCHEME_VER=3m_8avmg8
>
> Also you need to set MZSCHEME_GENERATE_BASE=yes but that would not
> work without some patching of Racket headers. I recommend you use MSVC
> instead of MinGW.
Thanks but I get the same error. As you said I'd need a patch for the
Racket headers.
I added # include <stdint.h> to if_mzsch.h, because without it I was
getting:
--------------------
...
In file included from if_mzsch.h:15:0,
from os_win32.c:26:
c:/Racket/include/scheme.h:886:3: error: unknown type name 'uintptr_t'
In file included from c:/Racket/include/scheme.h:1152:0,
from if_mzsch.h:15,
from os_win32.c:26:
c:/Racket/include/schthread.h:124:3: error: unknown type name 'uintptr_t'
...
--------------------
I'll wait for the patching of Racket headers to compile vim with MinGW.
Best regards,
--
Cesar
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php