Build Log |
|
Command Lines |
Creating temporary file "e:\my_research\01-opensource\lua-5.2.3.tar\vs7\luac\Debug\RSP0000096666869168.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Yu"stdafx.h" /Fp"Debug\luac.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TC "..\lua\src\luac\print.c" "..\lua\src\luac\luac.c" ] Creating command line "cl.exe @"e:\my_research\01-opensource\lua-5.2.3.tar\vs7\luac\Debug\RSP0000096666869168.rsp" /nologo /errorReport:prompt" |
Output Window |
Compiling... cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release luac.c e:\my_research\01-opensource\lua-5.2.3.tar\vs7\lua\src\luac\luac.c(433) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source? print.c c1 : fatal error C1083: Cannot open source file: '..\lua\src\luac\print.c': No such file or directory Generating Code... |
Results |
Build log was saved at "file://e:\my_research\01-opensource\lua-5.2.3.tar\vs7\luac\Debug\BuildLog.htm" luac - 2 error(s), 1 warning(s) |