Build Log
  

Build started: Project: ref_gl, Configuration: Debug Alpha|Win32

Command Lines
  
Creating temporary file "c:\quake2\quake2-3.21\ref_gl\DebugAxp\RSP00000221842200.rsp" with contents
[
/Od /I "C:\Program Files\Microsoft DirectX SDK (November 2008)\Include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "C_ONLY" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /FD /EHsc /MTd /Fp".\DebugAxp/ref_gl.pch" /Fo".\DebugAxp/" /Fd".\DebugAxp/" /W3 /c /Zi /TC  /QA21164 /MTd /QAieee1 

"..\win32\qgl_win.c"

"..\win32\q_shwin.c"

"..\game\q_shared.c"

"..\win32\glw_imp.c"

".\gl_warp.c"

".\gl_rsurf.c"

".\gl_rmisc.c"

".\gl_rmain.c"

".\gl_model.c"

".\gl_mesh.c"

".\gl_light.c"

".\gl_image.c"

".\gl_draw.c"
]
Creating command line "cl.exe @"c:\quake2\quake2-3.21\ref_gl\DebugAxp\RSP00000221842200.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\quake2\quake2-3.21\ref_gl\DebugAxp\RSP00000421842200.rsp" with contents
[
/OUT:".\..\DebugAxp/ref_gl.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:".\DebugAxp\ref_gl.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:".\ref_gl.def" /DEBUG /PDB:".\..\DebugAxp/ref_gl.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /IMPLIB:".\..\DebugAxp/ref_gl.lib" opengl32.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\DebugAxp\gl_draw.obj"

".\DebugAxp\gl_image.obj"

".\DebugAxp\gl_light.obj"

".\DebugAxp\gl_mesh.obj"

".\DebugAxp\gl_model.obj"

".\DebugAxp\gl_rmain.obj"

".\DebugAxp\gl_rmisc.obj"

".\DebugAxp\gl_rsurf.obj"

".\DebugAxp\gl_warp.obj"

".\DebugAxp\glw_imp.obj"

".\DebugAxp\q_shared.obj"

".\DebugAxp\q_shwin.obj"

".\DebugAxp\qgl_win.obj"

".\DebugAxp\ref_gl.dll.embed.manifest.res"
]
Creating command line "link.exe @"c:\quake2\quake2-3.21\ref_gl\DebugAxp\RSP00000421842200.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
cl : Command line warning D9002 : ignoring unknown option '/QA21164'
cl : Command line warning D9002 : ignoring unknown option '/QAieee1'
qgl_win.c
..\win32\qgl_win.c(3041) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
..\win32\qgl_win.c(3043) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
..\win32\qgl_win.c(3438) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_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\time.inl(114) : see declaration of 'localtime'
..\win32\qgl_win.c(3440) : warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_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\time.h(164) : see declaration of 'asctime'
..\win32\qgl_win.c(3443) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen'
..\win32\qgl_win.c(3445) : warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_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\time.h(164) : see declaration of 'asctime'
q_shwin.c
q_shared.c
..\game\q_shared.c(876) : 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'
..\game\q_shared.c(897) : 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'
..\game\q_shared.c(923) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_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(79) : see declaration of 'strcat'
..\game\q_shared.c(1056) : 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'
..\game\q_shared.c(1231) : 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'
..\game\q_shared.c(1235) : 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'
..\game\q_shared.c(1335) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
glw_imp.c
..\win32\glw_imp.c(51) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
..\win32\glw_imp.c(52) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
..\win32\glw_imp.c(594) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
gl_warp.c
.\gl_warp.c(631) : 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'
gl_rsurf.c
gl_rmisc.c
.\gl_rmisc.c(107) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen'
.\gl_rmisc.c(176) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_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(79) : see declaration of 'strcat'
.\gl_rmisc.c(177) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_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(79) : see declaration of 'strcat'
.\gl_rmisc.c(173) : warning C4101: 'f' : unreferenced local variable
.\gl_rmisc.c(221) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
.\gl_rmisc.c(228) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen'
.\gl_rmisc.c(260) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen'
gl_rmain.c
.\gl_rmain.c(1191) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
.\gl_rmain.c(1192) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\gl_rmain.c(1194) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
.\gl_rmain.c(1195) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\gl_rmain.c(1501) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
.\gl_rmain.c(1503) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
.\gl_rmain.c(1733) : warning C4133: '=' : incompatible types - from 'int (__cdecl *)(void *,void *)' to 'qboolean (__cdecl *)(void *,void *)'
.\gl_rmain.c(1756) : 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'
.\gl_rmain.c(1768) : 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'
gl_model.c
.\gl_model.c(222) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
gl_mesh.c
gl_light.c
gl_image.c
.\gl_image.c(1268) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
gl_draw.c
Generating Code...
c:\quake2\quake2-3.21\ref_gl\gl_image.c(1237) : warning C4715: 'GL_Upload8' : not all control paths return a value
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1422) : warning C4715: 'R_Init' : not all control paths return a value
Linking...
LINK : .\..\DebugAxp/ref_gl.dll not found or not built by the last incremental link; performing full link
   Creating library .\..\DebugAxp/ref_gl.lib and object .\..\DebugAxp/ref_gl.exp
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_destroy_write_struct referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_free referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_write_png referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_set_rows referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_init_io referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_malloc referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_set_IHDR referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_set_longjmp_fn referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_create_info_struct referenced in function _GL_FCS_SaveAsPNG
gl_rmisc.obj : error LNK2019: unresolved external symbol _png_create_write_struct referenced in function _GL_FCS_SaveAsPNG
.\..\DebugAxp/ref_gl.dll : fatal error LNK1120: 10 unresolved externals
Results
  
Build log was saved at "file://c:\quake2\quake2-3.21\ref_gl\DebugAxp\BuildLog.htm"
ref_gl - 11 error(s), 39 warning(s)