Mechanicus Posted July 25, 2020 Report Share Posted July 25, 2020 Hello, I just downloaded the game and the code. The game works fine if that means anything. But when I try the build the project in Visual Studio 2015 I get 1>------ Build started: Project: test, Configuration: Release Win32 ------ 1> 'C:/Users/pierr/Documents/0' is not recognized as an internal or external command, 1> operable program or batch file. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(123,5): error MSB3073: The command "C:/Users/pierr/Documents/0 A.D/0ad/build/bin/cxxtestgen.exe --root --include=precompiled.h --include=lib/external_libraries/libsdl.h --runner=ErrorPrinter -o C:/Users/pierr/Documents/0 A.D/0ad/source/test_root.cpp 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(123,5): error MSB3073: :VCEnd" exited with code 9009. ========== Build: 0 succeeded, 1 failed, 15 up-to-date, 0 skipped ========== I checked the files mentioned and the only one I seem to be missing is the precompiled.h which I believe is supposed to be located directly in \source. I might be missing something but I followed the instructions for fetching the code through Git. I've tried fetching the project through SVN but that failed ( image bellow) and Im not sure why. Any help would be appreciated! Quote Link to comment Share on other sites More sharing options...
Stan` Posted July 25, 2020 Report Share Posted July 25, 2020 Hello and welcome! You should not have spaces in your path in order to be able to compile the game. I assume you put it into a folder called 0 A.D. hence why the path is truncated. As for SVN your clone url is incorrect it should end at trunk. Happy building Quote Link to comment Share on other sites More sharing options...
Mechanicus Posted July 25, 2020 Author Report Share Posted July 25, 2020 That fixed it. Thanks a lot. 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted July 25, 2020 Report Share Posted July 25, 2020 1 minute ago, Mechanicus said: That fixed it. Thanks a lot. You're welcome. Anything else I can help you with ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.