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