Jump to content

brandorf

Community Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by brandorf

  1. The crash issue seems to be a problem with the environment on my machine, it has since stopped and I cannot reproduce it.
  2. When attempting to build the latest head revision on Windows vista, Visual studio 2008, I get a list of the following missing files when attempting to build all projects: '..\..\..\source\graphics\tests\test_Color.cpp' '..\..\..\source\graphics\tests\test_MeshManager.cpp' '..\..\..\source\lib\allocators\tests\test_allocators.cpp' '..\..\..\source\lib\allocators\tests\test_headerless.cpp' '..\..\..\source\lib\file\common\tests\test_trace.cpp' '..\..\..\source\lib\res\graphics\tests\test_tex.cpp' '..\..\..\source\lib\sysdep\os\win\tests\test_ia32.cpp' '..\..\..\source\lib\sysdep\os\win\tests\test_wdbg_sym.cpp' '..\..\..\source\lib\sysdep\tests\test_printf.cpp' '..\..\..\source\lib\sysdep\tests\test_sysdep.cpp' '..\..\..\source\lib\tests\test_adts.cpp' '..\..\..\source\lib\tests\test_base32.cpp' '..\..\..\source\lib\tests\test_bits.cpp' '..\..\..\source\lib\tests\test_byte_order.cpp' '..\..\..\source\lib\tests\test_cache_adt.cpp' '..\..\..\source\lib\tests\test_fnv_hash.cpp' '..\..\..\source\lib\tests\test_lib.cpp' '..\..\..\source\lib\tests\test_lockfree.cpp' '..\..\..\source\lib\tests\test_path_util.cpp' '..\..\..\source\lib\tests\test_rand.cpp' '..\..\..\source\lib\tests\test_regex.cpp' '..\..\..\source\lib\tests\test_secure_crt.cpp' '..\..\..\source\maths\tests\test_Bound.cpp' '..\..\..\source\maths\tests\test_Matrix3d.cpp' '..\..\..\source\ps\GameSetup\tests\test_CmdLineArgs.cpp' '..\..\..\source\ps\tests\stub_impl_hack.cpp' '..\..\..\source\ps\tests\test_CLogger.cpp' '..\..\..\source\ps\tests\test_CStr.cpp' '..\..\..\source\ps\tests\test_Parser.cpp' '..\..\..\source\ps\tests\test_test.cpp' '..\..\..\source\ps\XML\tests\test_Xeromyces.cpp' '..\..\..\source\ps\XML\tests\test_XeroXMB.cpp' '..\..\..\source\ps\XML\tests\test_XMLWriter.cpp' '..\..\..\source\test_root.cpp' Manually Unloading the test and test_gen projects and rebuilding all will succeed however. (The game crashes immediately for me, but for now I'll assume that it is unrelated). Just passing this on, perhaps the public repository is out of date? Thanks, Brandon
×
×
  • Create New...