GoldenEye: Source Forums

Editing and Customization => Modding Help => Topic started by: WNxRicky on October 14, 2018, 12:09:45 pm

Title: Need help with building GE:S Code
Post by: WNxRicky on October 14, 2018, 12:09:45 pm
I've cloned the GE:S project from GitHub and I have trouble with building the project. I've set the source code location to D:/GES Programming/ges-code/game and the build location to D:/GES Programming/ges-code/build (not that it's relevant in this case). I also set the file paths for the .lib files. Anyway, when I try to configure in CMake GUI I get the following errors:

CMake Error at CMakeLists.txt:1 (include):
  include could not find load file:

    precompile_header


CMake Error at CMakeLists.txt:30 (ucm_add_dirs):
  Unknown CMake command "ucm_add_dirs".

Any ideas why these errors occur and how I can fix them?
Title: Re: Need help with building GE:S Code
Post by: Entropy-Soldier on October 14, 2018, 08:03:15 pm
If you want to work on the 5.0 code, it's here:

https://github.com/goldeneye-source/ges-legacy-code

ges-code is for the Source-2013 build but for 5.0 we opted to stick with 2007.  I'm not sure of the state of the ges-code repo but it hasn't been updated in some time.


If you're still having trouble, feel free to get in touch with me on Discord (E-S#2674).

It's a lot easier to troubleshoot this kind of thing in real-time.
Title: Re: Need help with building GE:S Code
Post by: WNxRicky on October 15, 2018, 04:53:03 pm
Ah, the naming is a bit confusing ("ges-legacy-code" is actually in use but has legacy in its' name). I will give it a try and ask for help if I encounter any issue.