search for: terminalhascolors

Displaying 5 results from an estimated 5 matches for "terminalhascolors".

2014 Jun 16
3
[LLVMdev] include's are not being located
On 6/16/14, 1:14 PM, Dan Liew wrote: > Hi Joseph, > >> In other words what does " put '--std=c++11' in the CXXFLAGS” mean? Do you >> have an example of what it would look like? or what should I read in order >> to learn this? I’m happy to read up but I don’t know where to start reading >> (besides the getting started page on llvm) :) > >
2014 Jun 17
2
[LLVMdev] include's are not being located
On Mon, Jun 16, 2014 at 05:20:55PM -0500, Joseph wrote: > Undefined symbols for architecture x86_64: > "_del_curterm", referenced from: > terminalHasColors(int) in libLLVMSupport.a(Process.o) Need to link against libterminfo / libtinfo / libncurses, depending on your platform. Alternatively, disable terminfo support via cmake/configure. Joerg
2013 Sep 07
3
[LLVMdev] llvm-config curses-related failures
...ying 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': /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:256: undefined reference to `setupterm' /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:274: undefined reference to `tigetnum' /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:278: undefined reference to `...
2013 Sep 07
2
[LLVMdev] llvm-config curses-related failures
...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': > /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:256: undefined > reference to `setupterm' > /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:274: undefined > reference to `tigetnum' > /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:278:...
2013 Sep 07
0
[LLVMdev] llvm-config curses-related failures
...ild 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': > /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:256: undefined reference to `setupterm' > /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:274: undefined reference to `tigetnum' > /home/eliben/llvm/llvm_svn_rw/lib/Support/Unix/Process.inc:278: undefined...