Displaying 1 result from an estimated 1 matches for "filedescriptorhascolors".
2013 Aug 12
3
[LLVMdev] creating new llvm project?
...e stuff?
2. My first attempt was to copy the sample project, tweak the autoconf
stuff, and remake. I ended up getting the follow error:
llvm[2]: Linking Release+Asserts executable exe (without symbols)
llvm/Release+Asserts/lib/libLLVMSupport.a(Process.o): In function
`llvm::sys::Process::FileDescriptorHasColors(int)':
Process.cpp:(.text+0x525): undefined reference to `setupterm'
Process.cpp:(.text+0x52e): undefined reference to `has_colors'
It appears that the sample project doesn't contain a library dependency
on vterm. In comparing the autoconf in sample with the one at the par...