Re: [Banshee-List] Any news on "Could not fetch metadata for CD"



On Sat, Sep 20, 2008 at 11:46 AM, Darin Ohashi <dohashi gmail com> wrote:
> On Sat, 20 Sep 2008 22:51:47 +0800
> Hyperair <hyperair gmail com> wrote:
>
>>
>> Add the Banshee Team PPA's sources:
>> deb-src http://ppa.launchpad.net/banshee-team/ubuntu hardy main
>>
>> Then: sudo apt-get build-dep banshee-1
>>
>> Then, build.
>
> Alright, thanks I got a bit further, now this throws errors:
>
> tartarus:~/tmp/tmp/musicbrainz-sharp/src> gmcs Main.cs -r:MusicBrainz/MusicBrainz.dll
> Main.cs(8,9): error CS0246: The type or namespace name `var' could not be
> found. Are you missing a using directive or an assembly reference?
> Main.cs(14,18): error CS0246: The type or namespace name `var' could not be
> found. Are you missing a using directive or an assembly reference?
> Compilation failed: 2 error(s), 0 warnings

Looks like it's using C# 3 (specifically type inference), which was
enabled by default in Mono 1.9. It will work on 1.2.6, but you should
add the switch -langversion:linq

-- 
Michael Hutchinson
http://mjhutchinson.com


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