windows 7 64位配置cocos2d-x开发环境Building the projects in this solution one at a time. To enable parallel build,please add the "/m" switch.
在windows7 64位系统下配置cocos2d-x的 cocos2d-x-2.1.5 版本和cocos2d-x-3.0alpha0-pre 版本都报如下错误,
F:\yt\game\cocos2d-x-3.0alpha0-pre\cocos2d-win32.vc2012.sln : Solution file error MSB5009: Error parsing the nested project section in solution file.
Building the projects in this solution one at a time. To enable parallel build,please add the "/m" switch.
具体错误代码如下:
/* * Check VC++ environment... */ /* * Building cocos2d-x library binary, please wait a while... */ Microsoft (R) Build Engine version 4.0.30319.17929 [Microsoft .NET Framework, version 4.0.30319.17929] Copyright (C) Microsoft Corporation. All rights reserved. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. Build started 2013/9/25 22:54:48. F:\yt\game\cocos2d-x-3.0alpha0-pre\cocos2d-win32.vc2012.sln : Solution file err or MSB5009: Error parsing the nested project section in solution file. Build FAILED. F:\yt\game\cocos2d-x-3.0alpha0-pre\cocos2d-win32.vc2012.sln : Solution file e rror MSB5009: Error parsing the nested project section in solution file. 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.11 Microsoft (R) Build Engine version 4.0.30319.17929 [Microsoft .NET Framework, version 4.0.30319.17929] Copyright (C) Microsoft Corporation. All rights reserved. Build started 2013/9/25 22:55:19. 0>F:\yt\game\cocos2d-x-3.0alpha0-pre\cocos2d-win32.vc2012.sln : Solution f ile error MSB5009: Error parsing the nested project section in solution file. Build FAILED. F:\yt\game\cocos2d-x-3.0alpha0-pre\cocos2d-win32.vc2012.sln : Solution file error MSB5009: Error parsing the nested project section in solutio n file. 0 Warning(s) 1 Error(s) |
至今不知道怎么解决,网上也有解决办法,但就是不成功,如果有谁在windows7 64位系统下配置cocos2d-x成功了,麻烦分享下,在这里如果本人配置cocos2d-x在windows7下用Microsoft Visual Studio 2012 成功的话也会在这里分享的。