|
I thought I was fine finally, when this hit me when compiling to get version 2.9.0
Making all in Banshee.Widgets
MCS ../../../bin/Banshee.Widgets.dll
./Banshee.Widgets/DateButton.cs(39,17): error CS0104: `DateTime' is an ambiguous reference between `System.DateTime' and `GLib.DateTime'
/usr/lib/mono/4.0/mscorlib.dll (Location of the symbol related to previous error)
/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-3.0/glib-sharp.dll (Location of the symbol related to previous error)
./Banshee.Widgets/DateButton.cs(198,16): error CS0104: `DateTime' is an ambiguous reference between `System.DateTime' and `GLib.DateTime'
/usr/lib/mono/4.0/mscorlib.dll (Location of the symbol related to previous error)
/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-3.0/glib-sharp.dll (Location of the symbol related to previous error)
Compilation failed: 2 error(s), 0 warnings
make[4]: *** [../../../bin/Banshee.Widgets.dll] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
----
I did the most without bringing it to the internetz to tell me what to do, but yeah, I'm stuck right here, no idea what to do.
|