View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011740CMakeCMakepublic2011-01-21 03:212016-06-10 14:31
ReporterXavier Décoret 
Assigned ToKitware Robot 
PrioritynormalSeveritytweakReproducibilityalways
StatusclosedResolutionmoved 
PlatformDellOSWindowsOS VersionXP
Product VersionCMake 2.8.3 
Target VersionFixed in Version 
Summary0011740: NMake improperly located
DescriptionIn InstallRequiredSystemLibraries.cmake, the location of vc redist is inferred either from the registry or from the location of cmake command.

The latter does not work when running with "NMake Makefiles" generator. Line 50, 51 the values are:
CMAKE_MAKE_PROGRAM is nmake
so devenv_dir is set to ""
so base_dir is set to ""

This would work only if CMAKE_MAKE_PROGRAM was an absolute path.
Additional InformationThis feature is important if building from a non standard installation of Visual Studio, which happen to be the case on our build farm. The registry key are not set. The whole build works, except for nmake install. It is missing MSVC90.dll, and InstallSystemRequiredLibraries won't work, unless customized.
TagsNo tags attached.
Attached Files

 Relationships
related to 0011955closedKitware Robot InstallSystemRuntimeLibraries has faulty detection of Visual Studio locations, fails on 64-bit 

  Notes
(0030584)
David Cole (manager)
2012-08-13 15:06

Sending old, not-recently-updated issues to the backlog.

(The age of the bug alone means that nobody is actively working on it...)

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer who has the bandwidth to take it on, and ferry a fix through to our 'next' branch for dashboard testing.
(0041781)
Kitware Robot (administrator)
2016-06-10 14:28

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2011-01-21 03:21 Xavier Décoret New Issue
2011-01-21 10:35 David Cole Assigned To => David Cole
2011-01-21 10:35 David Cole Status new => assigned
2011-03-09 19:31 David Cole Relationship added related to 0011955
2012-08-13 15:06 David Cole Status assigned => new
2012-08-13 15:06 David Cole Note Added: 0030584
2012-08-13 15:07 David Cole Status new => backlog
2012-08-13 15:21 David Cole Assigned To David Cole =>
2016-06-10 14:28 Kitware Robot Note Added: 0041781
2016-06-10 14:28 Kitware Robot Status backlog => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team