Try this on Solaris 11:
CPPFLAGS="-D_XPG6" LDFLAGS="-D_XPG6" ./configure
Remove "-I-" from am__append_7 in Makefile (or just comment the
whole line, it's unnecessary)
gmake
On Wed, Aug 22, 2012 at 12:06:18AM -0400, blueBoy wrote:
> Hi ,
>
> How do i compile tmux on solaris 11 with gcc4 x86
Open /usr/include/sys/feature_tests.h and show me around lines 300-400
or so.
On Wed, Aug 22, 2012 at 12:06:18AM -0400, blueBoy wrote:
> Hi ,
>
> How do i compile tmux on solaris 11 with gcc4 x86
> By pulling latest git & compiling i get following errors:
>
> make
> gcc -DPACKAGE_NAME=\"tmux\"
Hi ,
How do i compile tmux on solaris 11 with gcc4 x86
By pulling latest git & compiling i get following errors:
make
gcc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\"
-DPACKAGE_VERSION=\"1.7\" -DPACKAGE_STRING=\"tmux\ 1.7\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"1.7\"
-DST
Oh heck. My bad. I totally forgot that the tmux server is persistent.
That was definitely it. All fixed now.
Thank you for your help!
Nicholas Marriott wrote:
> Did you start tmux before you changed limits.conf?
>
>
> On Tue, Aug 21, 2012 at 09:23:37AM -0700, Jesse Molina wrote:
>>
>> I a
Did you start tmux before you changed limits.conf?
On Tue, Aug 21, 2012 at 09:23:37AM -0700, Jesse Molina wrote:
>
> I am having a problem renicing processes run under tmux on Linux.
>
> tmux version 1.6 on Debian GNU/Linux 3.2.0-3-amd64.
>
> My user is configured via pam_limits/limits.conf to
I am having a problem renicing processes run under tmux on Linux.
tmux version 1.6 on Debian GNU/Linux 3.2.0-3-amd64.
My user is configured via pam_limits/limits.conf to be able to raise the
priority/lower nice on processes. This works fine, unless I start the
process under tmux, in which cas
On 21/08/12 8:10 PM, Nicholas Marriott wrote:
> Hi
>
> You need to ssh back into the server running tmux to run the command.
Thanks Nicholas.
Seems so obvious now :)
Steve
--
Live Security Virtual Conference
Exclusive
Hi
There is support for xterm's clipboard support which sends the clipboard
bracketed by some escape sequences, look for the set-clipboard option.
On Tue, Aug 14, 2012 at 07:56:35PM +, Sean Estabrooks wrote:
>
> >
> > Well, I'm just not sure it's worth the extra code, it's a pretty rarely
>
Hi
You need to ssh back into the server running tmux to run the command.
On Mon, Aug 20, 2012 at 10:37:17AM +1000, Stephen Thirlwall wrote:
> Lets say I've got a tmux session running locally with two windows, and in
> window 2 I run: ssh remotehost
>
> So I've got window 1 with a local shell, a
If you can find a more reliable method then let me know :-).
On Sun, Aug 19, 2012 at 06:16:31PM +1200, Tom Ryder wrote:
> Hi Nicholas;
>
> I can confirm the override line you suggested seems to work nicely with r2860,
> thanks. I'll make that part of my configuration [1] and will forward this to
Fixed, thanks.
On Fri, Aug 17, 2012 at 12:15:50AM +0200, Michael Scholz wrote:
> > Now that is interesting because this area of tmux hasn't changed in a
> > while. Hmm. Does the following resolve the issue for you?
> >
> > diff --git a/trunk/names.c b/trunk/names.c
> > index 11baae3..44b96ab 10
Hi Jim,
As you guessed, I am looking for a way to run scripts on the the remote server.
Coincidentally though, this command-prompt mode actually helps me a bunch with
something
else I've been playing with, as this executes in 'interactive' context, like
key bindings do.
So thanks Jim - it has
12 matches
Mail list logo