Re: sysutils/tmux fails to compile

2011-06-16 Thread Grzegorz Blach
On 2011-06-16 00:24, Andrey Fesenko wrote: I fixed this yesterday on my machine. Generally, CFLAGS from tmux/Makefile is replaced with CLFAGS from /etc/make.conf. For defined include path in tmux/Makefile CFLAGS+= -I... should be replaced with CPPFLAGS+= -I... Thank you this method worked may

sysutils/tmux fails to compile

2011-06-15 Thread Andrey Fesenko
I fixed this yesterday on my machine. Generally, CFLAGS from tmux/Makefile is replaced with CLFAGS from /etc/make.conf. For defined include path in tmux/Makefile CFLAGS+= -I... should be replaced with CPPFLAGS+= -I... Thank you this method worked may formalize pr

Re: sysutils/tmux fails to compile

2011-06-15 Thread wen heping
2011/6/16 Andrey Fesenko f0and...@gmail.com: I fixed this yesterday on my machine. Generally, CFLAGS from tmux/Makefile is replaced with CLFAGS from /etc/make.conf.  For defined include path in tmux/Makefile CFLAGS+= -I... should be replaced with CPPFLAGS+= -I... Thank you this method

sysutils/tmux fails to compile

2011-05-26 Thread David Demelier
Hello, Since the last update tmux fails to compile : === Building for tmux-1.4_5 cc -iquote. -O2 -pipe -march=core2 -DBUILD=\1.4\ -c attributes.c -o attributes.o In file included from attributes.c:23: tmux.h:30:19: error: event.h: No such file or directory In file included from

Re: sysutils/tmux fails to compile

2011-05-26 Thread Grzegorz Blach
On 2011-05-26 09:25, David Demelier wrote: Hello, Since the last update tmux fails to compile : === Building for tmux-1.4_5 cc -iquote. -O2 -pipe -march=core2 -DBUILD=\1.4\ -c attributes.c -o attributes.o In file included from attributes.c:23: tmux.h:30:19: error: event.h: No such file or

Re: sysutils/tmux fails to compile

2011-05-26 Thread wen heping
2011/5/26 Grzegorz Blach ma...@roorback.net: On 2011-05-26 09:25, David Demelier wrote: Hello, Since the last update tmux fails to compile : === Building for tmux-1.4_5 cc -iquote. -O2 -pipe -march=core2 -DBUILD=\1.4\ -c attributes.c -o attributes.o In file included from attributes.c:23:

Re: sysutils/tmux fails to compile

2011-05-26 Thread Chris Rees
On 26 May 2011 09:41, wen heping wenhep...@gmail.com wrote: 2011/5/26 Grzegorz Blach ma...@roorback.net: On 2011-05-26 09:25, David Demelier wrote: Hello, Since the last update tmux fails to compile : === Building for tmux-1.4_5 cc -iquote. -O2 -pipe -march=core2 -DBUILD=\1.4\ -c

Re: sysutils/tmux fails to compile

2011-05-26 Thread Grzegorz Blach
On 2011-05-26 10:40, wen heping wrote: 2011/5/26 Grzegorz Blachma...@roorback.net: On 2011-05-26 09:25, David Demelier wrote: Hello, Since the last update tmux fails to compile : === Building for tmux-1.4_5 cc -iquote. -O2 -pipe -march=core2 -DBUILD=\1.4\ -c attributes.c -o attributes.o In