[MonoDevelop] monodevelop install

Jeff Stedfast jeff at xamarin.com
Sat Mar 9 13:27:25 UTC 2013


Hi Brestin,

It looks like you need to install gtk-sharp 2.12.x

Jeff

On Sat, Mar 9, 2013 at 8:23 AM, Brestin Sebastian <
sebastianbrestin at gmail.com> wrote:

> hello,
> after installing mono I tried to install monodevelop, but when I run make
> command a number of warnings and erros occur. could someone please take a
> look and let me know what could be a solution?
>
> Making all in external
> make[1]: Entering directory
> `/home/bsebi/Downloads/monodevelop-4.0/external'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/bsebi/Downloads/monodevelop-4.0/external'
> Making all in .
> make[1]: Entering directory `/home/bsebi/Downloads/monodevelop-4.0'
> Updated build information
> a8219130080af6661ccd827d3ae2589bbfe8c2bb
> Build date: 2013-03-09 13:21:21+0000
> Building ./Main.sln
> xbuild /verbosity:quiet /nologo /property:CodePage=65001 ./Main.sln
> /property:Configuration=Debug
> /home/bsebi/Downloads/monodevelop-4.0/Main.sln:  warning : Project file
> /home/bsebi/Downloads/monodevelop-4.0/po/po.mdproj referenced in the
> solution file, not found. Ignoring.
> /home/bsebi/Downloads/monodevelop-4.0/Main.sln:  warning : Don't know how
> to handle GlobalSection MonoDevelopProperties.Debug, Ignoring.
> /usr/local/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference
> 'glib-sharp, Version=2.12.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f' not resolved
> /usr/local/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference
> 'pango-sharp, Version=2.12.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f' not resolved
> /usr/local/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference
> 'atk-sharp, Version=2.12.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f' not resolved
> /usr/local/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference
> 'gdk-sharp, Version=2.12.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f' not resolved
> /usr/local/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference
> 'gtk-sharp, Version=2.12.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f' not resolved
> /usr/local/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference
> 'glade-sharp, Version=2.12.0.0, Culture=neutral,
> PublicKeyToken=35e10195dab3c99f' not resolved
> Clipboard.cs(1,7): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> editor/CellRendererComboBox.cs(30,7): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/CellRendererComboBox.cs(31,7): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/DateTimeEditor.cs(3,7): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/DateTimeEditor.cs(4,7): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/EditIconFactoryDialog.cs(5,7): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/Flags.cs(1,7): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> editor/GroupPicker.cs(1,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/GroupPicker.cs(2,7): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/GroupPicker.cs(3,7): error CS0246: The type or namespace name
> `GLib' could not be found. Are you missing an assembly reference?
> editor/IconList.cs(4,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Identifier.cs(4,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Identifier.cs(5,7): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/ProjectIconList.cs(4,7): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(5,7): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(5,7): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/StockIconList.cs(5,7): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/StringArray.cs(3,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/StringArray.cs(4,7): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/TextEditor.cs(3,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/TextEditor.cs(4,7): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(1,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ThemedIconList.cs(4,7): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TimeSpanEditor.cs(3,7): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TimeSpanEditor.cs(4,7): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/TreeViewCellContainer.cs(29,7): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/TreeViewCellContainer.cs(30,7): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/WidgetSelector.cs(4,7): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/WidgetSelector.cs(5,7): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> ParamSpec.cs(1,7): error CS0246: The type or namespace name `GLib' could
> not be found. Are you missing an assembly reference?
> ParamSpec.cs(2,7): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Placeholder.cs(1,7): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(4,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(5,7): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Custom.cs(2,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(1,7): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> TopLevelDialog.cs(4,7): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/NotifyWorkaround.cs(26,7): error CS0246: The type or namespace
> name `GLib' could not be found. Are you missing an assembly reference?
> CustomWidget.cs(9,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(8,29): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(154,20): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(9,34): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(465,30): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionItem.cs(7,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(9,27): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(10,23): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(556,25): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(10,23): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(530,27): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Boolean.cs(41,31): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/CellRendererComboBox.cs(35,37): error CS0246: The type or namespace
> name `CellRendererText' could not be found. Are you missing an assembly
> reference?
> editor/Char.cs(5,22): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> editor/Color.cs(28,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/DateTimeEditor.cs(22,31): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Enumeration.cs(27,35): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Flags.cs(36,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/FloatRange.cs(5,28): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/GroupPicker.cs(12,22): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/IconList.cs(11,19): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/IconList.cs(153,27): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(8,33): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(271,19): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorMenu.cs(9,33): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorMenuItem.cs(6,37): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/Identifier.cs(9,27): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Image.cs(9,23): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(83,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/IntRange.cs(51,32): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/OptIntRange.cs(5,29): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ResponseId.cs(30,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/StockItem.cs(97,32): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/StringArray.cs(23,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextBox.cs(5,25): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/TextEditor.cs(8,27): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(7,28): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(80,35): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TimeSpanEditor.cs(22,31): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(5,39): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TreeViewCellContainer.cs(34,31): error CS0246: The type or
> namespace name `Entry' could not be found. Are you missing `Stetic.Wrapper'
> using directive?
> editor/WidgetSelector.cs(9,31): error CS0246: The type or namespace name
> `ComboBox' could not be found. Are you missing `Stetic.Wrapper' using
> directive?
> ErrorWidget.cs(10,28): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> ParamSpec.cs(148,37): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> Placeholder.cs(6,29): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> ProjectIconFactory.cs(162,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(189,31): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Custom.cs(6,24): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MenuBar.cs(214,27): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MenuBar.cs(220,34): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MessageDialog.cs(5,31): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> TopLevelWindow.cs(7,31): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> ClassDescriptor.cs(186,19): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> Clipboard.cs(12,10): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(13,10): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(31,10): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(39,29): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(39,54): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(50,31): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(55,28): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(61,27): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(71,31): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> Clipboard.cs(71,56): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> CommandDescriptor.cs(74,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> CommandDescriptor.cs(105,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> CommandDescriptor.cs(122,32): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> CustomWidget.cs(21,47): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> DND.cs(7,10): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(8,10): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(9,10): error CS0246: The type or namespace name `Gdk' could not be
> found. Are you missing an assembly reference?
> DND.cs(10,10): error CS0246: The type or namespace name `Gdk' could not be
> found. Are you missing an assembly reference?
> DND.cs(33,17): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(37,33): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(43,35): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(48,31): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(54,33): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(59,10): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(65,28): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(65,47): error CS0246: The type or namespace name `Gdk' could not be
> found. Are you missing an assembly reference?
> DND.cs(65,62): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(75,28): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(75,47): error CS0246: The type or namespace name `Gdk' could not be
> found. Are you missing an assembly reference?
> DND.cs(92,28): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(92,47): error CS0246: The type or namespace name `Gdk' could not be
> found. Are you missing an assembly reference?
> DND.cs(92,68): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(98,21): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(98,40): error CS0246: The type or namespace name `Gdk' could not be
> found. Are you missing an assembly reference?
> DND.cs(98,94): error CS0246: The type or namespace name `Gtk' could not be
> found. Are you missing an assembly reference?
> DND.cs(143,17): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(162,28): error CS0246: The type or namespace name `Gdk' could not
> be found. Are you missing an assembly reference?
> DND.cs(202,17): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(219,17): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(236,38): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(245,40): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(274,11): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(274,40): error CS0246: The type or namespace name `Gdk' could not
> be found. Are you missing an assembly reference?
> DND.cs(281,11): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(305,11): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(306,11): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(306,30): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(315,12): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(315,30): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(358,12): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(358,29): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(404,11): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(404,30): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(454,28): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(491,10): error CS0246: The type or namespace name `Gdk' could not
> be found. Are you missing an assembly reference?
> DND.cs(502,41): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(519,44): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(557,43): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(563,71): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(572,42): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(586,50): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(603,10): error CS0246: The type or namespace name `Gdk' could not
> be found. Are you missing an assembly reference?
> DND.cs(257,11): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(258,11): error CS0246: The type or namespace name `Gdk' could not
> be found. Are you missing an assembly reference?
> DND.cs(261,11): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> DND.cs(261,40): error CS0246: The type or namespace name `Gdk' could not
> be found. Are you missing an assembly reference?
> DND.cs(635,18): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> editor/Accelerator.cs(11,3): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(14,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(15,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(17,16): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(51,38): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(76,14): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(93,35): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(157,10): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/Accelerator.cs(175,44): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(645,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(452,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(12,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(15,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(60,24): error CS0115:
> `Stetic.Editor.ActionGroupEditor.Dispose()' is marked as an override but no
> suitable method found to override
> editor/ActionGroupEditor.cs(276,32): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(305,47): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(312,34): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(505,47): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(551,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionGroupEditor.cs(559,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionItem.cs(88,38): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionItem.cs(92,24): error CS0115:
> `Stetic.Editor.ActionItem.Dispose()' is marked as an override but no
> suitable method found to override
> editor/ActionItem.cs(99,24): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionItem.cs(128,47): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionItem.cs(133,35): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionItem.cs(153,40): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionItem.cs(158,41): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionItem.cs(158,62): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(77,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(14,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(19,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(46,27): error CS0115:
> `Stetic.Editor.ActionMenu.OnDestroyed()' is marked as an override but no
> suitable method found to override
> editor/ActionMenu.cs(81,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(292,42): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(308,47): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(313,32): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(319,41): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(358,40): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(365,47): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(365,86): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(369,39): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(417,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(424,41): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenu.cs(424,54): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(332,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(18,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(19,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(251,35): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(336,41): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(376,40): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(383,39): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(430,42): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuBar.cs(440,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(10,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(11,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(12,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(16,10): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(17,10): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(51,24): error CS0115:
> `Stetic.Editor.ActionMenuItem.Dispose()' is marked as an override but no
> suitable method found to override
> editor/ActionMenuItem.cs(84,39): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(133,23): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(140,24): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(334,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(348,37): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(388,28): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(469,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(482,38): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(488,35): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(498,49): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(503,37): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(513,42): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(513,63): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(538,46): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(568,42): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionMenuItem.cs(586,10): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(17,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(18,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(153,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(230,35): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(285,41): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(322,21): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(327,24): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(332,22): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(337,40): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(344,39): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(389,42): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(401,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolbar.cs(532,24): error CS0115:
> `Stetic.Editor.CustomToolbarItem.Dispose()' is marked as an override but no
> suitable method found to override
> editor/ActionToolItem.cs(14,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(48,39): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(181,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(212,32): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(262,28): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(316,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(329,38): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(336,35): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(346,49): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(351,37): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ActionToolItem.cs(362,44): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(11,3): error CS0246: The type or namespace name
> `Pango' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(14,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(52,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(56,27): error CS0246: The type or namespace name
> `Widget' could not be found. Are you missing `Stetic.Wrapper' using
> directive?
> PropertyEditorCell.cs(70,36): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(70,61): error CS0246: The type or namespace name
> `StateType' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(123,31): error CS0246: The type or namespace name
> `Drawable' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(123,48): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(123,70): error CS0246: The type or namespace name
> `StateType' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(131,51): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(131,76): error CS0246: The type or namespace name
> `StateType' could not be found. Are you missing an assembly reference?
> editor/Boolean.cs(23,32): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/Boolean.cs(23,53): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/Boolean.cs(23,75): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Boolean.cs(34,52): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/Boolean.cs(34,77): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Boolean.cs(58,27): error CS0115:
> `Stetic.Editor.BooleanEditor.OnToggled()' is marked as an override but no
> suitable method found to override
> editor/CellRendererComboBox.cs(53,33): error CS0246: The type or namespace
> name `Widget' could not be found. Are you missing `Stetic.Wrapper' using
> directive?
> editor/CellRendererComboBox.cs(53,52): error CS0246: The type or namespace
> name `Rectangle' could not be found. Are you missing `Cairo' using
> directive?
> editor/CellRendererComboBox.cs(60,19): error CS0246: The type or namespace
> name `CellEditable' could not be found. Are you missing an assembly
> reference?
> editor/Char.cs(37,27): error CS0115: `Stetic.Editor.Char.OnChanged()' is
> marked as an override but no suitable method found to override
> editor/Color.cs(13,32): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/Color.cs(13,53): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/Color.cs(13,75): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Color.cs(21,52): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/Color.cs(21,77): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Color.cs(45,27): error CS0115:
> `Stetic.Editor.ColorEditor.OnColorSet()' is marked as an override but no
> suitable method found to override
> editor/DateTimeEditor.cs(16,52): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/DateTimeEditor.cs(16,77): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/DateTimeEditor.cs(24,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(10,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(11,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(12,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(13,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(14,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(15,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(16,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(17,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(18,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(19,37): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(21,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(115,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(137,32): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconDialog.cs(189,30): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconFactoryDialog.cs(12,18): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/EditIconFactoryDialog.cs(13,44): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/EditIconFactoryDialog.cs(17,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/EditIconFactoryDialog.cs(21,33): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/Enumeration.cs(21,52): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/Enumeration.cs(21,77): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Enumeration.cs(29,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Enumeration.cs(30,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Flags.cs(30,52): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/Flags.cs(30,77): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Flags.cs(40,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/FlagsSelectorDialog.cs(8,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/FlagsSelectorDialog.cs(9,42): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/FlagsSelectorDialog.cs(10,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/FlagsSelectorDialog.cs(11,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/FlagsSelectorDialog.cs(14,31): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/FlagsSelectorDialog.cs(59,29): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/GroupPicker.cs(14,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/GroupPicker.cs(43,24): error CS0115:
> `Stetic.Editor.GroupPicker.Dispose()' is marked as an override but no
> suitable method found to override
> editor/IconList.cs(33,40): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/IconList.cs(51,34): error CS0246: The type or namespace name
> `RowActivatedArgs' could not be found. Are you missing an assembly
> reference?
> editor/IconList.cs(128,41): error CS0246: The type or namespace name
> `KeyPressEventArgs' could not be found. Are you missing an assembly
> reference?
> editor/IconList.cs(145,51): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/IconList.cs(145,72): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/IconList.cs(175,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/IconList.cs(177,23): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(22,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(40,48): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(73,40): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(87,48): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(141,24): error CS0115:
> `Stetic.Editor.IconSelectorItem.Dispose()' is marked as an override but no
> suitable method found to override
> editor/IconSelectorItem.cs(147,47): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(153,42): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(158,42): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorItem.cs(277,42): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorMenuItem.cs(18,47): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorMenuItem.cs(26,47): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorMenuItem.cs(31,47): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/IconSelectorMenuItem.cs(37,48): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/Identifier.cs(41,44): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/Image.cs(10,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Image.cs(11,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Image.cs(12,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Image.cs(13,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/Image.cs(14,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(11,3): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(13,13): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(29,32): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(29,53): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(29,75): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(77,52): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(77,77): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(85,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(86,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(87,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(88,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ImageSelector.cs(91,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/IntRange.cs(36,32): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/IntRange.cs(36,53): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/IntRange.cs(36,75): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/IntRange.cs(42,52): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/IntRange.cs(42,77): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/NonContainerWarningDialog.cs(11,18): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/NonContainerWarningDialog.cs(12,18): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/NonContainerWarningDialog.cs(13,18): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/NonContainerWarningDialog.cs(14,44): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/NonContainerWarningDialog.cs(37,10): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/OptIntRange.cs(7,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/OptIntRange.cs(8,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ResponseId.cs(24,52): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/ResponseId.cs(24,77): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ResponseId.cs(32,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ResponseId.cs(33,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(12,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(13,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(14,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(15,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(16,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(17,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(18,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(19,39): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(24,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(27,28): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectIconDialog.cs(94,50): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(11,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(12,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(13,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(14,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(15,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(16,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(17,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(18,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(19,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(20,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(21,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(22,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(23,40): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(27,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(28,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(32,3): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(37,29): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(149,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(159,50): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/SelectImageDialog.cs(220,3): error CS0246: The type or namespace
> name `Gdk' could not be found. Are you missing an assembly reference?
> editor/StockItem.cs(79,52): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> editor/StockItem.cs(79,77): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/StockItem.cs(99,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/StockItem.cs(100,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/StockItem.cs(101,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/StockItem.cs(104,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/StockItem.cs(137,28): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(10,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(11,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(12,3): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(13,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(14,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(15,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(16,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(17,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(146,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(151,22): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/Translatable.cs(161,33): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/String.cs(8,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/StringArray.cs(17,52): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/StringArray.cs(17,77): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/StringArray.cs(25,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/StringArray.cs(26,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextEditor.cs(10,13): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextEditor.cs(11,13): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextBox.cs(7,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/TextBox.cs(28,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/TextEditorDialog.cs(8,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextEditorDialog.cs(9,18): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextEditorDialog.cs(10,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextEditorDialog.cs(11,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextEditorDialog.cs(12,18): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextEditorDialog.cs(13,39): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/TextEditorDialog.cs(42,10): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(8,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(9,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(10,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(82,29): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(120,32): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(131,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/ThemedIcon.cs(134,49): error CS0246: The type or namespace name
> `SizeRequestedArgs' could not be found. Are you missing an assembly
> reference?
> editor/ThemedIconList.cs(17,3): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/TimeSpanEditor.cs(16,52): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/TimeSpanEditor.cs(16,77): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TimeSpanEditor.cs(24,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/TreeViewCellContainer.cs(36,3): error CS0246: The type or namespace
> name `EventBox' could not be found. Are you missing an assembly reference?
> editor/TreeViewCellContainer.cs(38,33): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/TreeViewCellContainer.cs(49,30): error CS0246: The type or
> namespace name `ButtonPressEventArgs' could not be found. Are you missing
> an assembly reference?
> editor/TreeViewCellContainer.cs(56,40): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> editor/TreeViewCellContainer.cs(70,27): error CS0115:
> `Stetic.Editor.TreeViewCellContainer.OnShown()' is marked as an override
> but no suitable method found to override
> editor/TreeViewCellContainer.cs(75,44): error CS0246: The type or
> namespace name `Gdk' could not be found. Are you missing an assembly
> reference?
> editor/WidgetSelector.cs(11,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/WidgetSelector.cs(12,3): error CS0246: The type or namespace name
> `ListStore' could not be found. Are you missing an assembly reference?
> editor/WidgetSelector.cs(88,27): error CS0115:
> `Stetic.Editor.WidgetSelector.OnChanged()' is marked as an override but no
> suitable method found to override
> ObjectWrapper.cs(435,60): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Object.cs(27,32): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> wrapper/Object.cs(32,35): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(21,3): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(118,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(167,25): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(189,43): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(196,45): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(201,27): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(216,14): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(316,33): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(322,30): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(351,23): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(688,36): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(703,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(762,10): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(863,40): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> GeneratorContext.cs(214,58): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> GladeUtils.cs(14,10): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> GladeUtils.cs(15,17): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> GladeUtils.cs(52,37): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> GladeUtils.cs(133,28): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(133,47): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(145,64): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(217,10): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(245,10): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(260,10): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(283,10): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(302,10): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(358,10): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(382,39): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(512,58): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(512,97): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(754,90): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(760,74): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(763,74): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> GladeUtils.cs(766,102): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> IDesignArea.cs(8,34): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> IDesignArea.cs(9,34): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> IDesignArea.cs(10,24): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> IDesignArea.cs(11,20): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> IDesignArea.cs(13,34): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> IDesignArea.cs(15,19): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> IDesignArea.cs(16,22): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> IDesignArea.cs(17,20): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> IDesignArea.cs(18,3): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> IDesignArea.cs(23,37): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> IDesignArea.cs(32,3): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(19,3): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(20,3): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(39,10): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(65,53): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(103,10): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(136,10): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(150,10): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(157,10): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> ImageInfo.cs(166,3): error CS0246: The type or namespace name `Gdk' could
> not be found. Are you missing an assembly reference?
> IProject.cs(8,3): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> IProject.cs(9,3): error CS0246: The type or namespace name `Gtk' could not
> be found. Are you missing an assembly reference?
> IProject.cs(10,3): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> IProject.cs(20,19): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> ObjectWrapper.cs(450,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> ParamSpec.cs(221,62): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> Placeholder.cs(26,48): error CS0246: The type or namespace name
> `Requisition' could not be found. Are you missing an assembly reference?
> Placeholder.cs(35,27): error CS0115: `Stetic.Placeholder.OnRealized()' is
> marked as an override but no suitable method found to override
> Placeholder.cs(40,42): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> Placeholder.cs(97,40): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> ProjectIconFactory.cs(73,10): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> ProjectIconFactory.cs(87,10): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(214,27): error CS0115:
> `Stetic.DefaultPropertyEditor.OnChanged()' is marked as an override but no
> suitable method found to override
> PropertyEditorCell.cs(228,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(233,23): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> PropertyEditorCell.cs(251,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> RadioGroupManager.cs(122,22): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> RadioGroupManager.cs(168,33): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> RadioGroupManager.cs(178,72): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> Registry.cs(13,10): warning CS0612: `System.Xml.Xsl.XslTransform' is
> obsolete
> Registry.cs(221,17): warning CS0612: `System.Xml.Xsl.XslTransform' is
> obsolete
> Registry.cs(227,17): warning CS0612: `System.Xml.Xsl.XslTransform' is
> obsolete
> TypedClassDescriptor.cs(12,3): error CS0246: The type or namespace name
> `GLib' could not be found. Are you missing an assembly reference?
> TypedClassDescriptor.cs(18,3): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> TypedClassDescriptor.cs(23,10): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> TypedClassDescriptor.cs(92,19): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> TypedClassDescriptor.cs(114,10): error CS0246: The type or namespace name
> `GLib' could not be found. Are you missing an assembly reference?
> TypedClassDescriptor.cs(164,3): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(12,10): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(14,10): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(15,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(17,17): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(25,42): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(37,17): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(218,28): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(218,47): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(230,64): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(248,44): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(279,17): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> WidgetUtils.cs(363,17): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Action.cs(34,16): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Action.cs(42,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Action.cs(283,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Action.cs(295,10): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(73,32): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(79,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(85,24): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(112,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(730,28): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(735,39): error CS0246: The type or namespace name
> `GLib' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(740,41): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(776,13): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(815,44): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(864,41): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(872,61): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(882,32): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(898,49): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(913,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(918,38): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(933,40): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(956,27): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(956,48): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(965,41): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(965,62): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(972,40): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(972,61): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1009,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1011,31): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1022,33): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1028,16): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1084,26): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1096,26): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1105,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1119,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1121,26): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1134,21): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1144,29): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1190,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1204,36): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1219,13): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1259,28): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1282,44): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1282,58): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1315,39): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1346,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1354,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1402,33): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1418,59): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Container.cs(1431,4): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ActionToolbarWrapper.cs(18,10): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> wrapper/ActionToolbarWrapper.cs(19,10): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> wrapper/ActionToolbarWrapper.cs(50,17): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> wrapper/ActionToolbarWrapper.cs(88,10): error CS0246: The type or
> namespace name `Gtk' could not be found. Are you missing an assembly
> reference?
> wrapper/ActionTree.cs(50,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ActionTree.cs(67,26): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ActionTree.cs(233,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Bin.cs(9,17): error CS0246: The type or namespace name `Gtk' could
> not be found. Are you missing an assembly reference?
> wrapper/Box.cs(31,13): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Box.cs(138,31): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Box.cs(163,30): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Box.cs(202,41): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Box.cs(202,62): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Box.cs(211,39): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Box.cs(231,30): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Button.cs(116,11): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Button.cs(174,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/ButtonBox.cs(26,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/ButtonBox.cs(33,13): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ButtonBox.cs(44,35): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ButtonBox.cs(65,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/CheckButton.cs(30,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/CheckButton.cs(66,41): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/CheckButton.cs(66,62): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ComboBox.cs(10,17): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/ComboBox.cs(112,40): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ComboBoxEntry.cs(8,21): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Custom.cs(29,3): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Custom.cs(31,27): error CS0115: `Stetic.Custom.OnRealized()' is
> marked as an override but no suitable method found to override
> wrapper/Custom.cs(96,42): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(37,33): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(56,10): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(66,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(67,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(77,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(78,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(156,3): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Window.cs(157,10): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> wrapper/Dialog.cs(59,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Dialog.cs(63,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Dialog.cs(90,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Dialog.cs(115,22): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Dialog.cs(122,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Expander.cs(10,17): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Expander.cs(45,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Expander.cs(51,41): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Expander.cs(51,62): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Fixed.cs(23,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Fixed.cs(35,35): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Fixed.cs(47,43): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Fixed.cs(60,22): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Fixed.cs(74,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/FontSelectionDialog.cs(7,10): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Frame.cs(31,40): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> wrapper/Frame.cs(37,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Frame.cs(77,41): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Frame.cs(77,62): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Scale.cs(19,45): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> wrapper/HScale.cs(8,17): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Range.cs(19,45): error CS0246: The type or namespace name `GLib'
> could not be found. Are you missing an assembly reference?
> wrapper/HScrollbar.cs(8,17): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Image.cs(11,17): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Image.cs(56,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MenuItem.cs(8,17): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MenuItem.cs(26,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MenuItem.cs(32,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MenuItem.cs(80,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/ImageMenuItem.cs(8,21): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/MenuBar.cs(26,17): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MenuBar.cs(225,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/MenuBar.cs(253,24): error CS0115:
> `Stetic.Wrapper.ActionPaletteItem.Dispose()' is marked as an override but
> no suitable method found to override
> wrapper/MessageDialog.cs(46,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/MessageDialog.cs(47,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/MessageDialog.cs(49,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/MessageDialog.cs(100,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/MessageDialog.cs(101,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Notebook.cs(127,11): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Notebook.cs(133,32): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Notebook.cs(143,41): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Notebook.cs(143,62): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Notebook.cs(264,33): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/OptionMenu.cs(63,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Paned.cs(40,13): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Paned.cs(56,41): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Paned.cs(56,62): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/ToolButton.cs(19,17): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ToolButton.cs(84,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ToggleToolButton.cs(7,21): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/RadioToolButton.cs(10,21): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ScrolledWindow.cs(9,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ScrolledWindow.cs(10,3): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ScrolledWindow.cs(24,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ScrolledWindow.cs(30,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ScrolledWindow.cs(38,10): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ScrolledWindow.cs(55,34): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ScrolledWindow.cs(65,41): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/ScrolledWindow.cs(65,62): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/SpinButton.cs(7,17): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(10,9): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(11,9): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(25,11): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(324,34): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(330,33): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(336,37): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(342,36): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(348,28): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(354,31): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Table.cs(384,4): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(35,3): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(53,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(92,43): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(98,21): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(110,22): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(127,41): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(127,62): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(141,22): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(151,29): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(162,30): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Toolbar.cs(170,11): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Viewport.cs(14,41): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Viewport.cs(14,62): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/VScale.cs(8,17): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/VScrollbar.cs(8,17): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(1002,10): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(1012,40): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/Widget.cs(1054,53): error CS0246: The type or namespace name `Gtk'
> could not be found. Are you missing an assembly reference?
> wrapper/WidgetEventHandler.cs(10,3): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/WidgetEventHandler.cs(12,27): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> wrapper/WidgetEventHandler.cs(25,10): error CS0246: The type or namespace
> name `Gtk' could not be found. Are you missing an assembly reference?
> TopLevelWindow.cs(10,3): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> TopLevelWindow.cs(24,10): error CS0246: The type or namespace name `Gdk'
> could not be found. Are you missing an assembly reference?
> TopLevelDialog.cs(10,3): error CS0246: The type or namespace name
> `HButtonBox' could not be found. Are you missing an assembly reference?
> TopLevelDialog.cs(11,3): error CS0246: The type or namespace name `VBox'
> could not be found. Are you missing an assembly reference?
> TopLevelDialog.cs(12,3): error CS0246: The type or namespace name
> `HSeparator' could not be found. Are you missing an assembly reference?
> TopLevelDialog.cs(25,10): error CS0246: The type or namespace name
> `HButtonBox' could not be found. Are you missing an assembly reference?
> TopLevelDialog.cs(29,10): error CS0246: The type or namespace name `VBox'
> could not be found. Are you missing an assembly reference?
> wrapper/NotifyWorkaround.cs(62,36): error CS0246: The type or namespace
> name `GLib' could not be found. Are you missing an assembly reference?
> wrapper/NotifyWorkaround.cs(62,66): error CS0246: The type or namespace
> name `NotifyHandler' could not be found. Are you missing an assembly
> reference?
> wrapper/NotifyWorkaround.cs(68,39): error CS0246: The type or namespace
> name `GLib' could not be found. Are you missing an assembly reference?
> wrapper/NotifyWorkaround.cs(68,54): error CS0246: The type or namespace
> name `NotifyHandler' could not be found. Are you missing an assembly
> reference?
> wrapper/NotifyWorkaround.cs(73,39): error CS0246: The type or namespace
> name `GLib' could not be found. Are you missing an assembly reference?
> wrapper/NotifyWorkaround.cs(73,71): error CS0246: The type or namespace
> name `NotifyHandler' could not be found. Are you missing an assembly
> reference?
> wrapper/NotifyWorkaround.cs(78,39): error CS0246: The type or namespace
> name `GLib' could not be found. Are you missing an assembly reference?
> wrapper/NotifyWorkaround.cs(78,69): error CS0246: The type or namespace
> name `NotifyHandler' could not be found. Are you missing an assembly
> reference?
> wrapper/NotifyWorkaround.cs(84,42): error CS0246: The type or namespace
> name `GLib' could not be found. Are you missing an assembly reference?
> wrapper/NotifyWorkaround.cs(84,57): error CS0246: The type or namespace
> name `NotifyHandler' could not be found. Are you missing an assembly
> reference?
> editor/GtkWorkarounds.cs(38,43): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/GtkWorkarounds.cs(43,43): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> editor/GtkWorkarounds.cs(73,40): error CS0246: The type or namespace name
> `Gtk' could not be found. Are you missing an assembly reference?
> editor/GtkWorkarounds.cs(225,10): error CS0246: The type or namespace name
> `Gdk' could not be found. Are you missing an assembly reference?
> make[1]: *** [sln_build] Error 1
> make[1]: Leaving directory `/home/bsebi/Downloads/monodevelop-4.0'
> make: *** [all-recursive] Error 1
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130309/13b79f34/attachment-0001.html>


More information about the Monodevelop-list mailing list