Displaying 7 results from an estimated 7 matches for "cppcommon".
2014 Jun 04
2
opus_multistream_encode_float not working in libopus 1.1
...ld 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
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5):
error MS...
2013 May 17
1
Windows Pathnames with spaces in Puppet file directive
I have to change a file in c:\Program Files
<x86>\MSBuild\Microsoft.Cpp\v4.0. I have tried various ways to encapsule
the Windows path with spaces but to no avail.
The following
file { "\"c:\\program files
<x86>\\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.CppCommon.targets\"":
ensure => present,
source =>
''puppet:///modules/install_programs/Microsoft.CppCommon.targets'',
}
causes this error:
info: Caching catalog for w7entbase.metratech.com
err: Failed to apply catalog: Parameter path failed: File...
2014 Jun 04
3
opus_multistream_encode_float not working in libopus 1.1
...'C:\My Documents\Opus\win32\..\.git'
1> The syntax of the command is incorrect.
2> The syntax of the command is incorrect.
2> The system cannot find the path specified.
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
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5):
error MS...
2018 Sep 10
15
[7.0.0 Release] rc3 has been tagged
Dear testers,
7.0.0-rc3 was just tagged (from branch revision r341805).
No further release candidates are currently planned, so this is a
release candidate in the real sense: unless any serious issues
surface, this is what the final release will look like.
Please run the test script, share your results and upload binaries.
Please also take a look at the release notes and other docs; small
2018 Sep 21
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
..._CHECK and Fibonacci giving these errors
Severity Code Description Project File Line Suppression State
Error MSB6006 "cmd.exe" exited with code -1073741819.
ZERO_CHECK C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets
209
Severity Code Description Project File Line Suppression State
Error MSB6006 "cmd.exe" exited with code 1. Fibonacci
C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets
209
"DIA SDK n...
2014 Jun 03
3
opus_multistream_encode_float not working in libopus 1.1
I just recently found that opus_multistream_encode_float is returning
-1 (OPUS_BAD_ARG) with the libopus 1.1 build but works just fine with
the libopus 1.0.1 and libopus 1.1-beta builds. I tried using
opus_multistream_encoder_create and
opus_multistream_surround_encoder_create. Tried with coupled and
uncoupled quadraphonic and uncoupled stereo encodes. I'm dynamically
loading the libopus
2014 Jun 04
0
opus_multistream_encode_float not working in libopus 1.1
...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...