Displaying 2 results from an estimated 2 matches for "_del_curterm".
Did you mean:
del_curterm
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
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) :)
>
>