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 recommend
that you verify that your cygwin is the latest. Download and run the latest
setup file: http://cygwin.com/setup-x86.exe. Just click next through all
the options, if there are any upgrades it should automatically install
them. By the way, the autogen.sh step above needs the Cygwin dependencies
autoconf/automake, so make sure they're installed via the cygwin setup.exe.

I just built the latest tmux from trunk so it's still compiling/working for
Cygwin.

-Saad



On Wed, Sep 4, 2013 at 10:26 AM, Mark Volkmann <r.mark.volkm...@gmail.com>wrote:

> On Wed, Sep 4, 2013 at 11:24 AM, Mark Volkmann 
> <r.mark.volkm...@gmail.com>wrote:
>
>> On Wed, Sep 4, 2013 at 12:45 AM, Saad Malik <simf...@gmail.com> 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/usr/include/ncurses" ./configure --prefix=/usr
>>>
>> I am stuck on this step.
>>
>
> Saad correctly pointed out that I have a lowercase L for the flag above
> instead of an uppercase I. That fixed that problem.
>
> I am building tmux-1.8. When I run make I get this:
>
> tty.c: In function `tty_init_termios':
> tty.c:197:6: error: `ECHOPRT' undeclared (first use in this function)
> tty.c:197:6: note: each undeclared identifier is reported only once for
> each function it appears in
> Makefile:745: recipe for target `tty.o' failed
>
> --
> R. Mark Volkmann
> Object Computing, Inc.
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to