MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011741 | CMake | CMake | public | 2011-01-21 03:50 | 2011-05-02 14:46 |
|
Reporter | Matthäus G. Chajdas | |
Assigned To | David Cole | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | |
Platform | | OS | | OS Version | |
Product Version | CMake 2.8.3 | |
Target Version | | Fixed in Version | | |
|
Summary | 0011741: 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. |
Tags | No tags attached. |
Relationships | duplicate of | 0011147 | closed | David Cole | VC10 error "item ... already exists under the filter" |
|
Attached Files | |
|
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 |
Notes |
|
(0024988)
|
Brad King
|
2011-01-21 07:30
|
|
|
|
(0024989)
|
Matthäus G. Chajdas
|
2011-01-21 08:45
|
|
Yes, it's still broken with 2.8.4-rc1, exactly the same error. |
|
|
(0024991)
|
David Cole
|
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
|
2011-01-21 10:39
|
|
Working on a fix now. Hoping to get it into CMake 2.8.4 still... |
|
|
(0026373)
|
David Cole
|
2011-05-02 14:46
|
|
Closing resolved issues that have not been updated in more than 3 months. |
|