http://llvm.org/bugs/show_bug.cgi?id=6755

           Summary: CMake configured make install misses
                    DiagnosticCommonKinds.inc
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


I am using this rep:

  http://llvm.org/svn/llvm-project/llvm/branches/release_27

and I have configured the build with cmake.

The problem is that the file

  clang/Basic/DiagnosticCommonKinds.inc

is not copied by 'make install'.
This file is needed to compile applications that include clang headers, which
otherwise fail with the message like the following:

include/clang/Basic/Diagnostic.h:63:49: error:
clang/Basic/DiagnosticCommonKinds.inc: No such file or directory

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to