jl168 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

PlotPanel.cs l.190 - The call is ambigous #556

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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