Re: [PATCH] Implement simple mouse wheel emulation, 4th.

2014-02-27 Thread Marcel Partap
It fails to compile more exactly: depbase=`echo tty-term.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=\tmux\ -DPACKAGE_TARNAME=\tmux\ -DPACKAGE_VERSION=\1.10\ -DPACKAGE_STRING=\tmux\ 1.10\ -DPACKAGE_BUGREPORT=\\ -DPACKAGE_URL=\\ -DPACKAGE=\tmux\ -DVERSION=\1.10\ -DSTDC_HEADERS=1

Re: [PATCH] Implement simple mouse wheel emulation, 4th.

2014-02-27 Thread Thomas Adam
On 27 February 2014 16:17, Marcel Partap mpar...@gmx.net wrote: In file included from tty-term.c:31:0: tmux.h:1168:16: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘-’ token u_int lines; ^ make: *** [tty-term.o] Error 1 which makes absolutely no sense to

Re: [PATCH] Implement simple mouse wheel emulation, 4th.

2014-02-27 Thread Marcel Partap
Thx, found already out by using clang (make --debug was not useful).. It does when you realise term.h has #define lines which is quite a naughty name choice imho. #Regards. -- Flow-based real-time traffic analytics