You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSC OpenRA.Platforms.Default.dll
CSC mods/common/OpenRA.Mods.Common.dll
OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs(176,50): error CS0246: The type or namespace name `EditorNodeLayer' could not be found. Are you missing `OpenRA.Mods.Common.Widgets.ScriptNodes' using directive?OpenRA.Mods.Common/Widgets/ScriptNodes/SingleNodes/InfoNodes/MapInfoActorInfoNode.cs(37,59): error CS0246: The type or namespace name `EditorTilesetFilterInfo' could not be found. Are you missing an assembly reference?OpenRA.Mods.Common/Widgets/ScriptNodes/SingleNodes/ActorNodes/ActorNodeQueueAbility.cs(87,41): error CS1729: The type `OpenRA.Mods.Common.Activities.Attack' does not contain a constructor that takes `5' argumentsOpenRA.Mods.Common/Activities/Attack.cs(46,10): (Location of the symbol related to previous error)OpenRA.Mods.Common/Widgets/ScriptNodes/SingleNodes/ActorNodes/ActorNodeQueueAbility.cs(97,50): error CS1729: The type `OpenRA.Mods.Common.Activities.Attack' does not contain a constructor that takes `5' argumentsOpenRA.Mods.Common/Activities/Attack.cs(46,10): (Location of the symbol related to previous error)Compilation failed: 4 error(s), 0 warningsmake[1]: *** [Makefile:278: mods/common/OpenRA.Mods.Common.dll] Error 1make[1]: Leaving directory '/data/GitHub/others/Medieval-Warfare/engine'make: *** [Makefile:52: engine] Error 2
I would have reported this at your OpenRA fork, but sadly only PRs are accepted there and I do not know how to fix this issue.
Thanks for your time,
Brenton
The text was updated successfully, but these errors were encountered:
fusion809
changed the title
Commit 260; engine build failure: error CS0246: The type or namespace name `EditorNodeLayer' could not be found
Commit 260 engine build failure: error CS0246: The type or namespace name `EditorNodeLayer' could not be found
Jan 30, 2019
Hi, the im working on a complete rebase on the entire script structure in the moment, most commits will not build in upcoming stages itd entierly to save the process.
Apologiers for that and Thank you for submitting issues.
Hi,
Presently commit 260 of this repo (1bbb1da), which uses engine commit dc57a75f11cc7673bf08433775d4a4e9052d16d7, fails to build on Arch Linux at the engine building stage. The error I get is:
I would have reported this at your OpenRA fork, but sadly only PRs are accepted there and I do not know how to fix this issue.
Thanks for your time,
Brenton
The text was updated successfully, but these errors were encountered: