You are probably either missing /usr/include/ncurses.h or /usr/include is not
part of the gcc system include path.
-------- Original message --------
From: Saad Malik <simf...@gmail.com>
Date: 04/09/2013 06:45 (GMT+00:00)
To: J Raynor <jxray...@gmail.com>
Cc: tmux-users@lists.sourceforge.net,Thomas Adam <tho...@xteddy.org>
Subject: Re: tmux on Cygwin
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
$ make && make install
Let me know how this goes. On that note, why do we have to include
/usr/include/ncurses as a seperate CFLAGS? Why can't tmux config include that
automatically?
On Tue, Sep 3, 2013 at 9:43 PM, J Raynor <jxray...@gmail.com> wrote:
> Note that even when I release 1.9, which will contain support on
> Cygwin, I won't be providing Windows binaries of tmux. That's
> somebody else's problem.
Are you interested in having a cygwin package for tmux if someone else
either builds the package, or supplies a small script which would take
the sources and build the package?
------------------------------------------------------------------------------
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
------------------------------------------------------------------------------
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