[lldb-dev] [Bug 23889] New: Standalone build with CMake seems broken in trunk

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 18 16:10:25 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23889

            Bug ID: 23889
           Summary: Standalone build with CMake seems broken in trunk
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: eugene.zelenko at gmail.com
    Classification: Unclassified

I tried to build trunk version of LLDB (r240030) on RHEL 6, but CMake
configuration appear to be broken.

Some fixes I made to advance through CMake:

* Prefix CMakeLists.txt with cmake_minimum_required(VERSION 2.8).
* Add include(CheckCXXCompilerFlag) to LLDBConfig.cmake.
* Define LLDB_VERSION and PACKAGE_VERSION in CMake.

But more fixes of variables definitions are necessary.

By the word, LLDBStandalone.cmake contains DOS/Windows end of lines.

My CMake parameters are available in bug 23774.

-- 
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/20150618/d99457b7/attachment.html>


More information about the lldb-dev mailing list