Re: Error make vim on termux terminal

2023-04-06 Thread hence jack
Many thanks! i don't have any other questions anymore. 在2023年4月6日星期四 UTC+8 06:21:19 写道: > hence jack wrote: > > According to the error message, I add the explicit declaration for " > > *setpwent"* and "*getpwent"* function at src/misc1.c, and it works, > ... > > Has anyone had this problem?藍 >

Re: Error make vim on termux terminal

2023-04-05 Thread Eli the Bearded
hence jack wrote: > According to the error message, I add the explicit declaration for " > *setpwent"* and "*getpwent"* function at src/misc1.c, and it works, ... > Has anyone had this problem?藍 Have you tried the build configuration in the Termux packages repo?

Re: Error make vim on termux terminal

2023-04-04 Thread Bram Moolenaar
> [image: vim-bugs.jpg] > According to the error message, I add the explicit declaration for " > *setpwent"* and "*getpwent"* function at src/misc1.c, and it works, like > this: > [image: vim-fix.png] > *Environment:* > Vim:9.0 > clang:16.0.0 > cmake:3.26.1 > Termux:latest > > Has anyone had