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
Date: 04/09/2013 06:45 (GMT+00:00)
To: J Raynor
Cc: tmux-users@lists.sourceforge.net,Thomas Adam
Subject: Re: tmux on Cyg
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
> 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 ta
Could you try pulling the latest from git and compiling it? Once
compiled, if it still doesn't work, what happens if you do:
tmux < /dev/null
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Disc
Has there been any more progress on the process for installing this? I know
some people have it working, but I wasn't able to get it to work.
I suspect many more people would use tmux if it could be used on Windows
machines. I use it all the time on my Mac and would love to be able to use
it at cl
On Tue, 3 Sep 2013, Patrick Shanahan wrote:
> I maintain a tmux session on my server and carry a stick w/cygwin so I can
> remotely access the tmux session on a windoz box.
>
We use Cygwin all the time, .. however IMHO it really isn't 'complete'
enough for a full-blown shell dev session; use PuTTY
Hi Mark,
I'm sorry we couldn't get Tmux running on your Cygwin environment. I hope
you get it sorted out soon!
I've been running two long-running tmux sessions on my windows desktop for
over a month without ANY crashes or problems.
On Tue, Sep 3, 2013 at 9:10 AM, L. V. Lammert wrote:
> On Tue,
Hi,
On 3 September 2013 16:48, Mark Volkmann wrote:
> Has there been any more progress on the process for installing this? I know
> some people have it working, but I wasn't able to get it to work.
Well, there's preliminary support for this in Git, but I've not heard
of any problems for a while.
* Mark Volkmann [09-03-13 11:50]:
> Has there been any more progress on the process for installing this? I know
> some people have it working, but I wasn't able to get it to work.
>
> I suspect many more people would use tmux if it could be used on Windows
> machines. I use it all the time on my