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 (C) 2005-2013 Various Mono authors

Build started 15/04/2017 19:08:12.
__________________________________________________
Project "/src/openra/build/OpenRA/mods/ra2/OpenRA.Mods.RA2/OpenRA.Mods.RA2.sln" (default target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "Debug|Any CPU".
	Target Build:
		Project "/src/openra/build/OpenRA/mods/ra2/OpenRA.Mods.RA2/OpenRA.Mods.RA2.csproj" (default target(s)):
			Target PrepareForBuild:
				Configuration: Debug Platform: AnyCPU
			Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/5.0.0/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : 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: 672
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