Hi Nicholas,

Thank you very much. In the meantime after I got Dagobert's answer and had
not yet received your post, I compiled and installed the latest gawk and the
tmux build goes ok now. It still looks we're in somewhat of a flux regarding
which of Dagobert's patches made it to head because without me patching the
build breaks and with patching some of them apply, some don't but in the end
it builds with no errors after putting gawk ahead of Solaris awk in the
path.

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?

Thanks alot.

/jl

On Mon, Apr 22, 2013 at 12:53:28PM +0100, Nicholas Marriott wrote:
> The script isn't for awk, I think we just invoke it in a way nawk isn't
> pleased with. Try this please:
> 
> You will need to run autogen.sh again.
> 
> diff --git a/Makefile.am b/Makefile.am
> index c5369fd..c131940 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -242,7 +242,7 @@ tmux.1: tmux.1.in
>       if test x@MANFORMAT@ = xmdoc; then \
>               cp tmux.1.in tmux.1; \
>       else \
> -             $(AWK) -fmdoc2man.awk tmux.1.in >tmux.1; \
> +             $(AWK) -fmdoc2man.awk <tmux.1.in >tmux.1; \
>       fi
>  
>  # Update SF web site.
> 

------------------------------------------------------------------------------
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