AshamaneProject / AshamaneCore

AshamaneCore Open Source MMO Framework (master = 9.0.2.36949, bfa = 8.3.7.35284, legion = 7.3.5.26972)
GNU General Public License v2.0
321 stars 358 forks source link

Error Compiling on linux do to windows dependencies. #263

Closed bluflippy closed 3 years ago

bluflippy commented 4 years ago

Line 21 of AshamaneCore/src/server/scripts/Commands/cs_export.cpp contains #include

include "SpellMgr.h"

include "DatabaseEnv.h"

include "RBAC.h"

include "ScriptMgr.h"

include "ObjectMgr.h"

include "MapManager.h"

include "Chat.h"

include

include "DB2Stores.h"

include "PhasingHandler.h"

include "Creature.h"

include "World.h"

include

class CommadExportHelper

removing this line causing compiling to fail with:

/AshamaneCore/source/src/server/scripts/Commands/cs_export.cpp:5413:22: error: ‘_strtoui64’ was not declared in this scope; did you mean ‘strtof64’? 5413 | _Entry = _strtoui64(( char* )aArgs, NULL, 10);

DuelistRag3 commented 4 years ago

when you try to compile the Source on Linux its essential to kick out the export.cpp for now, i try to find a way to keep it atm