search for: r188160

Displaying 3 results from an estimated 3 matches for "r188160".

Did you mean: pr18860
2013 Sep 07
2
[LLVMdev] llvm-config curses-related failures
...fore Chandler's curses-related changes, and I then ran 'make update' which used the old configure script. I've updated the PR - maybe the OP had the same problem. FWIW, Pete, the --enable-curses option to configure no longer exists. configure just ignores it. Chandler removed it in r188160. Eli > 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 > (out-of-source). It uses llvm-config for the compilation & linkage flags. > Som...
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
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':