Advertisement
Guest User

LUNI Server - Error In Build - CDFalcon Version

a guest
Jul 24th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. 1>------ Build started: Project: RakNet, Configuration: Debug Win32 ------
  2. 1> TCPInterface.cpp
  3. 1>c:\users\alan\desktop\programas\luniserver\luni-unstable-dev\source\raknet\tcpinterface.cpp(198): error C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
  4. 1> c:\program files (x86)\windows kits\8.1\include\um\winsock2.h(1850) : see declaration of 'inet_addr'
  5. 1> SocketLayer.cpp
  6. 1>c:\users\alan\desktop\programas\luniserver\luni-unstable-dev\source\raknet\socketlayer.cpp(283): error C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
  7. 1> c:\program files (x86)\windows kits\8.1\include\um\winsock2.h(1850) : see declaration of 'inet_addr'
  8. 1> RakPeer.cpp
  9. 1>c:\users\alan\desktop\programas\luniserver\luni-unstable-dev\source\raknet\rakpeer.cpp(374): error C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
  10. 1> c:\program files (x86)\windows kits\8.1\include\um\winsock2.h(1850) : see declaration of 'inet_addr'
  11. 1> -- RakNet: _RAKNET_THREADSAFE not defined. Do NOT use multiple threads on the same instance of RakPeer (Fast!). --
  12. 1> -- RakNet: Using WaitForSingleObject. Comment out USE_WAIT_FOR_MULTIPLE_EVENTS in RakNetDefines.h if you want to use Sleep instead. --
  13. 1> RakNetTypes.cpp
  14. 1>c:\users\alan\desktop\programas\luniserver\luni-unstable-dev\source\raknet\raknettypes.cpp(86): error C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
  15. 1> c:\program files (x86)\windows kits\8.1\include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
  16. 1> CommandParserInterface.cpp
  17. 1>c:\users\alan\desktop\programas\luniserver\luni-unstable-dev\source\raknet\commandparserinterface.cpp(151): error C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
  18. 1> c:\program files (x86)\windows kits\8.1\include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
  19. 1> Generating Code...
  20. 2>------ Build started: Project: LUNI Server, Configuration: Debug Win32 ------
  21. 2> SUtil.lib(Exceptions.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
  22. 2>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
  23. 2>AuthLoop.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:LBR' specification
  24. 2>SUtil.lib(Exceptions.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in AuthLoop.obj
  25. 2>SUtil.lib(Exceptions.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in AuthLoop.obj
  26. 2>SUtil.lib(IniReader.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in AuthLoop.obj
  27. 2>SUtil.lib(IniReader.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in AuthLoop.obj
  28. 2>RakNet.lib(BitStream.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in AuthLoop.obj
  29. 2>RakNet.lib(BitStream.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in AuthLoop.obj
  30. 2>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
  31. 2>C:\Users\ALAN\Desktop\Programas\luniserver\LUNI-Unstable-Dev\Source\Debug\LUNI Server.exe : fatal error LNK1319: 6 mismatches detected
  32. ========== Build: 0 succeeded, 2 failed, 1 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement