Compiling errors.

Results 1 to 6 of 6
  1. #1
    Member GMPara is offline
    MemberRank
    Sep 2012 Join Date
    Ocala, Florida,Location
    55Posts

    Compiling errors.

    Hey guys! I'm trying to compile the community release however I'm getting a shtitone of errors, I've already setup the VC++ directories.

    Code:
    1>------ Build started: Project: SupervisorServer, Configuration: Debug Win32 ------
    2>------ Build started: Project: WarZ Game Server, Configuration: Debug Win32 ------
    2>Compiling...
    1>Linking...
    2>DamageLib.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\DamageLib.cpp': No such file or directory
    2>Config.cpp
    2>CollectionType.cpp
    2>CollectionsManager.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\Eternity\SF\Console\Config.cpp': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\Editors\CollectionType.cpp': No such file or directory
    2>CollectionElement.cpp
    2>ServerUserProfile.cpp
    2>WeaponConfig.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\Editors\CollectionsManager.cpp': No such file or directory
    2>WeaponArmory.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WEAPONS\WeaponConfig.cpp': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WEAPONS\WeaponArmory.cpp': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\Editors\CollectionElement.cpp': No such file or directory
    2>HeroConfig.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WEAPONS\HeroConfig.cpp': No such file or directory
    2>GearConfig.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WEAPONS\GearConfig.cpp': No such file or directory
    2>BaseItemConfig.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WEAPONS\BaseItemConfig.cpp': No such file or directory
    2>ServerWeapon.cpp
    2>ServerGear.cpp
    2>ServerAmmo.cpp
    1>r3dlibd.lib(r3d.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
    1>LINK : fatal error LNK1104: cannot open file '../External/NVApi/x86/nvapi.lib'
    1>Build log was saved at "file://d:\WarZ\bin\server\SupervisorServer\Debug\BuildLog.htm"
    1>SupervisorServer - 1 error(s), 1 warning(s)
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>XMLHelpers.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\XMLHelpers.cpp': No such file or directory
    2>WOBackendAPI.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\Backend\WOBackendAPI.cpp': No such file or directory
    2>UserRewards.cpp
    2>UserProfile.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\GameCode\UserProfile.cpp': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\GameCode\UserRewards.cpp': No such file or directory
    2>NetCellMover.cpp
    2>sobj_ZombieSpawn.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\multiplayer\NetCellMover.cpp': No such file or directory
    2>sobj_Zombie.cpp
    2>obj_Terrain.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\Nature\obj_Terrain.cpp': No such file or directory
    2>MaterialTypes.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WORLD\MaterialTypes.cpp': No such file or directory
    2>DecalChief.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WORLD\DecalChief.cpp': No such file or directory
    2>DebugHelpers.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\DebugHelpers.cpp': No such file or directory
    2>BasePlayerSpawnPoint.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\Gameplay\BasePlayerSpawnPoint.cpp': No such file or directory
    2>BaseItemSpawnPoint.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\Gameplay\BaseItemSpawnPoint.cpp': No such file or directory
    2>sobj_SpawnedItem.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\multiplayer/P2PMessages.h(9) : fatal error C1083: Cannot open include file: '../../../GameObjects/EventTransport.h': No such file or directory
    2>sobj_Note.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>sobj_DroppedItem.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>ServerDummyObjects.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>obj_ServerVaultNPC.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>obj_ServerStoreNPC.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>obj_ServerPostBox.cpp
    2>.\Sources\ObjectsCode\ServerDummyObjects.cpp(4) : fatal error C1083: Cannot open include file: 'GameObjects\objmanag.h': No such file or directory
    2>obj_ServerPlayerSpawnPoint.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>obj_ServerPlayer.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>obj_ServerLightMesh.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>obj_ServerItemSpawnPoint.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>obj_ServerBuilding.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>obj_ServerBarricade.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>ServerMain.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>ServerGameLogic.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>ServerGame.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>NetworkHelper.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\multiplayer/P2PMessages.h(9) : fatal error C1083: Cannot open include file: '../../../GameObjects/EventTransport.h': No such file or directory
    2>MasterServerLogic.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\multiplayer/P2PMessages.h(9) : fatal error C1083: Cannot open include file: '../../../GameObjects/EventTransport.h': No such file or directory
    2>AsyncFuncs.cpp
    2>.\Sources\ServerGame.cpp(6) : fatal error C1083: Cannot open include file: 'GameObjects/ObjManag.h': No such file or directory
    2>Async_Notes.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\GameCommon.h(4) : fatal error C1083: Cannot open include file: 'GameObjects\GameObj.h': No such file or directory
    2>AutodeskNavMesh.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\ai\AutodeskNav\AutodeskNavMesh.cpp': No such file or directory
    2>AutodeskNavAgent.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\ai\AutodeskNav\AutodeskNavAgent.cpp': No such file or directory
    2>AutodeskCustomBridges.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\ai\AutodeskNav\AutodeskCustomBridges.cpp': No such file or directory
    2>NavRegionManager.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\ai\NavRegionManager.cpp': No such file or directory
    2>Terrain2.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\TrueNature2\Terrain2.cpp': No such file or directory
    2>Terrain.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\TrueNature\Terrain.cpp': No such file or directory
    2>ITerrain.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\TrueNature\ITerrain.cpp': No such file or directory
    2>PhysXRepXHelpers.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\gameobjects\PhysXRepXHelpers.cpp': No such file or directory
    2>sceneBox.cpp
    2>D:\WarZ\bin\src\EclipseStudio\Sources\multiplayer/P2PMessages.h(9) : fatal error C1083: Cannot open include file: '../../../GameObjects/EventTransport.h': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\gameobjects\sceneBox.cpp': No such file or directory
    2>PhysXWorld.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\gameobjects\PhysXWorld.cpp': No such file or directory
    2>ObjManag.cpp
    2>obj_Mesh.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\gameobjects\obj_Mesh.cpp': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\gameobjects\ObjManag.cpp': No such file or directory
    2>GameObj.cpp
    2>GameLevel_IO.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\gameobjects\GameObj.cpp': No such file or directory
    2>GameLevel.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\GameLevel_IO.cpp': No such file or directory
    2>AObject.cpp
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\GameLevel.cpp': No such file or directory
    2>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\GameEngine\gameobjects\AObject.cpp': No such file or directory
    2>D:\WarZ\bin\src\EclipseStudio\Sources\multiplayer/P2PMessages.h(9) : fatal error C1083: Cannot open include file: '../../../GameObjects/EventTransport.h': No such file or directory
    2>D:\WarZ\bin\src\EclipseStudio\Sources\multiplayer/P2PMessages.h(9) : fatal error C1083: Cannot open include file: '../../../GameObjects/EventTransport.h': No such file or directory
    2>Build log was saved at "file://d:\WarZ\bin\server\WO_GameServer\Debug\BuildLog.htm"
    2>WarZ Game Server - 63 error(s), 0 warning(s)
    3>------ Build started: Project: MasterServer, Configuration: Debug Win32 ------
    3>Compiling...
    3>WOBackendAPI.cpp
    3>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\Backend\WOBackendAPI.cpp': No such file or directory
    3>WeaponConfig.cpp
    3>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WEAPONS\WeaponConfig.cpp': No such file or directory
    3>BaseItemConfig.cpp
    3>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\EclipseStudio\Sources\ObjectsCode\WEAPONS\BaseItemConfig.cpp': No such file or directory
    3>Generating Code...
    3>Build log was saved at "file://d:\WarZ\bin\server\MasterServer\Debug\BuildLog.htm"
    3>MasterServer - 3 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 3 failed, 2 up-to-date, 0 skipped ==========


  2. #2
    Elite Member NeoZero is offline
    Member +Rank
    May 2013 Join Date
    BrazilLocation
    113Posts

    Re: Compiling errors.

    Code:
    1>------ Build started: Project: SupervisorServer, Configuration: Debug Win32 ------
    2>------ Build started: Project: WarZ Game Server, Configuration: Debug Win32 ------
    3>------ Build started: Project: MasterServer, Configuration: Debug Win32 ------
    You're building it with the Debug configuration. Change it to Release.

  3. #3
    Newbie iXeonz is offline
    MemberRank
    May 2013 Join Date
    4Posts

    Re: Compiling errors.

    Hi,

    I've copied the tutorials on how to build WarZ and yet I am still coming across this one error:

    Code:
    3>LINK : fatal error LNK1104: cannot open file '../External/NVApi/x86/nvapi.lib'
    :junglejane:

    Any ideas?

    - iXeonz

  4. #4
    Elite Member Ultraporing is offline
    Member +Rank
    Apr 2013 Join Date
    GermanyLocation
    101Posts

    Re: Compiling errors.

    Quote Originally Posted by iXeonz View Post
    Hi,

    I've copied the tutorials on how to build WarZ and yet I am still coming across this one error:

    Code:
    3>LINK : fatal error LNK1104: cannot open file '../External/NVApi/x86/nvapi.lib'
    :junglejane:

    Any ideas?

    - iXeonz
    yes, set the relative paths the right way. or use full paths

  5. #5
    Newbie iXeonz is offline
    MemberRank
    May 2013 Join Date
    4Posts

    Re: Compiling errors.

    Quote Originally Posted by Ultraporing View Post
    yes, set the relative paths the right way. or use full paths
    I've tried. Anyway you can help me via PM?

  6. #6
    Harro Syxn is offline
    Grand MasterRank
    Mar 2013 Join Date
    767Posts

    Re: Compiling errors.

    Just got this as well and i tried full path -> C:\WarZ\src\External\NVApi\x86 (location by default)



Advertisement