On Tue, 7 Jun 2022, Bram Moolenaar wrote:
Hisashi T Fujinaka wrote:
I think this broke my build. Config params are:
./configure --disable-canberra --disable-darwin --enable-cscope
--enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-terminal
The error I get is in the final l
On Mon, 6 Jun 2022, Bram Moolenaar wrote:
Hisashi T Fujinaka wrote:
I think this broke my build. Config params are:
./configure --disable-canberra --disable-darwin --enable-cscope
--enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-terminal
The error I get is in the final l
Hisashi T Fujinaka wrote:
> >> I think this broke my build. Config params are:
> >>
> >> ./configure --disable-canberra --disable-darwin --enable-cscope
> >> --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp
> >> --enable-terminal
> >>
> >> The error I get is in the final linking:
> >
Hisashi T Fujinaka wrote:
> I think this broke my build. Config params are:
>
> ./configure --disable-canberra --disable-darwin --enable-cscope
> --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-terminal
>
> The error I get is in the final linking:
>
> Undefined symbols fo
I think this broke my build. Config params are:
./configure --disable-canberra --disable-darwin --enable-cscope
--enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-terminal
The error I get is in the final linking:
Undefined symbols for architecture x86_64:
"_timer_create", re
Patch 8.2.5057
Problem:Using gettimeofday() for timeout is very inefficient.
Solution: Set a platform dependent timer. (Paul Ollis, closes #10505)
Files: src/auto/configure, src/config.h.in, src/configure.ac,
src/drawscreen.c, src/errors.h, src/evalfunc.c, src/ex_cmds.c