[llvm-bugs] [Bug 41295] New: Compiling Core/IOHandler.cpp is missing -I/usr/include/ncurses.
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Mar 29 04:33:06 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41295
Bug ID: 41295
Summary: Compiling Core/IOHandler.cpp is missing
-I/usr/include/ncurses.
Product: lldb
Version: 8.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: dilyan.palauzov at aegee.org
CC: llvm-bugs at lists.llvm.org
To compile LLDB 8.0.0 I had to change in source/Core/IOHandler.cpp:
#ifndef LLDB_DISABLE_CURSES
#include <ncurses/curses.h>
#include <ncurses/panel.h>
#endif
In the original ncurses was missing and my system does not have
/usr/include/curses.h or /usr/local/include/curses.h. This means that the
cmake system has to check more intensively where curses.h is installed and pass
the right CFLAGS.
This could be also /usr/local/include/ncursesw.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190329/12b90e46/attachment.html>
More information about the llvm-bugs
mailing list