Build Log
  

Build started: Project: pp2, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\BAT00007353641924.bat" with contents
[
@echo off

PATH "\GnuWin32\bin";%PATH% && bison.exe -dvty parser.y

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "bison -dvty parser.y"

exit 1

:VCEnd
]
Creating command line "c:\Users\Keith\Desktop\pp2\pp2\Debug\BAT00007353641924.bat"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\BAT00007453641924.bat" with contents
[
@echo off

"C:\Program Files\GnuWin32\bin\flex" -d -Sflex.skl scanner.l



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "flex -d scanner.l"

exit 1

:VCEnd
]
Creating command line "c:\Users\Keith\Desktop\pp2\pp2\Debug\BAT00007453641924.bat"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007553641924.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\windows.cc

.\utility.cc

.\main.cc

.\lex.yy.c

.\errors.cc

.\ast_type.cc

.\ast_stmt.cc

.\ast_expr.cc

.\ast_decl.cc

.\ast.cc
]
Creating command line "cl.exe @c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007553641924.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007653641924.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\y.tab.c
]
Creating command line "cl.exe @c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007653641924.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\TMP00007753641924.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\pp2.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\pp2.exe.embed.manifest.res" c:\Users\Keith\Desktop\pp2\pp2\Debug\TMP00007753641924.tmp"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007853641924.rsp" with contents
[
/OUT:"C:\Users\Keith\Desktop\pp2\Debug\pp2.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\pp2.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\Keith\Desktop\pp2\Debug\pp2.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\ast.obj"

".\Debug\ast_decl.obj"

".\Debug\ast_expr.obj"

".\Debug\ast_stmt.obj"

".\Debug\ast_type.obj"

".\Debug\errors.obj"

".\Debug\lex.yy.obj"

".\Debug\main.obj"

".\Debug\utility.obj"

".\Debug\windows.obj"

".\Debug\y.tab.obj"

".\Debug\pp2.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007853641924.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007953641924.rsp" with contents
[
/out:.\Debug\pp2.exe.embed.manifest /notify_update /manifest

.\Debug\pp2.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007953641924.rsp /nologo"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\BAT00007A53641924.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\Users\Keith\Desktop\pp2\pp2\Debug\BAT00007A53641924.bat"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\TMP00007B53641924.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\pp2.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\pp2.exe.embed.manifest.res" c:\Users\Keith\Desktop\pp2\pp2\Debug\TMP00007B53641924.tmp"
Creating temporary file "c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007C53641924.rsp" with contents
[
/OUT:"C:\Users\Keith\Desktop\pp2\Debug\pp2.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\pp2.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Keith\Desktop\pp2\Debug\pp2.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\ast.obj"

".\Debug\ast_decl.obj"

".\Debug\ast_expr.obj"

".\Debug\ast_stmt.obj"

".\Debug\ast_type.obj"

".\Debug\errors.obj"

".\Debug\lex.yy.obj"

".\Debug\main.obj"

".\Debug\utility.obj"

".\Debug\windows.obj"

".\Debug\y.tab.obj"

".\Debug\pp2.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\Users\Keith\Desktop\pp2\pp2\Debug\RSP00007C53641924.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
bison -dvty parser.y
flex -d scanner.l
Compiling...
ast.cc
c:\users\keith\desktop\pp2\pp2\ast.cc(42) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(207) : see declaration of 'strdup'
ast_decl.cc
ast_expr.cc
c:\users\keith\desktop\pp2\pp2\ast_expr.cc(35) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(207) : see declaration of 'strdup'
c:\users\keith\desktop\pp2\pp2\ast_expr.cc(43) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
ast_stmt.cc
ast_type.cc
c:\users\keith\desktop\pp2\pp2\ast_type.cc(28) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(207) : see declaration of 'strdup'
errors.cc
c:\users\keith\desktop\pp2\pp2\errors.cc(45) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'vsprintf'
lex.yy.c
main.cc
utility.cc
c:\users\keith\desktop\pp2\pp2\utility.cc(21) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'vsprintf'
c:\users\keith\desktop\pp2\pp2\utility.cc(56) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'vsprintf'
windows.cc
Generating Code...
Compiling...
y.tab.c
c:\users\keith\desktop\pp2\pp2\y.tab.c(763) : warning C4065: switch statement contains 'default' but no 'case' labels
c:\users\keith\desktop\pp2\pp2\y.tab.c(1135) : warning C4065: switch statement contains 'default' but no 'case' labels
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : C:\Users\Keith\Desktop\pp2\Debug\pp2.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://c:\Users\Keith\Desktop\pp2\pp2\Debug\BuildLog.htm"
pp2 - 0 error(s), 9 warning(s)