View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011741CMakeCMakepublic2011-01-21 03:502011-05-02 14:46
ReporterMatthäus G. Chajdas 
Assigned ToDavid Cole 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionCMake 2.8.3 
Target VersionFixed in Version 
Summary0011741: ASM files generate broken vcproj files for Visual Studio 2010/x64
DescriptionLLVM 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 ReproduceGet 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 InformationThe 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.
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0011147closedDavid Cole VC10 error "item ... already exists under the filter" 

  Notes
(0024988)
Brad King (manager)
2011-01-21 07:30

Does this still happen in 2.8.4-rc1:

  http://www.cmake.org/files/v2.8/ [^]

?
(0024989)
Matthäus G. Chajdas (reporter)
2011-01-21 08:45

Yes, it's still broken with 2.8.4-rc1, exactly the same error.
(0024991)
David Cole (manager)
2011-01-21 10:38

Yes, it does still occur in 2.8.4-rc1 : this is a duplicate of 11147.

What are the odds of that? 11741 is a duplicate of its anagram, 11147...
(0024992)
David Cole (manager)
2011-01-21 10:39

Working on a fix now. Hoping to get it into CMake 2.8.4 still...
(0026373)
David Cole (manager)
2011-05-02 14:46

Closing resolved issues that have not been updated in more than 3 months.

 Issue History
Date Modified Username Field Change
2011-01-21 03:50 Matthäus G. Chajdas New Issue
2011-01-21 07:30 Brad King Note Added: 0024988
2011-01-21 08:45 Matthäus G. Chajdas Note Added: 0024989
2011-01-21 10:37 David Cole Assigned To => David Cole
2011-01-21 10:37 David Cole Status new => assigned
2011-01-21 10:38 David Cole Note Added: 0024991
2011-01-21 10:39 David Cole Note Added: 0024992
2011-01-21 10:39 David Cole Relationship added duplicate of 0011147
2011-01-21 10:39 David Cole Status assigned => resolved
2011-01-21 10:39 David Cole Resolution open => duplicate
2011-05-02 14:46 David Cole Note Added: 0026373
2011-05-02 14:46 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team