GNOME Bugzilla – Bug 710423
SoundMenu extension fails to build
Last modified: 2013-10-20 17:46:21 UTC
Trying to build with --enable-soundmenu results in the following errors: ./Banshee.SoundMenu/SoundMenuService.cs(34,7): error CS0246: The type or namespace name `Notifications' could not be found. Are you missing a using directive or an assembly reference? ./Banshee.SoundMenu/SoundMenuService.cs(53,17): error CS0246: The type or namespace name `Notification' could not be found. Are you missing a using directive or an assembly reference? ./Banshee.SoundMenu/SoundMenuService.cs(226,47): error CS0246: The type or namespace name `ActionArgs' could not be found. Are you missing a using directive or an assembly reference?
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Fixed in git master: https://git.gnome.org/browse/banshee/commit/?id=77303209