| | 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
|