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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...