Jump to content

Error building game for the first time


Mechanicus
 Share

Recommended Posts

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!

SVNfailed.png

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...