visual c++ toolkit 2005 errors

These are old archives. They are kept for historic purposes only.
Post Reply
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

visual c++ toolkit 2005 errors

Post by sdamon »

Code: Select all

C:\dev\Unreal3.2>nmake -f makefile.win32 USE_ZIPLINKS=1 ZLIB_INC_DIR="c:\dev\zli
b" ZLIB_LIB_DIR="c:\dev\zlib\dll32" USE_SSL=1 OPENSSL_INC_DIR="c:\dev\openssl\in
clude" OPENSSL_LIB_DIR="c:\dev\openssl\lib" USE_REMOTEINC=1 LIBCURL_INC_DIR="c:\
dev\curl-ssl\include" LIBCURL_LIB_DIR="c:\dev\curl-ssl\lib\Release"

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl src/win32/config.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

config.c
src/win32/config.c(5) : 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.'
src/win32/config.c(32) : 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 hel
p for details.'
src/win32/config.c(37) : 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.'
src/win32/config.c(53) : 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.'
src/win32/config.c(56) : 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.'
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:config.exe
config.obj
        cl /MD /Zi /I "c:\dev\curl-ssl\include" /I "c:\dev\zlib" /I "c:\dev\open
ssl\include" /J /I ./INCLUDE /I ./INCLUDE/WIN32/ARES /Fosrc/ /nologo  /D ZIP_LIN
KS /D ZLIB_DLL /D USE_LIBCURL /D FD_SETSIZE=16384 /D USE_SSL  /D NOSPOOF=1 /c /D
 _CRT_SECURE_NO_DEPRECATE /D _USE_32BIT_TIME_T src/version.c
version.c
        rc /l 0x409 /fosrc/win32/win32.res /i ./include /i ./src  /d NDEBUG src/
win32/win32gui.rc
        link kernel32.lib user32.lib gdi32.lib shell32.lib ws2_32.lib advapi32.l
ib  dbghelp.lib oldnames.lib comctl32.lib comdlg32.lib /LIBPATH:"c:\dev\zlib\dll
32" zlibwapi.lib  /LIBPATH:"c:\dev\openssl\lib" ssleay32.lib libeay32.lib /LIBPA
TH:"c:\dev\curl-ssl\lib\Release" libcurl.lib /def:wircd.def /implib:wircd.lib  /
nologo /debug /out:WIRCD.EXE SRC/CHANNEL.OBJ SRC/SEND.OBJ SRC/SOCKET.OBJ  SRC/S_
CONF.OBJ SRC/FDLIST.OBJ SRC/DBUF.OBJ   SRC/CLOAK.OBJ SRC/HASH.OBJ SRC/PARSE.OBJ
SRC/IRCD.OBJ  SRC/S_NUMERIC.OBJ SRC/WHOWAS.OBJ  SRC/S_AUTH.OBJ  SRC/HELP.OBJ SRC
/S_MISC.OBJ SRC/MATCH.OBJ SRC/CRULE.OBJ  SRC/S_DEBUG.OBJ  SRC/SUPPORT.OBJ SRC/LI
ST.OBJ  SRC/S_ERR.OBJ SRC/PACKET.OBJ SRC/S_BSD.OBJ  SRC/S_SERV.OBJ SRC/S_USER.OB
J SRC/CHARSYS.OBJ  SRC/VERSION.OBJ SRC/S_KLINE.OBJ SRC/S_EXTRA.OBJ SRC/IRCSPRINT
F.OBJ SRC/LUSERS.OBJ  SRC/SCACHE.OBJ SRC/ALN.OBJ SRC/RES.OBJ SRC/MODULES.OBJ  SR
C/S_SVS.OBJ SRC/EVENTS.OBJ SRC/UMODES.OBJ SRC/AUTH.OBJ SRC/CIDR.OBJ SRC/SSL.OBJ
 SRC/RANDOM.OBJ SRC/EXTCMODES.OBJ SRC/MD5.OBJ SRC/API-ISUPPORT.OBJ SRC/API-COMMA
ND.OBJ  SRC/EXTBANS.OBJ SRC/TIMESYNCH.OBJ SRC/ZIP.OBJ SRC/URL.OBJ SRC/GUI.OBJ SR
C/SERVICE.OBJ SRC/DEBUG.OBJ SRC/RTF.OBJ  SRC/EDITOR.OBJ SRC/WIN32.OBJ SRC/win32/
WIN32.RES SRC/WIN32/TRE.LIB SRC/WIN32/ARESLIB.LIB /MAPINFO:LINES /MAP
LINK : warning LNK4224: /MAPINFO:LINES is no longer supported;  ignored
Standard version built

C:\dev\Unreal3.2>
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

Post by sdamon »

...I may have done somthing compleatly stupid...going to retry and update.
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

Post by sdamon »

yup. I R STUPID!

ok, thats the error that happens when you compile, hit a lib error, then attempt to compile over it repeatedly, while THINKING you are working on a fresh copy beacuse you deleted the directory and expanded the archive on the wrong drive.
Post Reply