Hi, I cloned the source from svn and opened the csproj in Monodevelop 2.8 on
Ubuntu 12.04. I was unable to compile the code due to the following error:
open-hardware-monitor/GUI/PlotPanel.cs(46,46): Error CS0121: The call is
ambiguous between the following methods or properties:
`System.Linq.Enumerable.Select<OpenHardwareMonitor.Hardware.SensorValue,OxyPlot.
DataPoint>(this
System.Collections.Generic.IEnumerable<OpenHardwareMonitor.Hardware.SensorValue>
, System.Func<OpenHardwareMonitor.Hardware.SensorValue,OxyPlot.DataPoint>)' and
`System.Linq.Enumerable.Select<OpenHardwareMonitor.Hardware.SensorValue,OxyPlot.
DataPoint>(this
System.Collections.Generic.IEnumerable<OpenHardwareMonitor.Hardware.SensorValue>
, System.Func<OpenHardwareMonitor.Hardware.SensorValue,OxyPlot.DataPoint>)'
(CS0121) (OpenHardwareMonitor)
What can be causing this issue and is there any easier way of getting OHM for
Linux.
Original issue reported on code.google.com by rovanion...@gmail.com on 21 Jan 2014 at 9:33
Original issue reported on code.google.com by
rovanion...@gmail.com
on 21 Jan 2014 at 9:33