Hello, All.
I maked gvim.exe on FreeBSD box, by mingw ( GCC 4.2.1 )
Many part is good, by reading src/INSTALLpc.txt part.5 , but there was three
mistakes.
1) not cross "'CROSS' to '1'" but "to 'yes'" in docuent 5.3
2) in document bitween 2) and 3), must insert "edit Make_ming.mak as you wish"
3) I need this patch
--- vim7/src/vim.rc.orig Tue May 13 22:59:33 2008
+++ vim7/src/vim.rc Tue May 13 22:42:10 2008
@@ -52,7 +52,8 @@
// Type Library
//
#ifdef FEAT_OLE
- 1 TYPELIB "VIM.TLB"
+// 1 TYPELIB "VIM.TLB"
+ 1 TYPELIB "vim.tlb"
#endif
Thanks to reading my broken english.
Best Regards.
--
NAKAGAWA Tsuneo (a.k.a. yaemon ) mailto:[EMAIL PROTECTED]
Web site ( Japanese ony ) http://www.kikansha.jp/~yaemon/
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---