Compiling vim problems with MinGW

Source: Internet
Author: User
Tags lua

Compiling VIM reference: 1190000005820066

One, storage size of ' st ' isn ' t known (reference: https://www.cnblogs.com/davytitan/p/4452895.html)

Will

typedef struct _STAT64 stat_t;

Change to

typedef struct _STAT64 stat_t;

  

Second, undefined reference to ' xdestroyimage '

Make-f Make_ming.mak gui=yes features=huge mbyte=yes ime=yes gime=yes dynamic_ime=yes OLE=yes PYTHON= "C:\Python27" DYNAM Ic_python=yes python_ver=27 cscope=yes debug=no lua= "C:\Lua" Dynamic_lua=yes lua_ver=52 username=keelii [email Protected] arch=x86-64 Gvim.exe

 

最后加 "-L -xmp"(链接xmp库)

Compiling vim problems with MinGW

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.