On 19/11/08 06:54, StarWing wrote:
> how can i compile the patched vim in windows? the vimgdb patch file
> only patch the makefile of src, but when we compile in windows, we use
> makefile_ming.mak(in vim72_extra.bz2), and not config.h, configure and
> so on. so the "gdb" feature is disabled, how can i open it manually?
>
> btw, are there any available compiled Vim binany version with vimgdb?
> i just want connect vim and gdb, nothing more.

You can compile a vim-for-cygwin (which would not understand "C:My 
Documents\path\to\file" but would understand /cygdrive/c/My\ 
Documents/path/to/file) by "making" the top-level Makefile exactly as if 
you were on Unix (but starting it from Cygwin bash in a Cygwin 
environment, of course).

To be able to use MinGW gdb on Vim-for-Windows as compiled by 
Make_ming.mak (not makefile_ming.mak, which doesn't exist), I think you 
would need to figure which defines configure would set (and to which 
values) or unset, and maybe apply the corresponding changes to your 
Make_ming.mak.


Best regards,
Tony.
-- 
This is an airconditioned room, do not open Windows.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to