Page 1 of 1

[SOLVED] OpenRA dependencies not found

Posted: Mon Dec 21, 2015 9:20 pm
by ephja
I'm unable to build any of the solutions that reference other OpenRA solutions:
/home/exe/src/OpenRA/OpenRA.Mods.RA/Activities/Infiltrate.cs(19,19): Error CS0234: The type or namespace name `Common' does not exist in the namespace `OpenRA.Mods'. Are you missing an assembly reference? (CS0234) (OpenRA.Mods.RA)
I'm on 64-bit Linux and I'm using MonoDevelop 5.1. The makefile build sequence succeeds.

EDIT: I thought the dependencies were built automatically