2014-07-12 3 views
0

Windows에서 다트 - VM을 빌드하려고합니다. 나는 모든 단계가 여기 https://code.google.com/p/dart/wiki/PreparingYourMachine 여기를 설명한 다음 https://code.google.com/p/dart/wiki/BuildingWindows에서 다트 빌드 : 빌드 실패

내가 build.py 스크립트를 실행하려고, 나는 다음과 같은 오류 얻을 :

D:\_dev\workspace-vs\dart-repo\dart\tools>python build.py runtime 
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\\devenv.com /build DebugX64|x64 /project runtime dart.sln 

Microsoft Visual Studio 2013 Version 12.0.21005.1. 
Copyright (C) Microsoft Corp. All rights reserved. 

The following files were specified on the command line: 

    dart.sln 

These files could not be found and will not be loaded.BUILD FAILED 

D:\_dev\workspace-vs\dart-repo\dart\tools> 

는 Windows 시스템에서 VM을 구축도 가능을 ?

편집 : 난 내 2013 버전으로 모든 비주얼 스튜디오 솔루션 파일을 업데이트 한 후

좋아, 그래서 지금, 난 적어도 빌드 체인을 시작할 수 있습니다. 하지만 난 여전히 약간의 오류가 발생합니다. 그것은 'global_intermediate'파일을 생성 할 수 없어서 빌드를 시도하는 솔루션 다음에 의존하여 실패합니다. 어떤 아이디어?

1>------ Build started: Project: generate_async_cc_file, Configuration: ReleaseIA32 Win32 ------ 
2>------ Build started: Project: generate_corelib_cc_file, Configuration: ReleaseIA32 Win32 ------ 
3>------ Build started: Project: generate_async_patch_cc_file, Configuration: ReleaseIA32 Win32 ------ 
4>------ Build started: Project: generate_collection_cc_file, Configuration: ReleaseIA32 Win32 ------ 
5>------ Build started: Project: generate_collection_patch_cc_file, Configuration: ReleaseIA32 Win32 ------ 
6>------ Build started: Project: generate_convert_cc_file, Configuration: ReleaseIA32 Win32 ------ 
7>------ Build started: Project: generate_convert_patch_cc_file, Configuration: ReleaseIA32 Win32 ------ 
8>------ Build started: Project: generate_typed_data_patch_cc_file, Configuration: ReleaseIA32 Win32 ------ 
2> Generating ..\build\ReleaseIA32\obj/global_intermediate/corelib_gen.cc file. 
2> The system cannot find the path specified. 
4> Generating ..\build\ReleaseIA32\obj/global_intermediate/collection_gen.cc file. 
4> The system cannot find the path specified. 
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: "cmd.exe" exited with code 1. 
4>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: "cmd.exe" exited with code 1. 
3> Generating ..\build\ReleaseIA32\obj/global_intermediate/async_patch_gen.cc file. 
3> The system cannot find the path specified. 
9>------ Build started: Project: generate_corelib_patch_cc_file, Configuration: ReleaseIA32 Win32 ------ 
3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: "cmd.exe" exited with code 1. 
10>------ Build started: Project: generate_internal_cc_file, Configuration: ReleaseIA32 Win32 ------ 
1> Generating ..\build\ReleaseIA32\obj/global_intermediate/async_gen.cc file. 
10> Generating ..\build\ReleaseIA32\obj/global_intermediate/internal_gen.cc file. 
10> The system cannot find the path specified. 
1> The system cannot find the path specified. 
+0

왜 미리 컴파일 된 바이너리를 사용하지 않습니까? – Robert

+0

여기에 만들어진 apache 모듈을 다시 만들고 싶습니다. https://github.com/sam-mccall/mod_dart – BigBen

답변