CVS HEAD seems to work on AIX 6 now. I only adjusted it from curses to
ncursesw:

config.mk -- from -lcurses to -lncursesw
tty-term.c -- from <curses.h> to <ncursesw/ncurses.h>
tty-term.c -- from <term.h> to <ncursesw/term.h>

Thanks! -Ross


On 12/13/2010 02:59 PM, Nicholas Marriott wrote:
> Try CVS HEAD, AIX works better although not perfectly.
>
>
>
> On Mon, Dec 13, 2010 at 02:53:27PM -0500, Ross Mohn wrote:
>>  Got tmux-1.3 and libevent-1.4.14b-stable to compile on AIX-6.1.0.0 but
>> as soon as I run it I get "fatal: main_dispatch: imsg_read failed".  My
>> brief debugging shows that imsg_read() is returning "0" to
>> main_dispatch(), but I haven't been able to get any farther with it.
>> I've attached a log produced by "tmux -vvvv". Any ideas how I can get
>> this running on AIX?
>>
>> Thanks! -Ross
>>
>> server started, pid 426512
>> new client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 14 from client 7
>> got 6 from client 7
>> lost client 7
>> ------------------------------------------------------------------------------
>> Lotusphere 2011
>> Register now for Lotusphere 2011 and learn how
>> to connect the dots, take your collaborative environment
>> to the next level, and enter the era of Social Business.
>> http://p.sf.net/sfu/lotusphere-d2d
>> _______________________________________________
>> tmux-users mailing list
>> tmux-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to