[LLVMbugs] [Bug 7213] New: Building clang with --enable-doxygen fails if objdir != srcdir

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 24 06:26:56 PDT 2010


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

           Summary: Building clang with --enable-doxygen fails if objdir
                    != srcdir
           Product: Build scripts
           Version: 2.7
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: salimma at fedoraproject.org
                CC: llvmbugs at cs.uiuc.edu


The recommended way of building LLVM used to be to run configure from an empty
target directory. This works fine with doxygen off, but when doxygen is turned
on, *and* clang is build within tools/clang, it seems that when the build
directory is populated with clang sources, the doxygen sources are not copied,
and thus the build fails.

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