MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0011633 | CMake | CMake | public | 2010-12-20 10:48 | 2011-01-12 08:02 | |||||
Reporter | Petr Petrov | |||||||||
Assigned To | Brad King | |||||||||
Priority | high | Severity | block | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | Microsoft Visual C++ 2008 | OS | Windows Vista | OS Version | 6.0 | |||||
Product Version | CMake 2.8.3 | |||||||||
Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | |||||||
Summary | 0011633: Incorrect generator for VC2008 | |||||||||
Description | Please download the latest night build of cmake. I have used the following: http://www.cmake.org/files/dev/cmake-2.8.3.20101217-gbed32-win32-x86.exe [^] Using provided trivial example try to generate VC2008 project files. Then try build by vcbuild.exe program, such as: vcbuild.exe Test.sln VCBuild.exe utility shows the following error: Error: project 'ZERO_CHECK.vcproj' could not be found... I think that this problem of VC2008 or vcbuild.exe utility from VC2008 - it DOES NOT support full project paths in .sln files. This problem relates to the following bug - http://public.kitware.com/Bug/view.php?id=11598, [^] which was fixed by Brad King. In this fix the full project file paths are written into solution\project files. It is OK for VC2010 generator, by for VC2008 generator it causes additional problems. I think that this patch should be applied only for VS2010 generator, not for VS2008 generator. VC2008 generator should generate project's paths from the current directory ".\SomePath" and etc (as before http://public.kitware.com/Bug/view.php?id=11598 [^] fix). | |||||||||
Steps To Reproduce | 1) Unpack the provided .zip archive with test example (very simple example) 2) Generate VC2008 project files, by the following cmake version - http://www.cmake.org/files/dev/cmake-2.8.3.20101217-gbed32-win32-x86.exe [^] 3) Try to build by vcbuild.exe utility, such as vcbuild.exe TestPetrPetrov.sln 4) You will see the error message, the project building will be stop | |||||||||
Additional Information | Thanks to Brad King for fixing bugs! | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | cmake_small_test.zip (556) 2010-12-20 10:48 https://public.kitware.com/Bug/file/3588/cmake_small_test.zip | |||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2010-12-20 10:48 | Petr Petrov | New Issue | ||||||||
2010-12-20 10:48 | Petr Petrov | File Added: cmake_small_test.zip | ||||||||
2010-12-20 10:53 | Bill Hoffman | Assigned To | => Brad King | |||||||
2010-12-20 10:53 | Bill Hoffman | Status | new => assigned | |||||||
2010-12-20 11:09 | Brad King | Relationship added | related to 0011598 | |||||||
2010-12-20 11:13 | Brad King | Relationship added | related to 0011594 | |||||||
2010-12-20 11:14 | Brad King | Relationship deleted | related to 0011598 | |||||||
2010-12-20 11:14 | Brad King | Note Added: 0024283 | ||||||||
2010-12-20 12:42 | Brad King | Note Added: 0024286 | ||||||||
2010-12-20 12:42 | Brad King | Status | assigned => closed | |||||||
2010-12-20 12:42 | Brad King | Resolution | open => fixed | |||||||
2011-01-12 08:02 | David Cole | Fixed in Version | => CMake 2.8.4 | |||||||
2011-01-12 08:02 | David Cole | Target Version | => CMake 2.8.4 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|