Re: [Banshee-List] Compiling under windows



On Wed, Jan 12, 2011 at 8:49 PM, Dustin C. Hatch <admiralnemo gmail com> wrote:
> On 1/12/2011 5:53 PM, Gabriel Burt wrote:
>>
>> libbanshee isn't used on Windows -- we use the gst# based media
>> backend instead.  Gst# is included in the GStreamer packages for
>> Windows:  http://code.google.com/p/ossbuild/
>>
> Wow, that's a great project. I was successfully able to get gstreamer-sharp
> to build. I dropped it in the ``bin`` directory and most of the compile
> errors went away. I'm left with these two:
>
> 'Gst.List' does not contain a definition for 'FirstOrDefault' and no
> extension method 'FirstOrDefault' accepting a first argument of type
> 'Gst.List' could be found (are you missing a using directive or an assembly
> reference?) in
> banshee\src\Backends\Banshee.GStreamerSharp\Banshee.GStreamerSharp\PlayerEngine.cs
> Line 182, Column 14

You need to reference System.Core (which provides the System.Linq namespace).

Gabriel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]