Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.73 KB | None | 0 0
  1. ./Banshee.Gui/TrackActions.cs(358,13): error CS0815: An implicitly typed local variable declaration cannot be initialized with `void'
  2. ./Banshee.Gui/TrackActions.cs(359,17): error CS0841: A local variable `menu' cannot be used before it is declared
  3. ./Banshee.Gui/TrackActions.cs(360,22): error CS1061: Type `object' does not contain a definition for `SelectionDone' and no extension method `SelectionDone' of type `object' could be found (are you missing a using directive or an assembly reference?)
  4. Compilation failed: 3 error(s), 0 warnings
  5. make[4]: *** [../../../bin/Banshee.ThickClient.dll] Error 1
  6. make[3]: *** [all-recursive] Error 1
  7. make[2]: *** [all-recursive] Error 1
  8. make[1]: *** [all-recursive] Error 1
  9. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement