[LLVMbugs] [Bug 7613] New: Win32 build problems

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jul 9 11:43:47 PDT 2010


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

           Summary: Win32 build problems
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: John.Thompson.JTSoftware at gmail.com
                CC: llvmbugs at cs.uiuc.edu


(Should there be a "Build" component or other catch-all for things that don't
fit the other categories?)

The cmake-based Visual Studio build is somewhat broken, at least for VS 2008,
which is what I'm using.

With the Visual Studio solution and project files built by cmake for VS2008, if
you do a build or rebuild on ALL_BUILD, the final build step for the libclang
project will fail with a message about not being able to write to Clang.ilk, or
sometimes the clang.pdb file. Then, the c-index-test link will fail with a
bunch of unresolved references, because libclang.lib didn't build properly, or
something.

The work-around is to go back and rebuild libclang alone, and then to a "build"
on the rest.

This leads me to believe there is some sort of dependency problem, or maybe
there is some mixing of different project types.

If someone who knows both cmake and Visual Studio could fix it, that would be
great.

Otherwise I will take a crack at it sometime, though there will be a learning
curve for me about cmake.

-John

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