[cmake-developers] [CMake 0014680]: Generating project on VMware workstation mounted shared folder outputs lots of warnings/errors
Mantis Bug Tracker
mantis at public.kitware.com
Thu Jan 2 15:48:41 EST 2014
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14680
======================================================================
Reported By: Vince Harron
Assigned To:
======================================================================
Project: CMake
Issue ID: 14680
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2014-01-02 15:48 EST
Last Modified: 2014-01-02 15:48 EST
======================================================================
Summary: Generating project on VMware workstation mounted
shared folder outputs lots of warnings/errors
Description:
Z:\vharron\dev3\vendor\unbundled_google\libs\liquidfun\Box2D>cmake --version
cmake version 2.8.12.1
I'm running CMake on a Windows 7 VM. (OSX 10.9.1 host) I am running CMake in a
folder that is a share from the OSX host. I'm getting a lot of these "Could not
copy" error messages:
Z:\vharron\dev3\vendor\unbundled_google\libs\liquidfun\Box2D>cmake -G"Visual
Studio 10"
-- The C compiler identification is MSVC 16.0.40219.1
-- The CXX compiler identification is MSVC 16.0.40219.1
-- Check for working C compiler using: Visual Studio 10
Could not copy from: C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Templates/CMakeVSMacros2.vsmacros
to: //vmware-host/shared folders/Documents/Visual Studio
2010/Projects/VSMacros80/CMakeMacros/CMakeVSMacros2.vsmacros
-- Check for working C compiler using: Visual Studio 10 -- works
-- Detecting C compiler ABI info
Could not copy from: C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Templates/CMakeVSMacros2.vsmacros
to: //vmware-host/shared folders/Documents/Visual Studio
2010/Projects/VSMacros80/CMakeMacros/CMakeVSMacros2.vsmacros
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 10
Could not copy from: C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Templates/CMakeVSMacros2.vsmacros
to: //vmware-host/shared folders/Documents/Visual Studio
2010/Projects/VSMacros80/CMakeMacros/CMakeVSMacros2.vsmacros
[snip]
Why is it trying to copy to a documents folder at //vmware-host/shared folders?
That doesn't make any sense to me.
Steps to Reproduce:
I have a feeling you could reproduce this by running on any network drive or on
a second drive?
net use z: \\hostname\mountpoint
z:
git clone https://github.com/google/liquidfun.git
cd liquidfun\Box2D
cmake -G"Visual Studio 10"
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-01-02 15:48 Vince Harron New Issue
======================================================================
More information about the cmake-developers
mailing list