Re: Error compiling tmux (1.5-)1.8.2 on OS X 10.7

2013-06-13 Thread Nicholas Marriott
h undeclared identifier is reported only once arguments.c:85: error: for each function it appears in.) make: *** [arguments.o] Error 1 On Thu, Jun 13, 2013 at 12:02 AM, Nicholas Marriott wrote: Can you try tmux from Git? Thanks ---- Original message From: Almog Kurtser Date:

Re: Error compiling tmux (1.5-)1.8.2 on OS X 10.7

2013-06-13 Thread Almog Kurtser
strict-prototypes -Wmissing-declarations > -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wundef > -Wbad-function-cast -Winline -Wcast-align -Wdeclaration-after-statement > -Wno-pointer-sign -MT arguments.o -MD -MP -MF .deps/arguments.Tpo -c -o > arguments.o arguments.c > arg

Re: Error compiling tmux (1.5-)1.8.2 on OS X 10.7

2013-06-12 Thread Nicholas Marriott
Can you try tmux from Git? Thanks Original message From: Almog Kurtser Date: 10/06/2013 11:43 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: Error compiling tmux (1.5-)1.8.2 on OS X 10.7 Hi, I'm receiving the following error when running `./configure &a

Error compiling tmux (1.5-)1.8.2 on OS X 10.7

2013-06-10 Thread Almog Kurtser
Hi, I'm receiving the following error when running `./configure && make 2>&1` in OS X 10.7: checking for a BSD-compatible install... /usr/local/bin/ginstall -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p > checking for gawk.