[LLVMbugs] [Bug 9156] New: CLANG_RESOURCE_DIR, CXX_INCLUDE_* are missed in config.h

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 6 10:08:13 PST 2011


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

           Summary: CLANG_RESOURCE_DIR, CXX_INCLUDE_* are missed in
                    config.h
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: autoconf
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: art.oriented at gmail.com
                CC: llvmbugs at cs.uiuc.edu


This is a new bug in the current trunk (as of Feb 6th 2011). It was okay with
2.8.

I'm actively using LLVM on Windows platform. I checked out the latest trunk
from SVN, and ran cmake to generate Visual Studio projects. However, "config.h"
missed several #define, so compilation isn't working (e.g., can't find an
identifier 'CLANG_RESOURCE_DIR' or 'CXX_INCLUDE_ROOT').

The missing #define I've seen so far:

<------- 

#define CLANG_RESOURCE_DIR ""

/* Directories clang will search for headers */
#define C_INCLUDE_DIRS ""

/* Directory clang will search for libstdc++ headers */
#define CXX_INCLUDE_ROOT ""

/* Architecture of libstdc++ headers */
#define CXX_INCLUDE_ARCH ""

/* 32 bit multilib directory */
#define CXX_INCLUDE_32BIT_DIR ""

/* 64 bit multilib directory */
#define CXX_INCLUDE_64BIT_DIR ""

-------->

I just copied from the config.h of 2.8.

-- 
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.



More information about the llvm-bugs mailing list