Thx, found already out by using clang (make --debug was not useful)..
> It does when you realise has #define lines
which is quite a naughty name choice imho.
#Regards.
--
Flow-based real-time traffic analytics software. C
On 27 February 2014 16:17, Marcel Partap 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 me.
On Thursday 27 Feb 2014 17:17:13 Marcel Partap wrote:
> > 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
> 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
] Implement simple mouse wheel emulation, 4th.
---
input-keys.c| 16
server-fn.c | 1 +
tmux.h | 6 ++
tty-keys.c | 17 -
window-choose.c | 10 +-
window-copy.c | 16 +++-
6 files changed, 55 insertions(+), 11 deletio