[PATCH] D12995: Add support for lldb config.h and detect ncurses' include path

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 15:19:40 PDT 2015


krytarowski added a comment.

This ncurses header is now the blocker for buildslave.

  [2817/3214] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o
  FAILED: /usr/bin/g++   -DGTEST_HAS_RTTI=0 -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-comment -std=c++11 -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-deprecated-register -Wno-vla-extension  -fno-exceptions -fno-rtti -fPIC -fPIC  -DNDEBUG -Itools/lldb/source/Core -I/home/motus/build/build/llvm/tools/lldb/source/Core -I/home/motus/build/build/llvm/tools/lldb/include -Itools/lldb/include -Iinclude -I/home/motus/build/build/llvm/include -I/usr/pkg/include/python2.7 -I/home/motus/build/build/llvm/tools/lldb/../clang/include -Itools/lldb/../clang/include -I/home/motus/build/build/llvm/tools/lldb/source/.     -fno-exceptions -fno-rtti -MMD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o -c /home/motus/build/build/llvm/tools/lldb/source/Core/IOHandler.cpp
  /home/motus/build/build/llvm/tools/lldb/source/Core/IOHandler.cpp:32:21: fatal error: ncurses.h: No such file or directory
   #include <ncurses.h>
                       ^
  compilation terminated.
  ninja: build stopped: subcommand failed.
  program finished with exit code 1
  elapsedTime=2238.962841

http://lab.llvm.org:8014/builders/lldb-amd64-ninja-netbsd7/builds/139/steps/ninja%20build%20local/logs/stdio


Repository:
  rL LLVM

http://reviews.llvm.org/D12995





More information about the llvm-commits mailing list