Jump to content
  • 0

Compiling Errors


fightthefallen

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  01/22/15
  • Last Seen:  

Hi guys! It's been a few years, at the very least, since I have messed with private servers.  I do not believe I've ever run into this issue.

When I try to compile any of the vcproj's i get these errors here

Spoiler

1>------ Build started: Project: char-server, Configuration: Debug Win32 ------
2>------ Build started: Project: login-server, Configuration: Debug Win32 ------
3>------ Build started: Project: map-server, Configuration: Debug Win32 ------
4>------ Build started: Project: mapcache, Configuration: Debug Win32 ------
3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86\CL.exe /c /I..\3rdparty\mysql\include /I..\3rdparty\zlib\include /I..\3rdparty\pcre\include /I..\3rdparty\msinttypes\include /I..\3rdparty\mt19937ar /I..\3rdparty\libconfig /ZI /nologo /W3 /WX- /diagnostics:classic /MP /Od /Oy- /D WIN32 /D _WIN32 /D __WIN32 /D _DEBUG /D PCRE_SUPPORT /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D FD_SETSIZE=4096 /D LIBCONFIG_STATIC /D YY_USE_CONST /D _WINSOCK_DEPRECATED_NO_WARNINGS /D _MBCS /Gm- /RTC1 /MTd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"map-server\Debug\\" /Fd"map-server\Debug\vc141.pdb" /Gd /TC /wd4018 /wd4100 /wd4800 /analyze- /errorReport:prompt ..\3rdparty\libconfig\grammar.c ..\3rdparty\libconfig\libconfig.c ..\3rdparty\libconfig\scanctx.c ..\3rdparty\libconfig\scanner.c ..\3rdparty\libconfig\strbuf.c ..\3rdparty\mt19937ar\mt19937ar.c ..\src\common\conf.c ..\src\common\core.c ..\src\common\db.c ..\src\common\des.c ..\src\common\ers.c ..\src\common\grfio.c ..\src\common\malloc.c ..\src\common\mapindex.c ..\src\common\md5calc.c ..\src\common\mempool.c ..\src\common\mutex.c ..\src\common\nullpo.c ..\src\common\raconf.c ..\src\common\random.c ..\src\common\showmsg.c ..\src\common\socket.c ..\src\common\sql.c ..\src\common\strlib.c ..\src\common\thread.c ..\src\common\timer.c ..\src\common\utils.c ..\src\common\cli.c ..\src\common\msg_conf.c ..\src\map\atcommand.c ..\src\map\battle.c ..\src\map\battleground.c ..\src\map\buyingstore.c ..\src\map\cashshop.c ..\src\map\channel.c ..\src\map\chat.c ..\src\map\chrif.c ..\src\map\clan.c ..\src\map\clif.c ..\src\map\date.c ..\src\map\duel.c ..\src\map\elemental.c ..\src\map\guild.c ..\src\map\intif.c ..\src\map\itemdb.c ..\src\map\log.c ..\src\map\mail.c ..\src\map\map.c ..\src\map\mapreg.c ..\src\map\homunculus.c ..\src\map\instance.c ..\src\map\mercenary.c ..\src\map\mob.c ..\src\map\npc.c ..\src\map\npc_chat.c ..\src\map\party.c ..\src\map\path.c ..\src\map\pc.c ..\src\map\pc_groups.c ..\src\map\pet.c ..\src\map\quest.c ..\src\map\script.c ..\src\map\searchstore.c ..\src\map\skill.c ..\src\map\status.c ..\src\map\storage.c ..\src\map\trade.c ..\src\map\unit.c ..\src\map\vending.c
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86\CL.exe /c /I..\3rdparty\libconfig /I..\3rdparty\mysql\include /I..\3rdparty\msinttypes\include /I..\3rdparty\mt19937ar /ZI /nologo /W3 /WX- /diagnostics:classic /MP /Od /Oy- /D WIN32 /D _WIN32 /D __WIN32 /D _DEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D FD_SETSIZE=4096 /D WITH_SQL /D LIBCONFIG_STATIC /D YY_USE_CONST /D _WINSOCK_DEPRECATED_NO_WARNINGS /D _VC80_UPGRADE=0x0710 /D _MBCS /Gm- /RTC1 /MTd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"login-server\Debug\\" /Fd"login-server\Debug\vc141.pdb" /Gd /TC /wd4100 /wd4800 /analyze- /errorReport:prompt ..\3rdparty\libconfig\grammar.c ..\3rdparty\libconfig\libconfig.c ..\3rdparty\libconfig\scanctx.c ..\3rdparty\libconfig\scanner.c ..\3rdparty\libconfig\strbuf.c ..\3rdparty\mt19937ar\mt19937ar.c ..\src\common\mempool.c ..\src\common\mutex.c ..\src\common\raconf.c ..\src\common\thread.c ..\src\common\core.c ..\src\common\conf.c ..\src\common\db.c ..\src\common\ers.c ..\src\common\malloc.c ..\src\common\md5calc.c ..\src\common\nullpo.c ..\src\common\random.c ..\src\common\showmsg.c ..\src\common\socket.c ..\src\common\sql.c ..\src\common\strlib.c ..\src\common\timer.c ..\src\common\utils.c ..\src\common\cli.c ..\src\common\msg_conf.c ..\src\login\account.c ..\src\login\ipban.c ..\src\login\login.c ..\src\login\loginchrif.c ..\src\login\loginclif.c ..\src\login\logincnslif.c ..\src\login\loginlog.c
4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86\CL.exe /c /I..\3rdparty\libconfig /I..\3rdparty\zlib\include /I..\3rdparty\msinttypes\include /ZI /nologo /W3 /WX- /diagnostics:classic /MP /Od /Oy- /D WIN32 /D _WIN32 /D __WIN32 /D _DEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D MINICORE /D LIBCONFIG_STATIC /D YY_USE_CONST /D _MBCS /Gm- /RTC1 /MTd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"mapcache\Debug\\" /Fd"mapcache\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:prompt ..\src\common\core.c ..\src\common\des.c ..\src\common\grfio.c ..\src\common\malloc.c ..\src\common\showmsg.c ..\src\common\strlib.c ..\src\common\utils.c ..\src\tool\mapcache.c
1>grammar.c
1>libconfig.c
1>scanctx.c
1>scanner.c
1>grammar.y(33): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file ..\3rdparty\libconfig\grammar.c)
1>strbuf.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\3rdparty\libconfig\libconfig.c)
1>scanner.c(20): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\3rdparty\libconfig\scanner.c)
1>mt19937ar.c
1>core.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\3rdparty\libconfig\scanctx.c)
1>conf.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\strbuf.h(26): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file ..\3rdparty\libconfig\strbuf.c)
1>db.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\mt19937ar\mt19937ar.c(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>ers.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\core.c)
1>malloc.c
4>core.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\conf.c)
4>des.c
4>grfio.c
4>malloc.c
4>showmsg.c
4>strlib.c
4>utils.c
4>mapcache.c
4>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\utils.c)
4>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\tool\mapcache.c(4): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
4>Done building project "mapcache.vcxproj" -- FAILED.
1>mapindex.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\db.c)
1>mempool.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\ers.c)
1>mutex.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\malloc.c)
1>nullpo.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\mempool.c(13): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>raconf.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\mapindex.c)
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\winapi.h(28): fatal error C1083: Cannot open include file: 'io.h': No such file or directory (compiling source file ..\src\common\mutex.c)
1>random.c
1>showmsg.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\nullpo.c(4): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>socket.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\raconf.c(13): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>sql.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\src\common\random.c)
1>strlib.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\showmsg.c)
1>thread.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\socket.c)
1>timer.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\sql.c)
1>utils.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\strlib.c)
1>cli.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\winapi.h(28): fatal error C1083: Cannot open include file: 'io.h': No such file or directory (compiling source file ..\src\common\thread.c)
1>msg_conf.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\timer.c)
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\utils.c)
1>char.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\cli.c(10): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>char_clif.c
1>char_cnslif.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\msg_conf.c(1): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>char_logif.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\char\char.c(4): fatal error C1083: Cannot open include file: 'time.h': No such file or directory
2>grammar.c
2>libconfig.c
2>scanctx.c
2>scanner.c
2>strbuf.c
2>mt19937ar.c
2>mempool.c
2>mutex.c
2>raconf.c
2>thread.c
2>core.c
2>conf.c
2>db.c
2>ers.c
2>malloc.c
2>md5calc.c
2>nullpo.c
2>random.c
2>showmsg.c
2>socket.c
2>sql.c
2>strlib.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\socket.c)
2>timer.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\sql.c)
2>utils.c
2>cli.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\strlib.c)
2>msg_conf.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\cli.c(10): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\timer.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\utils.c)
2>account.c
2>ipban.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\msg_conf.c(1): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
2>login.c
2>loginchrif.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\account.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\ipban.c)
2>loginclif.c
2>logincnslif.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\login.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\loginchrif.c)
2>loginlog.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\loginclif.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\logincnslif.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\loginlog.c)
2>Done building project "login-server.vcxproj" -- FAILED.
1>char_mapif.c
1>int_auction.c
1>int_clan.c
1>int_elemental.c
1>int_guild.c
1>int_homun.c
1>int_mail.c
1>int_mercenary.c
1>int_party.c
1>int_pet.c
1>int_quest.c
1>int_storage.c
1>inter.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\char\int_storage.c)
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\char\inter.c)
1>Done building project "char-server.vcxproj" -- FAILED.
3>grammar.c
3>libconfig.c
3>scanctx.c
3>scanner.c
3>grammar.y(33): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file ..\3rdparty\libconfig\grammar.c)
3>strbuf.c
3>mt19937ar.c
3>conf.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\3rdparty\libconfig\scanctx.c)
3>core.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\mt19937ar\mt19937ar.c(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>db.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\strbuf.h(26): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file ..\3rdparty\libconfig\strbuf.c)
3>des.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\conf.c)
3>ers.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\core.c)
3>grfio.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\db.c)
3>malloc.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\des.c)
3>mapindex.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\ers.c)
3>md5calc.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\grfio.c)
3>mempool.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\malloc.c)
3>mutex.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\mapindex.c)
3>nullpo.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\mempool.c(13): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\md5calc.c)
3>raconf.c
3>random.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\winapi.h(28): fatal error C1083: Cannot open include file: 'io.h': No such file or directory (compiling source file ..\src\common\mutex.c)
3>showmsg.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\nullpo.c(4): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>socket.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\raconf.c(13): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\src\common\random.c)
3>sql.c
3>strlib.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\showmsg.c)
3>thread.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\socket.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\sql.c)
3>timer.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\strlib.c)
3>utils.c
3>cli.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\winapi.h(28): fatal error C1083: Cannot open include file: 'io.h': No such file or directory (compiling source file ..\src\common\thread.c)
3>msg_conf.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\cli.c(10): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>atcommand.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\timer.c)
3>battle.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\utils.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\msg_conf.c(1): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>battleground.c
3>buyingstore.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\atcommand.c)
3>cashshop.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\battle.c)
3>channel.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\battleground.c)
3>chat.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\buyingstore.c)
3>chrif.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\cashshop.c)
3>clan.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\channel.c)
3>clif.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\chat.c)
3>date.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\chrif.c)
3>duel.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\clan.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\clif.c)
3>elemental.c
3>guild.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\date.c)
3>intif.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\duel.c)
3>itemdb.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\elemental.c)
3>log.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\guild.c)
3>mail.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\src\map\intif.c)
3>map.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\itemdb.c)
3>mapreg.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\log.c)
3>homunculus.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\map.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\mail.c)
3>instance.c
3>mercenary.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\homunculus.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\mapreg.c)
3>mob.c
3>npc.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\mercenary.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\instance.c)
3>npc_chat.c
3>party.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\mob.c)
3>path.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\npc.c)
3>pc.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\party.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\npc_chat.c)
3>pc_groups.c
3>pet.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\path.c)
3>quest.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\pc.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\pc_groups.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\pet.c)
3>script.c
3>searchstore.c
3>skill.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\pcre\include\pcre.h(90): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory (compiling source file ..\src\map\script.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\quest.c)
3>status.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\skill.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\searchstore.c)
3>storage.c
3>trade.c
3>unit.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\trade.c)
3>vending.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\src\map\unit.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\status.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\storage.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\vending.c)
3>Done building project "map-server.vcxproj" -- FAILED.
========== Build: 0 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========

