I can't get tmux to install

2014-09-25 Thread Jai Dayal
For the life of me, I don't think the configure script is correct that's shipped with tmux. I just downloaded tmux-1.9a. I have libevent-2.0.21-stable.tar.gz installed in (both in /include and /lib). ncurses headers

Re: tmux changes emacs font colors

2013-03-30 Thread Jai Dayal
Okay, I have no idea what these mean or what to do. On Wed, Mar 20, 2013 at 1:03 AM, Chris Johnsen wrote: > On Tue, Mar 19, 2013 at 11:10 PM, Jai Dayal wrote: > > Hi, > > I'm new to tmux and didn't see an obvious answer to this question. > When I > > use ema

tmux changes emacs font colors

2013-03-19 Thread Jai Dayal
Hi, I'm new to tmux and didn't see an obvious answer to this question. When I use emacs inside of tmux, the font colors for emacs come out quite differently. Is there any way to rectify this so there's no color change? Thanks! ---

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
Okay, got it to compile and run. Just had to add -levent On Tue, Mar 19, 2013 at 3:34 PM, Jai Dayal wrote: > Okay, I am an idiot. Thanks everyone for your patience! > > Basically, for the LIBEVENT_LIBS flag, I was just doing > LIBEVENT_LIBS="/net/blahblah" what I

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
reference to `event_init' collect2: ld returned 1 exit status That's just the tail end of it.. Jai On Tue, Mar 19, 2013 at 3:25 PM, Feanil Patel wrote: > Can you send back the error you're getting? Is it the same? If it is > what does the configure log say. It is pretty ve

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
I removed that extraneous $ and it still did not work. :-( Jai On Tue, Mar 19, 2013 at 3:17 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > did you get it working without that incorrect -L? > > > On Tue, Mar 19, 2013 at 02:08:59PM -0400, Jai Dayal wrote:

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
=/net/blahblahblah On Tue, Mar 19, 2013 at 2:05 PM, Jai Dayal wrote: > rpm and yum are disabled on this machine. It's a supercomputer (titan at > ORNL) and the login nodes run full linux (in this instance, rhel) where as > the compute nodes run Compute Node Linux (i.e., no virtual

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
irrelevant. is there no way to install tmux without being a root user? On Tue, Mar 19, 2013 at 1:05 PM, Patrick Shanahan wrote: > * Jai Dayal [03-19-13 11:59]: > > The login node is RHEL 5.8. > > > > Thanks for the quick replies, everyone! > > > > On Tue, Ma

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
The login node is RHEL 5.8. Thanks for the quick replies, everyone! On Tue, Mar 19, 2013 at 11:36 AM, Patrick Shanahan wrote: > * Jai Dayal [03-19-13 10:34]: > > as I stated, the sources downloaded and installed successfully. I can't > > use sudo and there is no apt, yum,

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
Hmm, Okay, I took that out but I still get the same problem :-( On Tue, Mar 19, 2013 at 9:11 AM, Paul Hoffman wrote: > On Tue, Mar 19, 2013 at 12:03:47AM -0400, Jai Dayal wrote: > > ./configure --prefix=/net/hu19/skeller/x86_64-5.9 > > CPPFLAGS="-Inet/hu19/skeller/x86_64-5.

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
are using a recent version of ubuntu or debian enter > the following: > > sudo apt-get install libncurses5-dev libevent-dev > > On Tue, Mar 19, 2013 at 11:02 AM, Jai Dayal wrote: > > Thanks for the reply. Here's what it says: > > > > configure:4916: checking fo

Re: Compiling tmux as non-root user

2013-03-19 Thread Jai Dayal
e, Mar 19, 2013 at 5:31 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > > Look in config.log and see why the test to find curses failed. > > > On Tue, Mar 19, 2013 at 12:03:47AM -0400, Jai Dayal wrote: > >Hi, > >* I'm trying to install tmux as

Compiling tmux as non-root user

2013-03-18 Thread Jai Dayal
Hi, I'm trying to install tmux as a non-root user on a login node for a cluster. I have to install ncurses and libevent myself. That's no problem, as they both built and installed fine. libevent is 2.0.21-stable, ncurses is 5.9. Both are installed here: net/hu19/skeller/x86_64-5.9 (lib/incl