[screen-devel] Reg cross compilation issue

2015-10-27 Thread $rik@nth
Hi, I am trying to cross compile the screen for arm and getting stuck while linking the ncurses libraries. Screen version i am trying screen-4.0.3. arm-linux-gnueabi-gcc -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o he

[screen-devel] [bug #46273] screen 4.3.1 broken nmon's display and alsamixer

2015-10-27 Thread Amadeusz Sławiński
Follow-up Comment #15, bug #46273 (project screen): Now that I think about it, you may have hit https://savannah.gnu.org/bugs/?42198 try adding "cjkwidth off" to your ~/.screenrc and it will probably work again. ___ Reply to this item at:

Re: [screen-devel] Reg cross compilation issue

2015-10-27 Thread Axel Beckert
Hi, On Tue, Oct 27, 2015 at 08:33:32PM +0530, $rik@nth wrote: > I am trying to cross compile the screen for arm and getting stuck > while linking the ncurses libraries. [...] > /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: > cannot find -lncurses [...] > I have cr

[screen-devel] [bug #46273] screen 4.3.1 broken nmon's display and alsamixer

2015-10-27 Thread Micah Cowan
Follow-up Comment #16, bug #46273 (project screen): I think Amadeusz nailed it. Joe, thanks for the updated files, they seem to be much better. $ reseq --replay screen.tsq seems to demonstrate that screen is issuing sequences that aren't interpreted properly by my xterm-compatible term (iTerm2

[screen-devel] [bug #46273] screen 4.3.1 broken nmon's display and alsamixer

2015-10-27 Thread Amadeusz Sławiński
Follow-up Comment #17, bug #46273 (project screen): > I don't understand the reasoning behind the conditional setting of cjkwidth. Um... didn't you apply of this patch? ;) Original bug seems to be https://savannah.gnu.org/bugs/?1 which has a bit more description. Frankly for v5 I plan to all

[screen-devel] [bug #46273] screen 4.3.1 broken nmon's display and alsamixer

2015-10-27 Thread Micah Cowan
Follow-up Comment #18, bug #46273 (project screen): > > I don't understand the reasoning behind the conditional setting of cjkwidth. > Um... didn't you apply of this patch? ;) LOL, well now, apparently I did! Guess I missed that pertinent fact while I was perusing the git log. :D Well then. I g

[screen-devel] [bug #46273] screen 4.3.1 broken nmon's display and alsamixer

2015-10-27 Thread Micah Cowan
Follow-up Comment #19, bug #46273 (project screen): for Joe Chen: all these comments add a bunch more to read that you don't really need to sift through; Amadeusz identified your fix a couple posts back: > try adding "cjkwidth off" to your ~/.screenrc and it will probably work again. ___

Re: [screen-devel] Reg cross compilation issue

2015-10-27 Thread $rik@nth
Thank you Axel for the reply. I will try cross compiling the libraries to arm and then compile screen. FYI, I am using Ubunut machine with arm chroot. On Wed, Oct 28, 2015 at 12:56 AM, Axel Beckert wrote: > Hi, > > On Tue, Oct 27, 2015 at 08:33:32PM +0530, $rik@nth wrote: >> I am trying to cros