Jump to content

[SOLVED] r26161 fails to build on Windows.


gameboy
 Share

Recommended Posts

Today, I tested the latest svn26161. I compiled the game program using vs2017, and the compilation failed:

18>LINK : fatal error LNK1181: cannot open input file 'D:\trunk\binaries\system\engine.lib'
18>Done building project "test.vcxproj" -- FAILED.
========== Build: 14 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========

 

I cleaned up the solution and tried to compile again, but it failed.

  • Like 1
Link to comment
Share on other sites

@Stan` 

18>Generating test_TerritoryManager.cpp
18>Generating test_scripts.cpp
18>Generating test_CmpTemplateManager.cpp
18>Generating test_ComponentManager.cpp
18>Generating test_EntityMap.cpp
18>Generating test_ParamNode.cpp
18>Generating test_SerializeTemplates.cpp
18>Generating test_Serializer.cpp
18>Generating test_Simulation2.cpp
18>Generating test_pkcs5_pbkdf5.cpp
18>Generating test_Preprocessor.cpp
18>precompiled.cpp
17>LINK : fatal error LNK1181: cannot open input file 'D:\trunk\binaries\system\engine.lib'
17>Done building project "pyrogenesis.vcxproj" -- FAILED.

 

18>test_CLogger.cpp
18>test_CStr.cpp
18>test_ConfigDB.cpp
18>test_Future.cpp
18>test_Hashing.cpp
18>test_Hotkeys.cpp
18>test_Mod.cpp
18>test_ModIo.cpp
18>test_TaskManager.cpp
18>test_fmt.cpp
18>test_test.cpp
18>test_FunctionWrapper.cpp
18>test_ScriptConversions.cpp
18>test_ScriptInterface.cpp
18>test_CinemaManager.cpp
18>test_CommandQueue.cpp
18>test_HierPathfinder.cpp
18>test_ObstructionManager.cpp
18>test_Pathfinder.cpp
18>test_Position.cpp
18>test_RangeManager.cpp
18>test_TerritoryManager.cpp
18>test_scripts.cpp
18>test_CmpTemplateManager.cpp
18>test_ComponentManager.cpp
18>test_EntityMap.cpp
18>test_ParamNode.cpp
18>test_SerializeTemplates.cpp
18>test_Serializer.cpp
18>test_Simulation2.cpp
18>test_root.cpp
18>test_setup.cpp
18>test_pkcs5_pbkdf5.cpp
18>test_Preprocessor.cpp
18>LINK : fatal error LNK1181: cannot open input file 'D:\trunk\binaries\system\engine.lib'
18>Done building project "test.vcxproj" -- FAILED.
========== Build: 15 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========

Edited by gameboy
Link to comment
Share on other sites

  • Stan` changed the title to [SOLVED] r26161 fails to build on Windows.
10 minutes ago, alre said:

It' s just missing, apparently. It doesn't appear to be deleted, and updating the repo won't download it. it seems like tortoisesvn is totally unaware of the file.

Checkout.png

Maybe the "Fully recursive" checkbox is not activated?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...