[Flac-dev] Errors compiling flac in Visual Studio Express 2005
Ulrik Kjems
ulrikkjems at hotmail.com
Wed Jan 10 07:36:34 PST 2007
Hi!
I have trouble compiling the flac library using Microsofts free (yes MS
gives it away including the optimizing C++ compiler msvc8.0) Visual Studio
Express 2005.
I get the output shown below. Does anyone have a way to make flac compile in
VS 2005?
Thanks!
Ulrik
1>------ Rebuild All started: Project: replaygain_analysis_static,
Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project
'replaygain_analysis_static', configuration 'Debug|Win32'
2>------ Rebuild All started: Project: replaygain_synthesis_static,
Configuration: Debug Win32 ------
2>Deleting intermediate and output files for project
'replaygain_synthesis_static', configuration 'Debug|Win32'
1>Compiling...
2>Compiling...
2>replaygain_synthesis.c
1>replaygain_analysis.c
1>Creating library...
2>Creating library...
2>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\replaygain_synthesis\Debug_static\BuildLog.htm"
2>replaygain_synthesis_static - 0 error(s), 0 warning(s)
1>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\replaygain_analysis\Debug_static\BuildLog.htm"
1>replaygain_analysis_static - 0 error(s), 0 warning(s)
3>------ Rebuild All started: Project: libFLAC_static, Configuration: Debug
Win32 ------
3>Deleting intermediate and output files for project 'libFLAC_static',
configuration 'Debug|Win32'
3>Performing Custom Build Step
4>------ Rebuild All started: Project: getopt_static, Configuration: Debug
Win32 ------
4>Deleting intermediate and output files for project 'getopt_static',
configuration 'Debug|Win32'
4>Compiling...
4>getopt.c
3>'nasmw.exe' is not recognized as an internal or external command,
3>operable program or batch file.
3>Project : error PRJ0019: A tool returned an error code from "Performing
Custom Build Step"
3>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\libFLAC\Debug_static\BuildLog.htm"
3>libFLAC_static - 1 error(s), 0 warning(s)
4>getopt1.c
4>Generating Code...
4>Creating library...
5>------ Rebuild All started: Project: grabbag_static, Configuration: Debug
Win32 ------
5>Deleting intermediate and output files for project 'grabbag_static',
configuration 'Debug|Win32'
4>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\getopt\Debug_static\BuildLog.htm"
4>getopt_static - 0 error(s), 0 warning(s)
5>Compiling...
5>cuesheet.c
6>------ Rebuild All started: Project: libFLAC_dynamic, Configuration: Debug
Win32 ------
6>Deleting intermediate and output files for project 'libFLAC_dynamic',
configuration 'Debug|Win32'
6>Performing Custom Build Step
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(231)
: warning C4996: 'stricmp' was declared deprecated
5> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _stricmp. See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(248)
: warning C4996: 'strcpy' was declared deprecated
5> c:\program files\microsoft visual studio 8\vc\include\string.h(73)
: see declaration of 'strcpy'
5> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(251)
: warning C4996: 'stricmp' was declared deprecated
5> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _stricmp. See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(261)
: warning C4996: 'stricmp' was declared deprecated
5> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _stricmp. See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(266)
: warning C4996: 'stricmp' was declared deprecated
5> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _stricmp. See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(342)
: warning C4996: 'stricmp' was declared deprecated
5> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _stricmp. See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(366)
: warning C4996: 'strcpy' was declared deprecated
5> c:\program files\microsoft visual studio 8\vc\include\string.h(73)
: see declaration of 'strcpy'
6>'nasmw.exe' is not recognized as an internal or external command,
6>operable program or batch file.
5> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(369)
: warning C4996: 'stricmp' was declared deprecated
6>Project : error PRJ0019: A tool returned an error code from "Performing
Custom Build Step"
5> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _stricmp. See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(419)
: warning C4996: 'stricmp' was declared deprecated
5> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _stricmp. See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(424)
: warning C4996: 'stricmp' was declared deprecated
5> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
6>Creating browse information file...
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _stricmp. See online help for details.'
5>file.c
6>Microsoft Browse Information Maintenance Utility Version 8.00.50727
6>Copyright (C) Microsoft Corporation. All rights reserved.
6>BSCMAKE: error BK1506 : cannot open file '.\debug_dynamic\bitbuffer.sbr':
No such file or directory
6>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\libFLAC\Debug_dynamic\BuildLog.htm"
6>libFLAC_dynamic - 2 error(s), 0 warning(s)
7>------ Rebuild All started: Project: utf8_static, Configuration: Debug
Win32 ------
7>Deleting intermediate and output files for project 'utf8_static',
configuration 'Debug|Win32'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\file.c(45)
: fatal error C1083: Cannot open include file: 'Windows.h': No such file or
directory
5>picture.c
7>Compiling...
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\picture.c(339)
: warning C4996: 'fopen' was declared deprecated
5> c:\program files\microsoft visual studio 8\vc\include\stdio.h(234)
: see declaration of 'fopen'
5> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
5>replaygain.c
7>charset.c
7>iconvert.c
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\replaygain.c(82)
: warning C4996: 'chmod' was declared deprecated
5> c:\program files\microsoft visual studio 8\vc\include\io.h(316) :
see declaration of 'chmod'
5> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _chmod. See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\replaygain.c(104)
: warning C4996: '_snprintf' was declared deprecated
5> c:\program files\microsoft visual studio 8\vc\include\stdio.h(339)
: see declaration of '_snprintf'
7>utf8.c
5> Message: 'This function or variable may be unsafe. Consider using
_snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\replaygain.c(612)
: warning C4996: 'strncpy' was declared deprecated
5> c:\program files\microsoft visual studio
8\vc\include\string.h(156) : see declaration of 'strncpy'
5> Message: 'This function or variable may be unsafe. Consider using
strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
5>seektable.c
7>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\utf8\utf8.c(42)
: fatal error C1083: Cannot open include file: 'windows.h': No such file or
directory
7>Generating Code...
5>Generating Code...
7>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\utf8\Debug_static\BuildLog.htm"
7>utf8_static - 1 error(s), 0 warning(s)
8>------ Rebuild All started: Project: libFLAC++_static, Configuration:
Debug Win32 ------
8>Deleting intermediate and output files for project 'libFLAC++_static',
configuration 'Debug|Win32'
8>Compiling...
5>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\Debug_static\BuildLog.htm"
5>grabbag_static - 1 error(s), 14 warning(s)
8>metadata.cpp
9>------ Rebuild All started: Project: plugin_common_static, Configuration:
Debug Win32 ------
9>Deleting intermediate and output files for project 'plugin_common_static',
configuration 'Debug|Win32'
9>Compiling...
9>charset.c
9>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_common\charset.c(49)
: warning C4996: 'getenv' was declared deprecated
9> c:\program files\microsoft visual studio
8\vc\include\stdlib.h(483) : see declaration of 'getenv'
9> Message: 'This function or variable may be unsafe. Consider using
_dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
9>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_common\charset.c(128)
: warning C4996: 'strdup' was declared deprecated
9> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
9> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _strdup. See online help for details.'
9>dither.c
9>replaygain.c
9>tags.c
9>Generating Code...
9>Creating library...
9>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_common\Debug_static\BuildLog.htm"
9>plugin_common_static - 0 error(s), 2 warning(s)
8>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\libflac++\metadata.cpp(605)
: warning C4996: 'strdup' was declared deprecated
8> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
8> Message: 'The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _strdup. See online help for details.'
8>stream_decoder.cpp
10>------ Rebuild All started: Project: metaflac, Configuration: Debug Win32
------
10>Deleting intermediate and output files for project 'metaflac',
configuration 'Debug|Win32'
10>Compiling...
10>main.c
10>operations.c
10>operations_shorthand_cuesheet.c
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_cuesheet.c(124)
: warning C4996: 'fopen' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
10> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_cuesheet.c(127)
: warning C4996: 'strerror' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
10> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_cuesheet.c(163)
: warning C4996: 'sprintf' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(345) : see declaration of 'sprintf'
10> Message: 'This function or variable may be unsafe. Consider using
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_cuesheet.c(189)
: warning C4996: 'fopen' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
10> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_cuesheet.c(192)
: warning C4996: 'strerror' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
10> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_cuesheet.c(203)
: warning C4996: '_snprintf' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(339) : see declaration of '_snprintf'
10> Message: 'This function or variable may be unsafe. Consider using
_snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
10>operations_shorthand_picture.c
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_picture.c(155)
: warning C4996: 'fopen' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
10> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_picture.c(158)
: warning C4996: 'strerror' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
10> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
10>operations_shorthand_seektable.c
10>operations_shorthand_streaminfo.c
10>operations_shorthand_vorbiscomment.c
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_vorbiscomment.c(202)
: warning C4996: 'fopen' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
10> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_vorbiscomment.c(203)
: warning C4996: 'strerror' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
10> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_vorbiscomment.c(296)
: warning C4996: 'fopen' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
10> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_vorbiscomment.c(299)
: warning C4996: 'strerror' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
10> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_vorbiscomment.c(353)
: warning C4996: 'fopen' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
10> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_vorbiscomment.c(356)
: warning C4996: 'strerror' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
10> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
10>options.c
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\options.c(472)
: warning C4334: '<<' : result of 32-bit shift implicitly converted to 64
bits (was 64-bit shift intended?)
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\options.c(873)
: warning C4996: 'strdup' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
10> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\options.c(1039)
: warning C4996: 'strcpy' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(73) : see declaration of 'strcpy'
10> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>usage.c
10>utils.c
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\utils.c(53)
: warning C4996: 'strdup' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
10> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\utils.c(74)
: warning C4996: 'strcpy' was declared deprecated
10> c:\program files\microsoft visual studio
8\vc\include\string.h(73) : see declaration of 'strcpy'
10> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
10>Generating Code...
10>Compiling manifest to resources...
8>stream_encoder.cpp
10>Linking...
10>LINK : fatal error LNK1104: cannot open file
'..\..\obj\debug\lib\grabbag_static.lib'
10>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\Debug\BuildLog.htm"
10>metaflac - 1 error(s), 19 warning(s)
11>------ Rebuild All started: Project: test_cuesheet, Configuration: Debug
Win32 ------
11>Deleting intermediate and output files for project 'test_cuesheet',
configuration 'Debug|Win32'
11>Compiling...
8>Generating Code...
11>main.c
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(47)
: warning C4996: 'fopen' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
11> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(48)
: warning C4996: 'strerror' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
11> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(66)
: warning C4996: 'sprintf' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\stdio.h(345) : see declaration of 'sprintf'
11> Message: 'This function or variable may be unsafe. Consider using
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(67)
: warning C4996: 'fopen' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
11> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(68)
: warning C4996: 'strerror' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
11> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(79)
: warning C4996: 'fopen' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
11> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(80)
: warning C4996: 'strerror' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
11> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(98)
: warning C4996: 'sprintf' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\stdio.h(345) : see declaration of 'sprintf'
11> Message: 'This function or variable may be unsafe. Consider using
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(99)
: warning C4996: 'fopen' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
11> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
11>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\main.c(100)
: warning C4996: 'strerror' was declared deprecated
11> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
11> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
8>Creating library...
11>Compiling manifest to resources...
11>Linking...
11>LINK : fatal error LNK1104: cannot open file
'..\..\..\obj\debug\lib\grabbag_static.lib'
11>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\cuesheet\Debug\BuildLog.htm"
11>test_cuesheet - 1 error(s), 10 warning(s)
8>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\libFLAC++\Debug_static\BuildLog.htm"
8>libFLAC++_static - 0 error(s), 1 warning(s)
12>------ Rebuild All started: Project: libFLAC++_dynamic, Configuration:
Debug Win32 ------
12>Deleting intermediate and output files for project 'libFLAC++_dynamic',
configuration 'Debug|Win32'
13>------ Rebuild All started: Project: test_picture, Configuration: Debug
Win32 ------
13>Deleting intermediate and output files for project 'test_picture',
configuration 'Debug|Win32'
13>Compiling...
12>Compiling...
13>main.c
12>metadata.cpp
13>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\picture\main.c(73)
: warning C4996: '_snprintf' was declared deprecated
13> c:\program files\microsoft visual studio
8\vc\include\stdio.h(339) : see declaration of '_snprintf'
13> Message: 'This function or variable may be unsafe. Consider using
_snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
12>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\libflac++\metadata.cpp(605)
: warning C4996: 'strdup' was declared deprecated
12> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
12> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
12>stream_decoder.cpp
13>Compiling manifest to resources...
13>Linking...
13>LINK : fatal error LNK1104: cannot open file
'..\..\..\obj\debug\lib\grabbag_static.lib'
13>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_grabbag\picture\Debug\BuildLog.htm"
13>test_picture - 1 error(s), 1 warning(s)
12>stream_encoder.cpp
14>------ Rebuild All started: Project: flac, Configuration: Debug Win32
------
14>Deleting intermediate and output files for project 'flac', configuration
'Debug|Win32'
12>Generating Code...
14>Compiling...
12>Compiling manifest to resources...
12>Linking...
12>LINK : fatal error LNK1104: cannot open file
'..\..\obj\debug\lib\libFLAC.lib'
12>Creating browse information file...
14>analyze.c
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\analyze.c(148)
: warning C4996: 'sprintf' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(345) : see declaration of 'sprintf'
14> Message: 'This function or variable may be unsafe. Consider using
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\analyze.c(213)
: warning C4996: 'fopen' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
14> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\analyze.c(216)
: warning C4996: 'strerror' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
14> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
14>decode.c
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\decode.c(294)
: warning C4996: 'fopen' was declared deprecated
12>Microsoft Browse Information Maintenance Utility Version 8.00.50727
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
12>Copyright (C) Microsoft Corporation. All rights reserved.
14> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\decode.c(295)
: warning C4996: 'strerror' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
14> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\decode.c(313)
: warning C4996: 'unlink' was declared deprecated
14> c:\program files\microsoft visual studio 8\vc\include\io.h(224) :
see declaration of 'unlink'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\decode.c(727)
: warning C4996: 'fopen' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
14> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\decode.c(730)
: warning C4996: 'strerror' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
14> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
14>encode.c
12>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\libFLAC++\Debug_dynamic\BuildLog.htm"
12>libFLAC++_dynamic - 1 error(s), 1 warning(s)
15>------ Rebuild All started: Project: in_flac, Configuration: Debug Win32
------
15>Deleting intermediate and output files for project 'in_flac',
configuration 'Debug|Win32'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\encode.c(1632)
: warning C4996: 'unlink' was declared deprecated
14> c:\program files\microsoft visual studio 8\vc\include\io.h(224) :
see declaration of 'unlink'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\encode.c(1937)
: warning C4996: 'strcat' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(78) : see declaration of 'strcat'
14> Message: 'This function or variable may be unsafe. Consider using
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\encode.c(1938)
: warning C4996: 'strcat' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(78) : see declaration of 'strcat'
14> Message: 'This function or variable may be unsafe. Consider using
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\encode.c(2298)
: warning C4013: 'fseeko' undefined; assuming extern returning int
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\encode.c(2310)
: warning C4013: 'ftello' undefined; assuming extern returning int
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\encode.c(2395)
: warning C4996: 'fopen' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
14> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\encode.c(2396)
: warning C4996: 'strerror' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
14> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
14>main.c
15>Compiling...
15>tagz.cpp
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(292)
: warning C4244: 'function' : conversion from 'time_t' to 'unsigned int',
possible loss of data
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(904)
: warning C4996: 'strcat' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(78) : see declaration of 'strcat'
14> Message: 'This function or variable may be unsafe. Consider using
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(905)
: warning C4996: 'strcat' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(78) : see declaration of 'strcat'
14> Message: 'This function or variable may be unsafe. Consider using
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1532)
: warning C4996: 'fopen' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
14> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1533)
: warning C4996: 'strerror' was declared deprecated
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(57)
: error C2665: 'swprintf' : none of the 2 overloads could convert all the
argument types
14> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(36): could be 'int swprintf(wchar_t *,size_t,const
wchar_t *,...)'
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(85): or 'int swprintf(wchar_t *,const wchar_t
*,...)'
14> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
15> while trying to match the argument list '(T_CHAR [16], const
wchar_t [3], int)'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1540)
: warning C4996: 'stricmp' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _stricmp. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1542)
: warning C4996: 'stricmp' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _stricmp. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1544)
: warning C4996: 'stricmp' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _stricmp. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1546)
: warning C4996: 'stricmp' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _stricmp. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1548)
: warning C4996: 'stricmp' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _stricmp. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1708)
: warning C4996: 'strcpy' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(73) : see declaration of 'strcpy'
14> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1709)
: warning C4996: 'strcat' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(78) : see declaration of 'strcat'
14> Message: 'This function or variable may be unsafe. Consider using
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1765)
: warning C4996: 'unlink' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(290) : see declaration of 'unlink'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1782)
: warning C4996: 'unlink' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(290) : see declaration of 'unlink'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(74)
: error C2440: 'return' : cannot convert from 'wchar_t *' to 'T_CHAR *'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(98)
: error C2664: 'wcsdup' : cannot convert parameter 1 from 'const T_CHAR *'
to 'const wchar_t *'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1818)
: warning C4996: 'stricmp' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _stricmp. See online help for details.'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(118)
: error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1865)
: warning C4996: 'stricmp' was declared deprecated
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14> c:\program files\microsoft visual studio
8\vc\include\string.h(213) : see declaration of 'stricmp'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _stricmp. See online help for details.'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(119)
: error C2664: 'wcsnicmp' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1884)
: warning C4996: 'unlink' was declared deprecated
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(290) : see declaration of 'unlink'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1920)
: warning C4996: 'strcpy' was declared deprecated
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(148)
: error C2664: 'sepcmp' : cannot convert parameter 2 from 'const wchar_t
[4]' to 'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14> c:\program files\microsoft visual studio
8\vc\include\string.h(73) : see declaration of 'strcpy'
14> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1964)
: warning C4996: 'strdup' was declared deprecated
14> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
14>local_string_utils.c
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(183)
: error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(183)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(191)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(191)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(223)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [2]' to
'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(227)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(232)
: error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(243)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14>utils.c
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(255)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [2]' to
'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(259)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(264)
: error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(278)
: error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(278)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(357)
: error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(372)
: error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(386)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(386)
: error C2665: 'swprintf' : none of the 2 overloads could convert all the
argument types
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(36): could be 'int swprintf(wchar_t *,size_t,const
wchar_t *,...)'
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(85): or 'int swprintf(wchar_t *,const wchar_t
*,...)'
15> while trying to match the argument list '(T_CHAR [16], const
wchar_t [7])'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(387)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(387)
: error C2665: 'swprintf' : none of the 2 overloads could convert all the
argument types
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\utils.c(287)
: warning C4996: '_snprintf' was declared deprecated
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(36): could be 'int swprintf(wchar_t *,size_t,const
wchar_t *,...)'
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(339) : see declaration of '_snprintf'
14> Message: 'This function or variable may be unsafe. Consider using
_snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\utils.c(312)
: warning C4996: 'sscanf' was declared deprecated
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(85): or 'int swprintf(wchar_t *,const wchar_t
*,...)'
15> while trying to match the argument list '(T_CHAR [16], T_CHAR
[16])'
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(311) : see declaration of 'sscanf'
14> Message: 'This function or variable may be unsafe. Consider using
sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(399)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
14>vorbiscomment.c
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(399)
: error C2665: 'swprintf' : none of the 2 overloads could convert all the
argument types
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(36): could be 'int swprintf(wchar_t *,size_t,const
wchar_t *,...)'
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(85): or 'int swprintf(wchar_t *,const wchar_t
*,...)'
15> while trying to match the argument list '(T_CHAR [16], const
wchar_t [7])'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(400)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(400)
: error C2665: 'swprintf' : none of the 2 overloads could convert all the
argument types
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(36): could be 'int swprintf(wchar_t *,size_t,const
wchar_t *,...)'
15> c:\program files\microsoft visual studio
8\vc\include\swprintf.inl(85): or 'int swprintf(wchar_t *,const wchar_t
*,...)'
15> while trying to match the argument list '(T_CHAR [16], T_CHAR
[16])'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(445)
: error C2665: 'wcsstr' : none of the 2 overloads could convert all the
argument types
15> c:\program files\microsoft visual studio
8\vc\include\string.h(274): could be 'const wchar_t *wcsstr(const wchar_t
*,const wchar_t *)'
15> c:\program files\microsoft visual studio
8\vc\include\string.h(327): or 'wchar_t *wcsstr(wchar_t *,const wchar_t *)'
15> while trying to match the argument list '(T_CHAR *, T_CHAR *)'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(460)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(463)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(482)
: error C2664: 'wcslen' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(492)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(504)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(507)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(520)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(532)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\vorbiscomment.c(59)
: warning C4996: 'strdup' was declared deprecated
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(536)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
14> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(551)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\vorbiscomment.c(128)
: warning C4996: 'fopen' was declared deprecated
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(555)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
14> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
14>Generating Code...
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(569)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(574)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(586)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(591)
: error C2664: 'wcstol' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(629)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [3]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(630)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(631)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [6]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(632)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [6]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(633)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(634)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(635)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [7]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(636)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [5]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(637)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [5]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(638)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [6]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(639)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [8]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(640)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [9]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(641)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [9]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(642)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [10]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(643)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(643)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(644)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(645)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [7]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(646)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [8]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(647)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [8]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(648)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [7]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(649)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [7]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(650)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(651)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(652)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(653)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(654)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(655)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(656)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(657)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [4]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(658)
: error C2440: 'initializing' : cannot convert from 'const wchar_t [8]' to
'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(676)
: error C2446: ':' : no conversion from 'const wchar_t *' to 'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(750)
: error C2664: 'void T_String::AddString(const T_CHAR *)' : cannot convert
parameter 1 from 'const wchar_t [2]' to 'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(763)
: error C2664: 'FMT::skipshit' : cannot convert parameter 2 from 'const
wchar_t [2]' to 'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(772)
: error C2664: 'FMT::skipshit' : cannot convert parameter 2 from 'const
wchar_t [3]' to 'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(773)
: error C2664: 'FMT::Error' : cannot convert parameter 1 from 'const wchar_t
[15]' to 'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(786)
: error C2664: 'wcsicmp' : cannot convert parameter 1 from 'T_CHAR *' to
'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(795)
: error C2664: 'FMT::Error' : cannot convert parameter 1 from 'const wchar_t
[11]' to 'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(797)
: error C2664: 'void T_String::AddString(const T_CHAR *)' : cannot convert
parameter 1 from 'const wchar_t [9]' to 'const T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(803)
: error C2664: 'FMT::Error' : cannot convert parameter 1 from 'const wchar_t
[19]' to 'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(827)
: error C2664: 'FMT::skipshit' : cannot convert parameter 2 from 'const
wchar_t [2]' to 'T_CHAR *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(862)
: error C2664: 'wcsdup' : cannot convert parameter 1 from 'const T_CHAR *'
to 'const wchar_t *'
15> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
15>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\Debug\BuildLog.htm"
15>in_flac - 87 error(s), 0 warning(s)
14>Compiling manifest to resources...
14>Linking...
14>LINK : fatal error LNK1104: cannot open file
'..\..\obj\debug\lib\grabbag_static.lib'
14>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\Debug\BuildLog.htm"
14>flac - 1 error(s), 38 warning(s)
16>------ Rebuild All started: Project: test_libFLAC, Configuration: Debug
Win32 ------
16>Deleting intermediate and output files for project 'test_libFLAC',
configuration 'Debug|Win32'
16>Compiling...
16>bitbuffer.c
17>------ Rebuild All started: Project: test_libFLAC++, Configuration: Debug
Win32 ------
17>Deleting intermediate and output files for project 'test_libFLAC++',
configuration 'Debug|Win32'
16>decoders.c
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\decoders.c(172)
: warning C4013: 'fseeko' undefined; assuming extern returning int
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\decoders.c(195)
: warning C4013: 'ftello' undefined; assuming extern returning int
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\decoders.c(323)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\decoders.c(325)
: warning C4996: 'strerror' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
16> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\decoders.c(474)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\decoders.c(476)
: warning C4996: 'strerror' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
16> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
16>encoders.c
17>Compiling...
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\encoders.c(278)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\encoders.c(280)
: warning C4996: 'strerror' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
16> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
16>format.c
17>decoders.cpp
16>main.c
16>metadata.c
16>metadata_manip.c
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(110)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(193)
: warning C4996: 'strcpy' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(73) : see declaration of 'strcpy'
16> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(194)
: warning C4996: 'strcat' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(78) : see declaration of 'strcat'
16> Message: 'This function or variable may be unsafe. Consider using
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(196)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(210)
: warning C4996: 'unlink' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(290) : see declaration of 'unlink'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(230)
: warning C4996: 'unlink' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(290) : see declaration of 'unlink'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(262)
: warning C4996: 'chmod' was declared deprecated
16> c:\program files\microsoft visual studio 8\vc\include\io.h(316) :
see declaration of 'chmod'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _chmod. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(285)
: warning C4013: 'fseeko' undefined; assuming extern returning int
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(290)
: warning C4013: 'ftello' undefined; assuming extern returning int
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(323)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(344)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(373)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(549)
: warning C4996: 'strcpy' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(73) : see declaration of 'strcpy'
16> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(1993)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(2014)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_manip.c(2042)
: warning C4996: 'fopen' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
16> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
16>metadata_object.c
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_object.c(488)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_object.c(499)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_object.c(510)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_object.c(2189)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_object.c(2209)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_object.c(2229)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_object.c(2249)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac\metadata_object.c(2269)
: warning C4996: 'strdup' was declared deprecated
16> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
16> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
16>Generating Code...
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\decoders.cpp(237)
: error C3861: 'fseeko': identifier not found
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\decoders.cpp(253)
: error C3861: 'ftello': identifier not found
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\decoders.cpp(321)
: error C3861: 'fseeko': identifier not found
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\decoders.cpp(709)
: error C3861: 'fseeko': identifier not found
17>encoders.cpp
16>Compiling manifest to resources...
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\encoders.cpp(312)
: warning C4996: 'fopen' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
17> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\encoders.cpp(314)
: warning C4996: 'strerror' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
17> Message: 'This function or variable may be unsafe. Consider using
strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE.
See online help for details.'
16>Linking...
16>LINK : fatal error LNK1104: cannot open file
'..\..\obj\debug\lib\grabbag_static.lib'
16>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libFLAC\Debug\BuildLog.htm"
16>test_libFLAC - 1 error(s), 32 warning(s)
17>main.cpp
17>metadata.cpp
17>metadata_manip.cpp
18>------ Rebuild All started: Project: test_seeking, Configuration: Debug
Win32 ------
18>Deleting intermediate and output files for project 'test_seeking',
configuration 'Debug|Win32'
18>Compiling...
18>main.c
18>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_seeking\main.c(369)
: warning C4244: 'function' : conversion from 'time_t' to 'unsigned int',
possible loss of data
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(119)
: warning C4996: 'strdup' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
17> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(209)
: warning C4996: 'strcpy' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\string.h(73) : see declaration of 'strcpy'
17> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(210)
: warning C4996: 'strcat' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\string.h(78) : see declaration of 'strcat'
17> Message: 'This function or variable may be unsafe. Consider using
strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(212)
: warning C4996: 'fopen' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
17> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(226)
: warning C4996: 'unlink' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\stdio.h(290) : see declaration of 'unlink'
17> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(246)
: warning C4996: 'unlink' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\stdio.h(290) : see declaration of 'unlink'
17> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _unlink. See online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(278)
: warning C4996: 'chmod' was declared deprecated
17> c:\program files\microsoft visual studio 8\vc\include\io.h(316) :
see declaration of 'chmod'
17> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _chmod. See online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(301)
: error C3861: 'fseeko': identifier not found
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_manip.cpp(306)
: error C3861: 'ftello': identifier not found
17>metadata_object.cpp
18>Compiling manifest to resources...
18>Linking...
18>LINK : fatal error LNK1104: cannot open file
'..\..\obj\debug\lib\libFLAC_static.lib'
18>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_seeking\Debug\BuildLog.htm"
18>test_seeking - 1 error(s), 1 warning(s)
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_object.cpp(45)
: warning C4996: 'strdup' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
17> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
17>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libflac++\metadata_object.cpp(1697)
: warning C4996: 'strcpy' was declared deprecated
17> c:\program files\microsoft visual studio
8\vc\include\string.h(73) : see declaration of 'strcpy'
17> Message: 'This function or variable may be unsafe. Consider using
strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
17>Generating Code...
19>------ Rebuild All started: Project: test_streams, Configuration: Debug
Win32 ------
19>Deleting intermediate and output files for project 'test_streams',
configuration 'Debug|Win32'
17>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libFLAC++\Debug\BuildLog.htm"
19>Compiling...
17>test_libFLAC++ - 6 error(s), 11 warning(s)
19>main.c
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(190)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(209)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(231)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(252)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(274)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(300)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(324)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(351)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(379)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(406)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
20>------ Rebuild All started: Project: flac_ren, Configuration: Debug Win32
------
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
20>Deleting intermediate and output files for project 'flac_ren',
configuration 'Debug|Win32'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(437)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(464)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(495)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(522)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(548)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(576)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(626)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(696)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(703)
: warning C4996: 'fopen' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
19> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(741)
: warning C4244: 'function' : conversion from 'time_t' to 'unsigned int',
possible loss of data
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(838)
: warning C4996: 'sprintf' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(345) : see declaration of 'sprintf'
19> Message: 'This function or variable may be unsafe. Consider using
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(842)
: warning C4996: 'sprintf' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(345) : see declaration of 'sprintf'
19> Message: 'This function or variable may be unsafe. Consider using
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
19>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\main.c(847)
: warning C4996: 'sprintf' was declared deprecated
19> c:\program files\microsoft visual studio
8\vc\include\stdio.h(345) : see declaration of 'sprintf'
19> Message: 'This function or variable may be unsafe. Consider using
sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
20>Compiling...
19>Compiling manifest to resources...
19>Linking...
19>LINK : .\..\..\obj\debug\bin/test_streams.exe not found or not built by
the last incremental link; performing full link
20>main.c
20>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\monkeys_audio_utilities\flac_ren\main.c(25)
: fatal error C1083: Cannot open include file: 'wtypes.h': No such file or
directory
20>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\monkeys_audio_utilities\flac_ren\Debug\BuildLog.htm"
20>flac_ren - 1 error(s), 0 warning(s)
21>------ Rebuild All started: Project: flac_mac, Configuration: Debug Win32
------
21>Deleting intermediate and output files for project 'flac_mac',
configuration 'Debug|Win32'
21>Compiling...
21>main.c
21>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\monkeys_audio_utilities\flac_mac\main.c(32)
: fatal error C1083: Cannot open include file: 'wtypes.h': No such file or
directory
21>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\monkeys_audio_utilities\flac_mac\Debug\BuildLog.htm"
21>flac_mac - 1 error(s), 0 warning(s)
22>------ Rebuild All started: Project: test_libs_common_static,
Configuration: Debug Win32 ------
22>Deleting intermediate and output files for project
'test_libs_common_static', configuration 'Debug|Win32'
22>Compiling...
22>file_utils_flac.c
22>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libs_common\file_utils_flac.c(83)
: warning C4996: 'fopen' was declared deprecated
22> c:\program files\microsoft visual studio
8\vc\include\stdio.h(234) : see declaration of 'fopen'
22> Message: 'This function or variable may be unsafe. Consider using
fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
22>metadata_utils.c
22>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libs_common\metadata_utils.c(451)
: warning C4996: 'strdup' was declared deprecated
22> c:\program files\microsoft visual studio
8\vc\include\string.h(205) : see declaration of 'strdup'
22> Message: 'The POSIX name for this item is deprecated. Instead,
use the ISO C++ conformant name: _strdup. See online help for details.'
22>Generating Code...
22>Creating library...
22>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_libs_common\Debug_static\BuildLog.htm"
22>test_libs_common_static - 0 error(s), 2 warning(s)
19>Embedding manifest...
19>Build log was saved at
"file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\Debug\BuildLog.htm"
19>test_streams - 0 error(s), 23 warning(s)
23>------ Rebuild All started: Project: all_static, Configuration: Debug
Win32 ------
23>Deleting intermediate and output files for project 'all_static',
configuration 'Debug|Win32'
24>------ Rebuild All started: Project: all_dynamic, Configuration: Debug
Win32 ------
24>Deleting intermediate and output files for project 'all_dynamic',
configuration 'Debug|Win32'
23>all_static - up-to-date
24>all_dynamic : warning PRJ0009 : Build log could not be opened for
writing.
24>Make sure that the file is not open by another process and is not
write-protected.
24>all_dynamic - up-to-date
25>------ Rebuild All started: Project: all, Configuration: Debug Win32
------
25>Deleting intermediate and output files for project 'all', configuration
'Debug|Win32'
25>all - up-to-date
========== Rebuild All: 10 succeeded, 15 failed, 0 skipped ==========
_________________________________________________________________
Ta' på udsalg året rundt på MSN Shopping: http://shopping.msn.dk - her
finder du altid de bedste priser
More information about the Flac-dev
mailing list