User:Mjb/Workspace/AACGain/build failure 5
From Offset
------ Build started: Project: libfaad, Configuration: Debug Win32 ------
Compiling...
cl : Command line error D8016 : '/GL' and '/ZI' command-line options are incompatible
Build log was saved at "file://c:\dev\faad2\libfaad\Debug\BuildLog.htm"
libfaad - 1 error(s), 0 warning(s)
------ Build started: Project: aacgain, Configuration: Debug Win32 ------
Compiling...
syntax.c
c:\dev\faad2\libfaad\bits.h(349) : warning C4244: '-=' : conversion from 'int' to 'int8_t', possible loss of data
c:\dev\aacgain\syntax.c(356) : warning C4244: '+=' : conversion from 'int' to 'uint8_t', possible loss of data
c:\dev\aacgain\syntax.c(972) : warning C4244: '+=' : conversion from 'int' to 'uint16_t', possible loss of data
c:\dev\aacgain\syntax.c(958) : warning C4100: 'hDecoder' : unreferenced formal parameter
c:\dev\aacgain\syntax.c(1053) : warning C4244: '-=' : conversion from 'int' to 'uint16_t', possible loss of data
c:\dev\aacgain\syntax.c(1681) : warning C4244: '+=' : conversion from 'int' to 'uint16_t', possible loss of data
c:\dev\aacgain\syntax.c(1686) : warning C4244: '+=' : conversion from 'int' to 'uint16_t', possible loss of data
c:\dev\aacgain\syntax.c(1718) : warning C4244: '+=' : conversion from 'int' to 'uint8_t', possible loss of data
c:\dev\aacgain\syntax.c(1792) : warning C4244: '+=' : conversion from 'int' to 'int16_t', possible loss of data
c:\dev\aacgain\syntax.c(2048) : warning C4244: '+=' : conversion from 'int' to 'uint16_t', possible loss of data
c:\dev\aacgain\syntax.c(2061) : warning C4244: '+=' : conversion from 'int' to 'uint16_t', possible loss of data
c:\dev\aacgain\syntax.c(2066) : warning C4244: '+=' : conversion from 'int' to 'uint8_t', possible loss of data
c:\dev\aacgain\syntax.c(2113) : warning C4244: '+=' : conversion from 'int' to 'uint16_t', possible loss of data
c:\dev\aacgain\syntax.c(2161) : warning C4244: '+=' : conversion from 'int' to 'uint8_t', possible loss of data
c:\dev\aacgain\syntax.c(2172) : warning C4244: '+=' : conversion from 'int' to 'uint8_t', possible loss of data
Generating Code...
c:\dev\aacgain\syntax.c(1916) : warning C4701: potentially uninitialized local variable 'start_coef_bits' used
c:\dev\aacgain\syntax.c(2117) : warning C4702: unreachable code
Compiling...
MP4MetaFile.cpp
c:\dev\aacgain\mp4metafile.cpp(142) : warning C4996: 'getpid' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\process.h(227) : see declaration of 'getpid'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.'
Generating Code...
Compiling...
decoder.c
c:\dev\faad2\libfaad\bits.h(349) : warning C4244: '-=' : conversion from 'int' to 'int8_t', possible loss of data
Generating Code...
Compiling...
aacgain.cpp
c:\dev\mpeg4ip\lib\mp4v2\mp4util.h(136) : warning C4996: '_vsnprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_vsnprintf'
Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\dev\mpeg4ip\lib\mp4v2\mp4util.h(153) : warning C4996: '_vsnprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_vsnprintf'
Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\dev\mpeg4ip\lib\mp4v2\mp4util.h(190) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mpeg4ip\lib\mp4v2\mp4util.h(197) : warning C4996: 'wcscpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(250) : see declaration of 'wcscpy'
Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\dev\aacgain\aacgain.cpp(234) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
c:\dev\aacgain\aacgain.cpp(243) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
c:\dev\aacgain\aacgain.cpp(318) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
c:\dev\aacgain\aacgain.cpp(553) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\aacgain\aacgain.cpp(572) : warning C4996: 'sscanf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
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.'
c:\dev\aacgain\aacgain.cpp(587) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\aacgain\aacgain.cpp(606) : warning C4996: 'sscanf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
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.'
Generating Code...
Creating library...
Build log was saved at "file://c:\dev\aacgain\Debug\BuildLog.htm"
aacgain - 0 error(s), 30 warning(s)
------ Build started: Project: mp3gain, Configuration: Debug Win32 ------
Compiling...
tabinit.c
rg_error.c
mp3gain.c
c:\dev\mp3gain\mp3gain.c(341) : warning C4996: 'strcat' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
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.'
c:\dev\mp3gain\mp3gain.c(489) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
c:\dev\mp3gain\mp3gain.c(600) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\mp3gain.c(738) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mp3gain\mp3gain.c(742) : warning C4996: 'strcat' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
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.'
c:\dev\mp3gain\mp3gain.c(750) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
c:\dev\mp3gain\mp3gain.c(753) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
c:\dev\mp3gain\mp3gain.c(766) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
c:\dev\mp3gain\mp3gain.c(2037) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
layer3.c
interface.c
gain_analysis.c
decode_i386.c
dct64_i386.c
common.c
apetag.c
c:\dev\mp3gain\apetag.c(313) : warning C4996: '_open' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\io.h(249) : see declaration of '_open'
Message: 'This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\dev\mp3gain\apetag.c(415) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
c:\dev\mp3gain\apetag.c(560) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mp3gain\apetag.c(562) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(565) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(575) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mp3gain\apetag.c(577) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(580) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(590) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mp3gain\apetag.c(592) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(595) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(611) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mp3gain\apetag.c(613) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(625) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mp3gain\apetag.c(627) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(637) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mp3gain\apetag.c(639) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(651) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
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.'
c:\dev\mp3gain\apetag.c(653) : warning C4996: 'sprintf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
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.'
c:\dev\mp3gain\apetag.c(659) : warning C4996: 'fopen' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
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.'
Generating Code...
Compiling resources...
Linking...
LINK : fatal error LNK1104: cannot open file '..\faad2\libfaad\debug\libfaad.lib'
Build log was saved at "file://c:\dev\mp3gain\Debug\BuildLog.htm"
mp3gain - 1 error(s), 29 warning(s)
========== Build: 1 succeeded, 2 failed, 2 up-to-date, 0 skipped ==========