libvpx настроить скрипт неверный путь для Visual Studio 2012

Я пытаюсь собрать libvpx 1.3.0 под Visual Studio 2012 (vs11) под Windows 8.1 (x64).

Я прочитал предварительные требования для сборки ( http://www.webmproject.org/code/build-prerequisites/) и настроил libvpx следующим образом:

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

После настройки я делаю makeбез ошибок. Но когда я запускаю решение под Visual Studio и пытаюсь построить, я получаю следующие ошибки:

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, тот же результат. Любая идея?

1 ответ

Хорошо, проблема исправлена:

Снимок 1.3.0, похоже, неисправен, решение проблемы - клонирование git, вероятно, он исчезнет в следующем снимке.

Настроенный на Cygwin, в MSYS отсутствовал модуль Perl.

Другие вопросы по тегам