2014-05-15 4 views
0

Windows 8.1 (x64)에서 Visual Studio 2012 (vs11) 아래에서 libvpx 1.3.0을 빌드하려고합니다.libvpx가 Visual Studio 2012 용 스크립트를 잘못 구성했습니다.

나는 다음과 같은 빌드 전제 조건 (http://www.webmproject.org/code/build-prerequisites/) 및 구성 libvpx을 읽어

./configure --target=x86-win32-vs11 --disable-examples --disable-docs --disable-unit-tests 

구성 후 나는 make을, 오류없이. 난 비주얼 스튜디오에서 솔루션을 미사일 및 빌드 할 때, 나는 그 경로 오류가 발생합니다 :

1>------ Build started: Project: obj_int_extract, Configuration: Release Win32 ------ 
1> obj_int_extract.c 
1>c1 : fatal error C1083: Cannot open source file: '.\\home\Thomas\libvpx-v1.3.0\build\make\obj_int_extract.c': No such file or directory 
2>------ Build started: Project: vpx, Configuration: Release Win32 ------ 
2>cl : Command line warning D9002: ignoring unknown option '/home/Thomas/libvpx-v1.3.0/vp8/encoder/vp8_asm_enc_offsets.c' 
2>cl : Command line error D8003: missing source filename 
2> 'obj_int_extract.exe' is not recognized as an internal or external command, 
2> operable program or batch file. 
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(124,5): error MSB3073: The command "call obj_int_extract.bat /home/Thomas/libvpx-v1.3.0 
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(124,5): error MSB3073: :VCEnd" exited with code 1. 
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ========== 

나는 MSYS Cygwin에서, 같은 결과를 모두 tryed. 아이디어가 있으십니까?

답변

0

좋아, 문제가 해결 :

1.3.0 스냅 샷 솔루션을 자식을했다 복제, 결함이있는 것 같다, 아마 다음 스냅 샷에서 사라질 것입니다.

Cygwin으로 구성한 MSYS에 Perl 모듈이 없습니다.