[cmake-developers] [CMake 0011741]: ASM files generate broken vcproj files for Visual Studio 2010/x64

Mantis Bug Tracker mantis at public.kitware.com
Fri Jan 21 03:50:36 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=11741 
====================================================================== 
Reported By:                Anteru
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11741
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-01-21 03:50 EST
Last Modified:              2011-01-21 03:50 EST
====================================================================== 
Summary:                    ASM files generate broken vcproj files for Visual
Studio 2010/x64
Description: 
LLVM exhibits are problem with CMake 2.8.3 A file gets added twice to the
project file, resulting in an error:

X86CompilationCallback_Win64

Steps to Reproduce: 
Get LLVM source: svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm for
revision 123972

Run a configure with CMake-gui for VS 2010/x64.

Open the solution, resulting in
B:\Dev\Testing\LLVM\build-x64\lib\Target\X86\LLVMX86CodeGen.vcxproj : error  :
The item "X86CompilationCallback_Win64.obj" already exists under the filter "".

Additional Information: 
The project contains:

  <ItemGroup>
    <None
Include="B:/Dev/Testing/LLVM/build-x64/lib/Target/X86/X86CompilationCallback_Win64.obj"
/>
  </ItemGroup>

and

    <ClInclude Include="X86CompilationCallback_Win64.obj" />

Removing the empty item group (for instance) fixes the issue.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-21 03:50 Anteru         New Issue                                    
======================================================================




More information about the cmake-developers mailing list