[lldb-dev] [Bug 41295] New: Compiling Core/IOHandler.cpp is missing -I/usr/include/ncurses.
via lldb-dev
lldb-dev 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 the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20190329/307fb73d/attachment.html>
More information about the lldb-dev
mailing list