Need help building

Having issues with xbuild

Information and discussion for custom maps and mods.
Post Reply
mjmoose
Posts: 1
Joined: Sat Apr 15, 2017 6:05 pm

Need help building

Post by mjmoose »

Hi folks,

I've been following https://github.com/OpenRA/ra2/wiki/Step-by-Step

I'm running osx 10.12.4

when I run xbuild I get the following issue:

Code: Select all

/Library/Frameworks/Mono.framework/Versions/5.0.0/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'OpenRA.Mods.Cnc' not resolved


mbp:OpenRA.Mods.RA2 auser$ pwd
/src/openra/build/OpenRA/OpenRA.Mods.RA2
mbp:OpenRA.Mods.RA2 auser$ xbuild

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 5.0.0.0
Copyright &#40;C&#41; 2005-2013 Various Mono authors

Build started 15/04/2017 19&#58;08&#58;12.
__________________________________________________
Project "/src/openra/build/OpenRA/mods/ra2/OpenRA.Mods.RA2/OpenRA.Mods.RA2.sln" &#40;default target&#40;s&#41;&#41;&#58;
	Target ValidateSolutionConfiguration&#58;
		Building solution configuration "Debug|Any CPU".
	Target Build&#58;
		Project "/src/openra/build/OpenRA/mods/ra2/OpenRA.Mods.RA2/OpenRA.Mods.RA2.csproj" &#40;default target&#40;s&#41;&#41;&#58;
			Target PrepareForBuild&#58;
				Configuration&#58; Debug Platform&#58; AnyCPU
			Target ResolveAssemblyReferences&#58;
/Library/Frameworks/Mono.framework/Versions/5.0.0/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets&#58;  warning &#58; Reference 'OpenRA.Mods.Cnc' not resolved
Any thoughts as to what's causing this / how to resolve?

Could it be that I'm trying to build with Mono 5 instead of 4.5.x?

abcdefg30
Posts: 643
Joined: Mon Aug 18, 2014 6:00 pm

Post by abcdefg30 »

Seems like the linux build instructions were outdated. Sorry. I updated them so you should be able to fix your problem now by following the instructions again.

Post Reply