Jump to content
  • 0

talrain85

Question

Posted

Greetings,

I'm getting back into emulation after a long hiatus and am running into errors compiling Mangos Zero. I'm following this documentation to a T: https://www.getmangos.eu/frequently-asked-questions/9876-getting-amp-compiling-mangos-server.html

I'm running Windows 8 with Microsoft Visual Studio Express 2013 for Windows

After downloading via Git Bash at the address indicated in the tutorial, I rebuild in the above version of Visual Studio after cleaning and get:

Error	1	error C1083: Cannot open include file: 'SystemConfig.h': No such file or directory (..\..\src\modules\SD2\ScriptDevMgr.cpp)	c:\users\mark awesome\desktop\mangos2\server\src\modules\sd2\config-sd2.h	32	1	mangosscript
Error	2	error C1083: Cannot open include file: 'SystemConfig.h': No such file or directory (..\..\src\modules\SD2\system\system.cpp)	c:\users\mark awesome\desktop\mangos2\server\src\modules\sd2\config-sd2.h	32	1	mangosscript
Error	3	error C1083: Cannot open include file: 'SystemConfig.h': No such file or directory	C:\Users\Mark Awesome\Desktop\mangos2\server\src\game\AuctionHouseBot\AuctionHouseBot.cpp	30	1	game
Error	4	error C1083: Cannot open include file: 'SystemConfig.h': No such file or directory	C:\Users\Mark Awesome\Desktop\mangos2\server\src\game\ChatCommands\Level0.cpp	35	1	game
Error	5	error C1083: Cannot open include file: 'SystemConfig.h': No such file or directory	C:\Users\Mark Awesome\Desktop\mangos2\server\src\game\ChatCommands\Level3.cpp	52	1	game
Error	6	error C1083: Cannot open include file: 'SystemConfig.h': No such file or directory	C:\Users\Mark Awesome\Desktop\mangos2\server\src\game\WorldHandlers\World.cpp	33	1	game

Output:

16>  WaypointManager.cpp
16>  Weather.cpp
16>  World.cpp
16>..\..\src\game\WorldHandlers\World.cpp(33): fatal error C1083: Cannot open include file: 'SystemConfig.h': No such file or directory
========== Rebuild All: 14 succeeded, 2 failed, 0 skipped ==========

Any help would be appreciated; I'm not at all sure what I'm doing wrong. I've cleaned and rebuilt three times with the same results. How can I fix this?

1 answer to this question

Recommended Posts

Posted

Disregard. The issue was I was using the wrong version of VS.

It has to be Visual Studio Express for Windows Desktop as opposed to simply Desktop

*rolls eyes at Microsoft*

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use