mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #265] Error trying to build #236
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @glats on GitHub (Jun 13, 2017).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/265
I have this errors:
I have mono 4.6.2
@brunocechet commented on GitHub (Jun 13, 2017):
+1
@hirschmann commented on GitHub (Jun 13, 2017):
The mono compiler version on your system doesn't support the null-coalescing operator in combination with a throw statement.
This could be solved by upgrading your mono version.
But since many distros have slightly outdated versions of mono in their repos, I've decided to fix this problem, see:
3b1721f5d8@brunocechet commented on GitHub (Jun 13, 2017):
I've update the project and try to build again.
The error now is another:
CSC: error CS0518: The predefined type
System.Object' is not defined or imported CSC: error CS0518: The predefined typeSystem.ValueType' is not defined or importedCSC: error CS0518: The predefined type
System.Attribute' is not defined or imported CSC: error CS0518: The predefined typeSystem.Int32' is not defined or importedCSC: error CS0518: The predefined type
System.UInt32' is not defined or imported CSC: error CS0518: The predefined typeSystem.Int64' is not defined or importedCSC: error CS0518: The predefined type
System.UInt64' is not defined or imported CSC: error CS0518: The predefined typeSystem.Single' is not defined or importedCSC: error CS0518: The predefined type
System.Double' is not defined or imported CSC: error CS0518: The predefined typeSystem.Char' is not defined or importedCSC: error CS0518: The predefined type
System.Int16' is not defined or imported CSC: error CS0518: The predefined typeSystem.Decimal' is not defined or importedCSC: error CS0518: The predefined type
System.Boolean' is not defined or imported CSC: error CS0518: The predefined typeSystem.SByte' is not defined or importedCSC: error CS0518: The predefined type
System.Byte' is not defined or imported CSC: error CS0518: The predefined typeSystem.UInt16' is not defined or importedCSC: error CS0518: The predefined type
System.String' is not defined or imported CSC: error CS0518: The predefined typeSystem.Enum' is not defined or importedCSC: error CS0518: The predefined type
System.Delegate' is not defined or imported CSC: error CS0518: The predefined typeSystem.MulticastDelegate' is not defined or importedCSC: error CS0518: The predefined type
System.Void' is not defined or imported CSC: error CS0518: The predefined typeSystem.Array' is not defined or importedCSC: error CS0518: The predefined type
System.Type' is not defined or imported CSC: error CS0518: The predefined typeSystem.Collections.IEnumerator' is not defined or importedCSC: error CS0518: The predefined type
System.Collections.IEnumerable' is not defined or imported CSC: error CS0518: The predefined typeSystem.IDisposable' is not defined or importedCSC: error CS0518: The predefined type
System.IntPtr' is not defined or imported CSC: error CS0518: The predefined typeSystem.UIntPtr' is not defined or importedCSC: error CS0518: The predefined type
System.RuntimeFieldHandle' is not defined or imported CSC: error CS0518: The predefined typeSystem.RuntimeTypeHandle' is not defined or importedCSC: error CS0518: The predefined type `System.Exception' is not defined or imported
I'm using linux 64bit with mono-complete package
@brunocechet commented on GitHub (Jun 13, 2017):
Solved by updating mono-complete package: http://www.mono-project.com/download/