On Mon, Apr 22, 2013 at 01:20:29PM +0100, Nicholas Marriott wrote:

> > Unfortunately, I am having the same problem I have always had on Solaris
> > Intel: the backspace key goes in the wrong direction. This is real odd
> > because on Solaris SPARC it works ok.
> > 
> > Do you or anyone else have any idea what could be causing this? I remember
> > at one point you suggested me building against gnu curses rather than
> > Solaris curses and I thought I tried that, but maybe I didn't do all that
> > was needed. Can you please explain how I could compile and link against gnu
> > curses rather than Solaris curses so I can test your earlier theory?
> 
> Well, do you already compile and link against libevent manually? You
> just need to do the same but with ncurses.

Ok well I believe I did that already with ncurses but it didn't help. 

> Then build tmux. I would try a static build so you don't need to faff
> about with LD_LIBRARY_PATH:

I use -R in LDFLAGS to avoid having to specify LD_LIBRARY_PATH.
> 
> $ CFLAGS="-I/opt/ncurses/include" LDFLAGS="-L/opt/ncurses/lib" ./configure 
> --prefix=/opt/tmux --enable-static

I believe that's what I did last time, except for the static build. It
didn't make any difference. I'll wait until I hear your comments on the tmux
info output I sent in the other reply. Or, if you or Dagobert have any other
ideas what could be causing this. Especially I wonder if Dagobert tried his
tmux build on Intel or SPARC or both.

> I haven't used Solaris for a while but tmux definitely worked on Solaris
> 8, 9 and 10 a couple of years ago and I have heard few other complaints
> until now.

I don't know, but looking over the mailing list archives there seem to be
many difficulties with various versions of Solaris, and much hoop jumping
and patching suggestions. 1.6 does build and run fine on Solaris SPARC. I
really have no idea why there's a problem on Intel.

Thanks.



------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to