都快生成成功了,最后却出个这样的报错
5> study1.vcxproj -> G:\gamemake\gameJob\study1\frameworks\runtime-src\proj.win32\Debug.win32\study1.exe
5> 复制了 16 个文件
========== 生成: 成功 5 个,失败 0 个,最新 0 个,跳过 0 个 ==========
Running command: compile
Building mode: debug
building
Required VS version : 11.0
find vs in reg : 64bit
find vs in reg : 32bit
Find VS path : G:\MicrosoftVisualStudio2012\vs2012
running: ‘“G:\MicrosoftVisualStudio2012\vs2012\Common7\IDE\devenv.com” “G:\gamemake\gameJob\study1\frameworks\runtime-src\proj.win32\study1.sln” /Build “Debug” /Project “study1”’
build succeeded.
Copying glew32.dll
Copying iconv.dll
Copying libcocos2d.dll
Traceback (most recent call last):
File “G:\jsFramework\cocos2d-js-v3.3\tools\cocos2d-console\bin\cocos.py”, line 720, in
run_plugin(command, argv, plugins)
File “G:\jsFramework\cocos2d-js-v3.3\tools\cocos2d-console\bin\cocos.py”, line 683, in run_plugin
plugin.run(argv, dependencies_objects)
File “G:\jsFramework\cocos2d-js-v3.3\tools\cocos2d-console\plugins\project_compile\project_compile.py”, line 1434, in run
self.build_win32()
File “G:\jsFramework\cocos2d-js-v3.3\tools\cocos2d-console\plugins\project_compile\project_compile.py”, line 1074, in build_win32
shutil.copy(file_path, output_dir)
File “G:\Python27\lib\shutil.py”, line 119, in copy
copyfile(src, dst)
File “G:\Python27\lib\shutil.py”, line 83, in copyfile
with open(dst, ‘wb’) as fdst:
IOError: Permission denied: ‘G:\gamemake\gameJob\study1\runtime\win32\libcocos2d.dll’