Mark was starting cygwin using the cygwin.bat script. This results in
a terminal with /dev/cons0 (or cons1, cons2, etc) instead of /dev/ptyX
as the tty. From the cygwin documentation:
> Starting with Cygwin 1.7.10, Console sessions are numbered from /dev/cons0
> upwards.
> Console device names a
If you run it normally, does it work now?
--
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 a
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/
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
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
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
15 matches
Mail list logo