[opus] opus_multistream_encode_float not working in libopus 1.1

Ralph Giles giles at thaumas.net
Wed Jun 4 12:59:47 PDT 2014


On 2014-06-04 12:47 PM, Alpha Thinktink wrote:

> 1>------ Build started: Project: opus, Configuration: Release Win32 ------
> 1>  fatal: Not a git repository: 'C:\My Documents\Opus\win32\..\.git'
> 1>  The syntax of the command is incorrect.
> 1>  The system cannot find the path specified.
> 1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5):
> error MSB3073: The command ""C:\My
> Documents\Opus\win32\VS2010\..\..\win32\genversion.bat" "C:\My
> Documents\Opus\win32\VS2010\..\..\win32\version.h" PACKAGE_VERSION

This is as expected. The build system is trying to get a git revision
string out of the source tree to compile in for reference. If you're
building from a downloaded source .zip, there won't be any git
information available and it will fall back to the hard-coded release
string. That's why the error isn't fatal to the build.

If you use git to checkout the development source and build that, the
command should succeed and version.h will contain something like:

#define PACKAGE_VERSION "1.1-129-g399664"

Which uniquely identifies the source tree.

 -r


More information about the opus mailing list