Mark, I don't know--maybe Raynor or Nicholas can chime in.
Try running tmux with 'strace tmux'.
On Mon, Jul 15, 2013 at 12:15 PM, Mark Volkmann
<r.mark.volkm...@gmail.com>wrote:
> Thanks for the detailed instructions!
> I got everything to build without errors using these steps.
> I have the tmux command now.
>
> However, when I enter "tmux new-session -s foo" it runs for a couple of
> seconds and nothing happens. It doesn't start a tmux session.
>
>
> On Mon, Jul 15, 2013 at 12:52 PM, Saad Malik <simf...@gmail.com> wrote:
>
>> Mark,
>> Okay, at least you have the sources now.
>>
>> *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.
>>
>> -Saad
>> On Jul 15, 2013 8:32 AM, "Mark Volkmann" <r.mark.volkm...@gmail.com>
>> wrote:
>>
>>> I just tried the steps you suggested. The "make install" for libevent
>>> fails for me. It says the following:
>>>
>>> Makefile:693: recipe for target 'libevent.la' failed
>>> Makefile:857: recipe for target 'install-recursive' failed
>>> Makefile:1182: recipe for target 'install' failed
>>>
>>>
>>> On Fri, Jul 12, 2013 at 8:49 PM, Saad Malik <simf...@gmail.com> wrote:
>>>
>>>> Mark,
>>>> I don't know why. That works perfectly for me. Make sure you don't have
>>>> a '.tmux.conf' that might be causing issues?
>>>>
>>>> Last try, I've tarred up the source folders for libevent and tmux:
>>>> https://docs.google.com/file/d/0B7oqPEemRewhaVlmNTlKSHdQTTQ
>>>> 1. Untar to any directory (tar -xzf
>>>> tmux-libevent-cygwin-13-07-12.tar.gz)
>>>> 2. cd libevent-2.0.21-stable && make install
>>>> 3. cd tmux-tmux-code && make install
>>>>
>>>> $ md5sum.exe tmux-libevent-cygwin-13-07-12.tar.gz
>>>> 5219e30abe110a96c96ec1762424e112 *tmux-libevent-cygwin-13-07-12.tar.gz
>>>>
>>>> -Saad
>>>>
>>>>
>>>> On Fri, Jul 12, 2013 at 6:36 PM, Mark Volkmann <
>>>> r.mark.volkm...@gmail.com> wrote:
>>>>
>>>>> Thanks! No errors now, but when I enter:
>>>>>
>>>>> tmux new-session -s mytmux
>>>>>
>>>>> it runs for a few seconds and then ends without actually starting tmux.
>>>>> I do have ncurses installed.
>>>>>
>>>>>
>>>>> On Fri, Jul 12, 2013 at 7:51 PM, Saad Malik <simf...@gmail.com> wrote:
>>>>>
>>>>>> Mark,
>>>>>> I've added the libevent libraries to the binary. Please make sure
>>>>>> that you have the ncurses dependency also installed (via cygwin
>>>>>> setup.exe).
>>>>>>
>>>>>> Updated package:
>>>>>> https://docs.google.com/file/d/0B7oqPEemRewhX2hXRzNrYS1EUms
>>>>>>
>>>>>> saamalik@SAAMALIK-WS02 ~
>>>>>> $ md5sum.exe tmux-cygwin-13-07-12.tar.gz
>>>>>> 26b5381a6ca24d166120c98f70a27c12 *tmux-cygwin-13-07-12.tar.gz
>>>>>>
>>>>>> saamalik@SAAMALIK-WS02 ~
>>>>>> $ tar -tzf tmux-cygwin-13-07-12.tar.gz
>>>>>> usr/bin/tmux.exe
>>>>>> usr/share/man/man1/tmux.1
>>>>>> usr/bin/cygevent_core-2-0-5.dll
>>>>>> usr/bin/cygevent_extra-2-0-5.dll
>>>>>> usr/bin/cygevent_pthreads-2-0-5.dll
>>>>>> usr/bin/cygevent-2-0-5.dll
>>>>>>
>>>>>> If this doesn't work, I'll write a simple guide on how to compile
>>>>>> both libevent and tmux on cygwin.
>>>>>>
>>>>>> -Saad
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Fri, Jul 12, 2013 at 5:30 PM, Saad Malik <simf...@gmail.com>wrote:
>>>>>>
>>>>>>> My apologies. I forgot to include the libevent dependency for tmux.
>>>>>>> Give me a couple minutes and I'll upload a new package.
>>>>>>>
>>>>>>> -Saad
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Jul 12, 2013 at 5:26 PM, Mark Volkmann <
>>>>>>> r.mark.volkm...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Thanks for uploading that! When I run it I get this:
>>>>>>>>
>>>>>>>> /usr/bin/tmux.exe: error while loading shared libraries:
>>>>>>>> cygevent-2-0-5.dll: can
>>>>>>>> not open shared object file: No such file or directory
>>>>>>>>
>>>>>>>> Are there other things I need to install to get it to work?
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, Jul 12, 2013 at 5:02 PM, Saad Malik <simf...@gmail.com>wrote:
>>>>>>>>
>>>>>>>>> Sure, no problem.
>>>>>>>>>
>>>>>>>>> Uploaded tmux cygwin binary here:
>>>>>>>>> https://docs.google.com/file/d/0B7oqPEemRewhUDlkbWJhbDlEY0E
>>>>>>>>>
>>>>>>>>> $ md5sum.exe tmux-cygwin-13-07-12.tar.gz
>>>>>>>>> 81855a64c2bf53fdbadda5e73b2105dc *tmux-cygwin-13-07-12.tar.gz
>>>>>>>>>
>>>>>>>>> $ tar -tzf tmux-cygwin-13-07-12.tar.gz
>>>>>>>>> usr/bin/tmux.exe
>>>>>>>>> usr/share/man/man1/tmux.1
>>>>>>>>>
>>>>>>>>> -Saad
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Fri, Jul 12, 2013 at 2:56 PM, Patrick Shanahan <
>>>>>>>>> p...@opensuse.org> wrote:
>>>>>>>>>
>>>>>>>>>> * Saad Malik <simf...@gmail.com> [07-12-13 17:43]:
>>>>>>>>>> > Mark, I've been using tmux on Cygwin for a whole day--all the
>>>>>>>>>> features
>>>>>>>>>> > work, it's stable, and fast! You have to compile using the
>>>>>>>>>> cygwin gcc
>>>>>>>>>> > toolkit--if you want I can upload a binary for you.
>>>>>>>>>>
>>>>>>>>>> providing a binary would be very nice of you. Althought I run
>>>>>>>>>> tmux on my
>>>>>>>>>> server so I can access it when it is necessary for me to sit in
>>>>>>>>>> front of a
>>>>>>>>>> windows box in mintty/cygwin.
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> (paka)Patrick Shanahan Plainfield, Indiana, USA HOG #
>>>>>>>>>> US1244711
>>>>>>>>>> http://wahoo.no-ip.org Photo Album:
>>>>>>>>>> http://wahoo.no-ip.org/gallery2
>>>>>>>>>> http://en.opensuse.org openSUSE
>>>>>>>>>> Community Member
>>>>>>>>>> Registered Linux User #207535 @
>>>>>>>>>> http://linuxcounter.net
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> See everything from the browser to the database with AppDynamics
>>>>>>>>>> Get end-to-end visibility with application monitoring from
>>>>>>>>>> AppDynamics
>>>>>>>>>> Isolate bottlenecks and diagnose root cause in seconds.
>>>>>>>>>> Start your free trial of AppDynamics Pro today!
>>>>>>>>>>
>>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>>>>>>>>>> _______________________________________________
>>>>>>>>>> tmux-users mailing list
>>>>>>>>>> tmux-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/tmux-users
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> See everything from the browser to the database with AppDynamics
>>>>>>>>> Get end-to-end visibility with application monitoring from
>>>>>>>>> AppDynamics
>>>>>>>>> Isolate bottlenecks and diagnose root cause in seconds.
>>>>>>>>> Start your free trial of AppDynamics Pro today!
>>>>>>>>>
>>>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>>>>>>>>> _______________________________________________
>>>>>>>>> tmux-users mailing list
>>>>>>>>> tmux-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/tmux-users
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> R. Mark Volkmann
>>>>>>>> Object Computing, Inc.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> R. Mark Volkmann
>>>>> Object Computing, Inc.
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> R. Mark Volkmann
>>> Object Computing, Inc.
>>>
>>
>
>
> --
> R. Mark Volkmann
> Object Computing, Inc.
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users