similar to: [LLVMdev] Let's not depend on terminfo / curses?

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Let's not depend on terminfo / curses?"

2013 Sep 09
0
[LLVMdev] Let's not depend on terminfo / curses?
On 9 September 2013 01:09, Nico Weber <thakis at chromium.org> wrote: > I think depending on curses is gross, > I totally agree, but I also don't have a better way of doing this. I agree with Joerg that hard-coding escape sequences is not the way forward. Even though curses is available on pretty much every OS, there are hacks you have to do to port across OSs, especially old
2013 Sep 12
3
[LLVMdev] Let's not depend on terminfo / curses?
On Mon, Sep 9, 2013 at 12:24 AM, Renato Golin <renato.golin at linaro.org>wrote: > On 9 September 2013 01:09, Nico Weber <thakis at chromium.org> wrote: > >> I think depending on curses is gross, >> > > I totally agree, but I also don't have a better way of doing this. I agree > with Joerg that hard-coding escape sequences is not the way forward. >
2013 Sep 07
0
[LLVMdev] llvm-config curses-related failures
Hi Eli I don’t know a workaround which will keep support for coloured terminal output, but if you can live without it then passing these to configure should work. --enable-curses=no --enable-terminfo=no Thanks, Pete On Sep 6, 2013, at 9:09 PM, Eli Bendersky <eliben at gmail.com> wrote: > Hello, > > I'm trying to build some code that relies on LLVM as a library
2013 Sep 07
2
[LLVMdev] llvm-config curses-related failures
On Fri, Sep 6, 2013 at 9:35 PM, Pete Cooper <peter_cooper at apple.com> wrote: > Hi Eli > > I don’t know a workaround which will keep support for coloured terminal > output, but if you can live without it then passing these to configure > should work. > > --enable-curses=no > --enable-terminfo=no > > Re-doing the configure & build in a new directory solved
2013 Sep 07
3
[LLVMdev] llvm-config curses-related failures
Hello, I'm trying to build some code that relies on LLVM as a library (out-of-source). It uses llvm-config for the compilation & linkage flags. Some recent change breaks it, and with the newest trunk LLVM I get: /home/eliben/llvm/build_llvm_svn_rw/Debug+Asserts/lib/libLLVMSupport.a(Process.o): In function `terminalHasColors':
2019 Oct 27
1
ls permissions format changed in CentOS 8
It's a missing ncurses feature in the older PuTTY that's trigged by an update to ncurses or terminfo in CentOS 8. PuTTY 0.72 added support for the REP (repeating character) command and the newer terminfo adds that as an xterm feature. The Epsilon author spotted it in the PuTTY changelog. So any curses app that uses repeating characters will have this problem when used with an old
2004 Aug 06
1
termcapsupport not found
I try to make an asterisk system and downloaded and unzipped the file asterisk-1.0-RC1.tar.gz. When I do the first make I got the following messages: ..... checking for tgetent in ltermcap.......no checking for tgetent in ltinfo.......no checking for tgetent in lcurses.......no checking for tgetent in lncurses.......no configure: error: termcapsupport not found make: *** [editline/libedit.a] Error
2012 Jun 26
1
Terminfo ansi-m entry missing
Hi All: It appears that the terminfo ansi-m file is no longer distributed with the CentOS 6.2 (along with many others). Can anyone advise how I can obtain this file? As a work around I have copied the file from a CentOS 4 box but that is probably not the "proper" way to do it. TIA Regards, Hugh -- Hugh E Cruickshank, Forward Software, www.forward-software.com
2012 Nov 11
1
Error when compiling tinc 1.1pre3 - configure: error: "curses header files not found."
Hi! I'm trying to compile tinc-vpn 1.1pre3 on Ubuntu 12.10, but I get this error: checking curses.h usability... no checking curses.h presence... no checking for curses.h... no configure: error: "curses header files not found." (See the attached text file for the output when running ./configure) I have searched on google after this error message but I can't find anything
2008 May 26
4
xvm-gate: arrow keys broken in pygrub
One of my test domUs is a opensuse 10.3 PV domain, and it has a /boot/grub/menu.lst file. pygrub is used as bootloader. With xVM 3.1.4, the arrow keys can be used in the pygrub screen. With xVM 3.3-unstable, the arrow keys don''t work for me any more. What I''ve found out so far is that: - gnome-terminal, xterm or dtterm are running with "vt100 application key
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
Hi folks! I'm trying to get rid of any dependency on libgcc*, but without success so far. The following commands were executed on a freshliy installed and updated Ubuntu 16.04 LTS: === snip === sudo apt-get install build-essential libffi-dev cmake # see aptget.txt for packages installed sudo mv /usr/local /usr/local.orig git clone https://github.com/llvm/llvm-project.git cd llvm-project; git
2020 Jun 06
1
perl-Curses in C8?
Are there any repos that would have perl-Curses for CentOS 8? It was always available in epel but not anymore. Thanks, Mike
2018 May 14
1
Unable to build 'lld' on Mac OS 10.9
Hi All, I am trying to build the 'lld' linker on Mac OS 10.9, but during the build, I am getting the errors. Following are the steps that I have followed: 1.     I have downloaded the ‘llvm-stable’ source code from the following location:   https://github.com/llvm-mirror/llvm/tree/stable   2.     Machine details(on which llvm source code isbeing built) are as follows: $ sw_vers
2011 Nov 22
7
[PATCH] use ncurses-config to find all curses related libs
After a split of libtinfo from libncurses in openSuSE Factory the tools will not link anymore. In the URL below it was suggested to use ''ncurses-config --libs'' to find the correct linker options. But ncurses-config does not exist neither in SLES11 nor in openSuSE. So check for both ncurses5-config and ncurses-config, if the latter happens to exist in other environments. With
2008 Oct 15
1
error during installworld on 7.1 beta (was: error during buildworld on 7.1 beta)
During installworld I get: cat /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/ncurses.3x > ncurses.3 sh /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/MKterminfo.sh /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/terminfo.head /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/Caps
2003 Oct 29
2
workaround for HFS+'s case-insensitivity?
I am using Mike Rubel's snapshot-style rsync to do backups from my web server (Linux) to my desktop (MacOS X). Mostly, this works great, except where case sensitivity (or rather, HFS+'s semi-lack thereof) causes problems. Specifically, it seems impossible to successfully back up my Linux box's /usr/share/terminfo, as it contains directories that differ ONLY in case (e.g.,
2010 Sep 15
3
changing from zap to DAHDI
I am changing a system from zap to DAHDI. I removed everything zap. when doing the command: sh -x /etc/init.d/dahdi start, I see initlog -q -c 'modprobe wct4xxp' sh: /sbin/ztcfg: No such file or directory FATAL: Error running install command for wct4xxp doing updatedb then, locate zap returns me /var/lib/asterisk/sounds/spy-zap.gsm /usr/share/groff/1.18.1.1/font/devps/zapfdr.pfa
2006 Mar 06
0
[patch] xenmon.py: add next/previous bindings to curses mode
Cycling around many CPUs in XenMon''s curses mode can get cumbersome. This trivial patch adds bindings to move to the previous CPU. The next/previous binding seems more natural to me than the earlier cycle binding, but we can keep them all for now. # HG changeset patch # Node ID 146b5c76086c07fad61bea7ccf60f2f4fd66abbd # Parent 7dd31dbf16e75f0f70e0f9c44b2bb2b5fc6eecf1 Add next/previous
2019 Oct 26
2
ls permissions format changed in CentOS 8
It's not a ls bug. I've stepped through the code with gdb and it looks just fine. At this point I think Epsilon (a 32-bit app) is corrupting the image of its child process in a strange way. I'm working with the author at Lugaru (who's very responsive) to track it down. He couldn't reproduce it right away. I just reproduced it on a virgin CentOS 8 image at Linode with
2007 Feb 28
4
"Any who has ever written an Ogg (de)muxer curses it's name frequently" (sic)
>From some random dude on Slashdot [ http://yro.slashdot.org/comments.pl?sid=224420&cid=18177356 ]: "Second, whether AVI is better or worse than Ogg is debatable. Any who has ever written an Ogg (de)muxer curses it's name frequently. It's extremely codec-specific, and the format is rather loosely defined, with no consistent standard way to do much of anything.... AVI has