Nightinggale
Deity
- Joined
- Feb 2, 2009
- Messages
- 5,385
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.