Sergey Khorev wrote:
I have a problem building with the MzScheme interface on a newly updated
Ubuntu 12.10 system. The errors are:
/home/mool/vim/vim73/src/if_mzsch.c|632 col 3| error: #error MzScheme 4.x must
include mzscheme_base.c, for MinGW32 you need to define
MZSCHEME_GENERATE_BASE=yes
|| if_mzsch.c: In function ‘startup_mzscheme’:
/home/mool/vim/vim73/src/if_mzsch.c|902 col 27| warning: assignment from
incompatible pointer type [enabled by default]
|| if_mzsch.c: In function ‘do_flush’:
/home/mool/vim/vim73/src/if_mzsch.c|1375 col 5| warning: passing argument 2 of
‘scheme_get_sized_byte_string_output’ from incompatible pointer type [enabled
by default]
/usr/include/racket/schemef.h|886 col 17| note: expected ‘intptr_t *’ but
argument is of type ‘long int *’
/home/mool/vim/vim73/src/if_mzsch.c|1383 col 5| warning: passing argument 2 of
‘scheme_get_sized_byte_string_output’ from incompatible pointer type [enabled
by default]
/usr/include/racket/schemef.h|886 col 17| note: expected ‘intptr_t *’ but
argument is of type ‘long int *’
|| if_mzsch.c: In function ‘string_to_line’:
/home/mool/vim/vim73/src/if_mzsch.c|2594 col 5| warning: passing argument 2 of
‘scheme_display_to_string’ from incompatible pointer type [enabled by default]
/usr/include/racket/schemef.h|752 col 17| note: expected ‘intptr_t *’ but
argument is of type ‘long int *’
I don't see where INCLUDE_MZSCHEME_BASE is defined. Is something missing
in configure.in? Your patch does not appear to fix this (haven't
actually tried though).
--
Well, you come from nothing, you go back to nothing... What have you
lost? Nothing!
-- Monty Python: The life of Brian
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
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