[cmake-developers] [CMake 0013103]: MSVC

Mantis Bug Tracker mantis at public.kitware.com
Wed Apr 4 12:54:47 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13103 
====================================================================== 
Reported By:                Valentine S.
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13103
Category:                   Modules
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-04-04 12:54 EDT
Last Modified:              2012-04-04 12:54 EDT
====================================================================== 
Summary:                    MSVC
Description: 
I have 2 cmake-projects which can generate MSVS 2010 solutions. I use module
ExternalProject which help me include one project to another. There is no
problems if external project name consists one word (without spaces). I have
trouble if external project name consists several words.
In additional information I put example. External project name is "11 dd" (then
solution will be "11 dd.sln".


Additional Information: 
------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
  Checking Build System
  CMake does not need to re-run because
C:/Users/vss/Desktop/projects/tradeinfr-dev/obj/CMakeFiles/generate.stamp is
up-to-date.
  CMake does not need to re-run because
C:/Users/vss/Desktop/projects/tradeinfr-dev/obj/sources/login.server/CMakeFiles/generate.stamp
is up-to-date.
------ Build started: Project: arachne, Configuration: Release Win32 ------
  abort: destination 'arachne' is not empty
  Creating directories for 'arachne'
  Building Custom Rule
C:/Users/vss/Desktop/projects/tradeinfr-dev/CMakeLists.txt
  CMake does not need to re-run because
C:\Users\vss\Desktop\projects\tradeinfr-dev\obj\CMakeFiles\generate.stamp is
up-to-date.
  Performing download step for 'arachne'
  ok
  Performing update step for 'arachne'
  ok
  No patch step for 'arachne'
  Performing configure step for 'arachne'
  -- CRYPTO++_INCLUDE_DIR = C:/Users/vss/Desktop/projects/cryptopp/include
  -- CRYPTO++_LIBRARIES =
debug;C:/Users/vss/Desktop/projects/cryptopp/Win32/Output/Debug/cryptlib.lib;optimized;C:/Users/vss/Desktop/projects/cryptopp/Win32/Output/Release/cryptlib.lib
  -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
  
  
  SUCCESS: Specified value was saved.
  
  -- Configuring done
  -- Generating done
CUSTOMBUILD : CMake warning : 
    Manually-specified variables were not used by the project:
  
      BOOST_INCLUDEDIR
      BOOST_LIBRARYDIR
  
  
  -- Build files have been written to:
C:/Users/vss/Desktop/projects/tradeinfr-dev/obj/libs.src/arachne/src/arachne-build
  Performing build step for 'arachne'
  
  
  Microsoft (R) Visual Studio Version 10.0.30319.1.
  
  Copyright (C) Microsoft Corp. All rights reserved.
  
  
  
  The following files were specified on the command line:
  
  
  	111
  
  	dd.sln
  
  These files could not be found and will not be loaded.
C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error
MSB6006: "cmd.exe" exited with code 1.
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-04-04 12:54 Valentine S.   New Issue                                    
======================================================================




More information about the cmake-developers mailing list