Any help would be much appreciated ^^ 

If I need to move this post or if I put the errors in the wrong kind of box, please let me know. I have been out of the forums for quite a while lol

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

What vcproj did you use? Okay my bad, so it seems that the rAthena github only contains up to 2015(?) vcproj right? In my experience, the vcproj would only work if the Visual Studio is 1 year apart from the vcproj (If you're using 2015, use the vcproj-14 -- in my experience, using the vcproj-15 on a VS 2015 would also result to the same error you have posted). So if you're using a 2017 Visual studio try rAthena-16 (As to this, I am not sure if there is rAthena-16 vcproj.) or try a lower version of Microsoft Visual, probably 2015 then use rAthena-14 vcproj (What I am using right now.). Hope that helps.

Edited by Freya
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

4 hours ago, fightthefallen said:

Hi guys! It's been a few years, at the very least, since I have messed with private servers.  I do not believe I've ever run into this issue.

When I try to compile any of the vcproj's i get these errors here

  Hide contents

1>------ Build started: Project: char-server, Configuration: Debug Win32 ------
2>------ Build started: Project: login-server, Configuration: Debug Win32 ------
3>------ Build started: Project: map-server, Configuration: Debug Win32 ------
4>------ Build started: Project: mapcache, Configuration: Debug Win32 ------
3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86\CL.exe /c /I..\3rdparty\mysql\include /I..\3rdparty\zlib\include /I..\3rdparty\pcre\include /I..\3rdparty\msinttypes\include /I..\3rdparty\mt19937ar /I..\3rdparty\libconfig /ZI /nologo /W3 /WX- /diagnostics:classic /MP /Od /Oy- /D WIN32 /D _WIN32 /D __WIN32 /D _DEBUG /D PCRE_SUPPORT /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D FD_SETSIZE=4096 /D LIBCONFIG_STATIC /D YY_USE_CONST /D _WINSOCK_DEPRECATED_NO_WARNINGS /D _MBCS /Gm- /RTC1 /MTd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"map-server\Debug\\" /Fd"map-server\Debug\vc141.pdb" /Gd /TC /wd4018 /wd4100 /wd4800 /analyze- /errorReport:prompt ..\3rdparty\libconfig\grammar.c ..\3rdparty\libconfig\libconfig.c ..\3rdparty\libconfig\scanctx.c ..\3rdparty\libconfig\scanner.c ..\3rdparty\libconfig\strbuf.c ..\3rdparty\mt19937ar\mt19937ar.c ..\src\common\conf.c ..\src\common\core.c ..\src\common\db.c ..\src\common\des.c ..\src\common\ers.c ..\src\common\grfio.c ..\src\common\malloc.c ..\src\common\mapindex.c ..\src\common\md5calc.c ..\src\common\mempool.c ..\src\common\mutex.c ..\src\common\nullpo.c ..\src\common\raconf.c ..\src\common\random.c ..\src\common\showmsg.c ..\src\common\socket.c ..\src\common\sql.c ..\src\common\strlib.c ..\src\common\thread.c ..\src\common\timer.c ..\src\common\utils.c ..\src\common\cli.c ..\src\common\msg_conf.c ..\src\map\atcommand.c ..\src\map\battle.c ..\src\map\battleground.c ..\src\map\buyingstore.c ..\src\map\cashshop.c ..\src\map\channel.c ..\src\map\chat.c ..\src\map\chrif.c ..\src\map\clan.c ..\src\map\clif.c ..\src\map\date.c ..\src\map\duel.c ..\src\map\elemental.c ..\src\map\guild.c ..\src\map\intif.c ..\src\map\itemdb.c ..\src\map\log.c ..\src\map\mail.c ..\src\map\map.c ..\src\map\mapreg.c ..\src\map\homunculus.c ..\src\map\instance.c ..\src\map\mercenary.c ..\src\map\mob.c ..\src\map\npc.c ..\src\map\npc_chat.c ..\src\map\party.c ..\src\map\path.c ..\src\map\pc.c ..\src\map\pc_groups.c ..\src\map\pet.c ..\src\map\quest.c ..\src\map\script.c ..\src\map\searchstore.c ..\src\map\skill.c ..\src\map\status.c ..\src\map\storage.c ..\src\map\trade.c ..\src\map\unit.c ..\src\map\vending.c
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86\CL.exe /c /I..\3rdparty\libconfig /I..\3rdparty\mysql\include /I..\3rdparty\msinttypes\include /I..\3rdparty\mt19937ar /ZI /nologo /W3 /WX- /diagnostics:classic /MP /Od /Oy- /D WIN32 /D _WIN32 /D __WIN32 /D _DEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D FD_SETSIZE=4096 /D WITH_SQL /D LIBCONFIG_STATIC /D YY_USE_CONST /D _WINSOCK_DEPRECATED_NO_WARNINGS /D _VC80_UPGRADE=0x0710 /D _MBCS /Gm- /RTC1 /MTd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"login-server\Debug\\" /Fd"login-server\Debug\vc141.pdb" /Gd /TC /wd4100 /wd4800 /analyze- /errorReport:prompt ..\3rdparty\libconfig\grammar.c ..\3rdparty\libconfig\libconfig.c ..\3rdparty\libconfig\scanctx.c ..\3rdparty\libconfig\scanner.c ..\3rdparty\libconfig\strbuf.c ..\3rdparty\mt19937ar\mt19937ar.c ..\src\common\mempool.c ..\src\common\mutex.c ..\src\common\raconf.c ..\src\common\thread.c ..\src\common\core.c ..\src\common\conf.c ..\src\common\db.c ..\src\common\ers.c ..\src\common\malloc.c ..\src\common\md5calc.c ..\src\common\nullpo.c ..\src\common\random.c ..\src\common\showmsg.c ..\src\common\socket.c ..\src\common\sql.c ..\src\common\strlib.c ..\src\common\timer.c ..\src\common\utils.c ..\src\common\cli.c ..\src\common\msg_conf.c ..\src\login\account.c ..\src\login\ipban.c ..\src\login\login.c ..\src\login\loginchrif.c ..\src\login\loginclif.c ..\src\login\logincnslif.c ..\src\login\loginlog.c
4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86\CL.exe /c /I..\3rdparty\libconfig /I..\3rdparty\zlib\include /I..\3rdparty\msinttypes\include /ZI /nologo /W3 /WX- /diagnostics:classic /MP /Od /Oy- /D WIN32 /D _WIN32 /D __WIN32 /D _DEBUG /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D MINICORE /D LIBCONFIG_STATIC /D YY_USE_CONST /D _MBCS /Gm- /RTC1 /MTd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"mapcache\Debug\\" /Fd"mapcache\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:prompt ..\src\common\core.c ..\src\common\des.c ..\src\common\grfio.c ..\src\common\malloc.c ..\src\common\showmsg.c ..\src\common\strlib.c ..\src\common\utils.c ..\src\tool\mapcache.c
1>grammar.c
1>libconfig.c
1>scanctx.c
1>scanner.c
1>grammar.y(33): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file ..\3rdparty\libconfig\grammar.c)
1>strbuf.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\3rdparty\libconfig\libconfig.c)
1>scanner.c(20): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\3rdparty\libconfig\scanner.c)
1>mt19937ar.c
1>core.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\3rdparty\libconfig\scanctx.c)
1>conf.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\strbuf.h(26): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file ..\3rdparty\libconfig\strbuf.c)
1>db.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\mt19937ar\mt19937ar.c(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>ers.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\core.c)
1>malloc.c
4>core.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\conf.c)
4>des.c
4>grfio.c
4>malloc.c
4>showmsg.c
4>strlib.c
4>utils.c
4>mapcache.c
4>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\utils.c)
4>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\tool\mapcache.c(4): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
4>Done building project "mapcache.vcxproj" -- FAILED.
1>mapindex.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\db.c)
1>mempool.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\ers.c)
1>mutex.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\malloc.c)
1>nullpo.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\mempool.c(13): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>raconf.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\mapindex.c)
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\winapi.h(28): fatal error C1083: Cannot open include file: 'io.h': No such file or directory (compiling source file ..\src\common\mutex.c)
1>random.c
1>showmsg.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\nullpo.c(4): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>socket.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\raconf.c(13): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>sql.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\src\common\random.c)
1>strlib.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\showmsg.c)
1>thread.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\socket.c)
1>timer.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\sql.c)
1>utils.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\strlib.c)
1>cli.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\winapi.h(28): fatal error C1083: Cannot open include file: 'io.h': No such file or directory (compiling source file ..\src\common\thread.c)
1>msg_conf.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\timer.c)
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\utils.c)
1>char.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\cli.c(10): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>char_clif.c
1>char_cnslif.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\msg_conf.c(1): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>char_logif.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\char\char.c(4): fatal error C1083: Cannot open include file: 'time.h': No such file or directory
2>grammar.c
2>libconfig.c
2>scanctx.c
2>scanner.c
2>strbuf.c
2>mt19937ar.c
2>mempool.c
2>mutex.c
2>raconf.c
2>thread.c
2>core.c
2>conf.c
2>db.c
2>ers.c
2>malloc.c
2>md5calc.c
2>nullpo.c
2>random.c
2>showmsg.c
2>socket.c
2>sql.c
2>strlib.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\socket.c)
2>timer.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\sql.c)
2>utils.c
2>cli.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\strlib.c)
2>msg_conf.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\cli.c(10): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\timer.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\utils.c)
2>account.c
2>ipban.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\msg_conf.c(1): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
2>login.c
2>loginchrif.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\account.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\ipban.c)
2>loginclif.c
2>logincnslif.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\login.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\loginchrif.c)
2>loginlog.c
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\loginclif.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\logincnslif.c)
2>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\login\loginlog.c)
2>Done building project "login-server.vcxproj" -- FAILED.
1>char_mapif.c
1>int_auction.c
1>int_clan.c
1>int_elemental.c
1>int_guild.c
1>int_homun.c
1>int_mail.c
1>int_mercenary.c
1>int_party.c
1>int_pet.c
1>int_quest.c
1>int_storage.c
1>inter.c
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\char\int_storage.c)
1>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\char\inter.c)
1>Done building project "char-server.vcxproj" -- FAILED.
3>grammar.c
3>libconfig.c
3>scanctx.c
3>scanner.c
3>grammar.y(33): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file ..\3rdparty\libconfig\grammar.c)
3>strbuf.c
3>mt19937ar.c
3>conf.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\3rdparty\libconfig\scanctx.c)
3>core.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\mt19937ar\mt19937ar.c(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>db.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\strbuf.h(26): fatal error C1083: Cannot open include file: 'string.h': No such file or directory (compiling source file ..\3rdparty\libconfig\strbuf.c)
3>des.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\conf.c)
3>ers.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\core.c)
3>grfio.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\db.c)
3>malloc.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\des.c)
3>mapindex.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\ers.c)
3>md5calc.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\grfio.c)
3>mempool.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\malloc.c)
3>mutex.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\mapindex.c)
3>nullpo.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\mempool.c(13): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\md5calc.c)
3>raconf.c
3>random.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\winapi.h(28): fatal error C1083: Cannot open include file: 'io.h': No such file or directory (compiling source file ..\src\common\mutex.c)
3>showmsg.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\nullpo.c(4): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>socket.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\raconf.c(13): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\src\common\random.c)
3>sql.c
3>strlib.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\showmsg.c)
3>thread.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\socket.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\sql.c)
3>timer.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\strlib.c)
3>utils.c
3>cli.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\winapi.h(28): fatal error C1083: Cannot open include file: 'io.h': No such file or directory (compiling source file ..\src\common\thread.c)
3>msg_conf.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\cli.c(10): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>atcommand.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\timer.c)
3>battle.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\common\utils.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\src\common\msg_conf.c(1): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>battleground.c
3>buyingstore.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\atcommand.c)
3>cashshop.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\battle.c)
3>channel.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\battleground.c)
3>chat.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\buyingstore.c)
3>chrif.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\cashshop.c)
3>clan.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\channel.c)
3>clif.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\chat.c)
3>date.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\chrif.c)
3>duel.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\clan.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\clif.c)
3>elemental.c
3>guild.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\date.c)
3>intif.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\duel.c)
3>itemdb.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\elemental.c)
3>log.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\guild.c)
3>mail.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\src\map\intif.c)
3>map.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\itemdb.c)
3>mapreg.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\log.c)
3>homunculus.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\map.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\mail.c)
3>instance.c
3>mercenary.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\homunculus.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\mapreg.c)
3>mob.c
3>npc.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\mercenary.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\instance.c)
3>npc_chat.c
3>party.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\mob.c)
3>path.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\npc.c)
3>pc.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\party.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\npc_chat.c)
3>pc_groups.c
3>pet.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\path.c)
3>quest.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\pc.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\pc_groups.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\pet.c)
3>script.c
3>searchstore.c
3>skill.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\pcre\include\pcre.h(90): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory (compiling source file ..\src\map\script.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\quest.c)
3>status.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\skill.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\searchstore.c)
3>storage.c
3>trade.c
3>unit.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\trade.c)
3>vending.c
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\libconfig\libconfig.h(46): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory (compiling source file ..\src\map\unit.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\status.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\storage.c)
3>c:\users\kaylee\desktop\oplex revival\rathena\rathena-master\3rdparty\msinttypes\include\stdint.h(56): fatal error C1083: Cannot open include file: 'wchar.h': No such file or directory (compiling source file ..\src\map\vending.c)
3>Done building project "map-server.vcxproj" -- FAILED.
========== Build: 0 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========

Any help would be much appreciated ^^ 

If I need to move this post or if I put the errors in the wrong kind of box, please let me know. I have been out of the forums for quite a while lol

Note: Please use BBCode.

Also what version are you using -- the rAthena files and the Microsoft Visual? **Please quote my reply**

Edited by Freya
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  01/22/15
  • Last Seen:  

10 hours ago, Freya said:

Note: Please use BBCode.

Also what version are you using -- the rAthena files and the Microsoft Visual? **Please quote my reply**

I am using the latest rAthena from the github (and i have currently tried all the vcproj files), and im using the latest visual studio 2017 community with the windows 8.1 SDK because i had to download that separately -_-

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  01/22/15
  • Last Seen:  

@Freya

THANK YOU!

Now it compiles 100%, just had to find a 2015 VS and installed some build tools.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...