Most of these just look like warnings. But for this:
> configure.ac:111: error: possibly undefined macro: AC_SEARCH_LIBS
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
I believe you need to have pkg-config installed. You ca
I get errors from ./autogen.sh. Here is the output:
$ ./autogen.sh
configure.ac:17: installing 'etc/compile'
configure.ac:9: installing 'etc/config.guess'
configure.ac:9: installing 'etc/config.sub'
configure.ac:7: installing 'etc/install-sh'
configure.ac:7: installing 'etc/missing'
Makefile.am:19
Mark,
Try building from the latest trunk:
*tmux*
$ git clone git://git.code.sf.net/p/tmux/tmux-code tmux-tmux-code
$ cd tmux-tmux-code
$ ./autogen.sh
$ CFLAGS="-I/usr/include/ncurses" ./configure --prefix=/usr
$ make && make install
However, before trying to build/install the latest tmux I would
On Wed, Sep 4, 2013 at 11:24 AM, Mark Volkmann wrote:
> On Wed, Sep 4, 2013 at 12:45 AM, Saad Malik wrote:
>
>> Mark,
>> Here are the instructions for compiling tmux in cygwin:
>>
>> *libevent*
>> $ cd libevent-2.0.21-stable
>> $ make clean
>> $ ./configure --prefix=/usr
>> $ make && make install
On Wed, Sep 4, 2013 at 12:45 AM, Saad Malik wrote:
> Mark,
> Here are the instructions for compiling tmux in cygwin:
>
> *libevent*
> $ cd libevent-2.0.21-stable
> $ make clean
> $ ./configure --prefix=/usr
> $ make && make install
>
> *tmux*
>
> $ cd tmux-tmux-code
> $ make clean
> $ CFLAGS="-I/