Nightinggale
Deity
- Joined
- Feb 2, 2009
- Messages
- 5,443
First check that you actually have _precompile.cpp. It is on github, but it's still the first thing to check. The makefile assumes it is in the same directory as the makefile itself.1> _precompile.cpp
1>c1xx : fatal error C1083: Cannot open source file: '_precompile.cpp': No such file or directory
1>NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003\bin\cl.exe"' : return code '0x2'
cl.exe isn't missing. It reports an error code, which is a result of the previous error code C1083 (which is file not found).
If everything looks ok, then try to compile again (no kidding. My laptop gives errors right away around 5% of the time and works the next time for unknown reasons). If it keeps failing, then make a new clone and try to compile that one.
It's not crashing now, though with the new DLL the tech screen is no longer displaying for some reason. I'm not sure how civ starting criteria and trade screens are supposed to be set up but will have a look through the XML & Kailric's posts. The immigration screen is still present separately, is it possible for civs to use the option of the standard system ie picking up emigrants from Europe/Earth?



).