Skip to content

Instantly share code, notes, and snippets.

@chrismetcalf
Created February 22, 2009 00:40
Show Gist options
  • Save chrismetcalf/68261 to your computer and use it in GitHub Desktop.
Save chrismetcalf/68261 to your computer and use it in GitHub Desktop.
Compiling Do.Interface.Linux.Docky.dll...
./src/Docky.Interface/DockArea_Rendering.cs(57,26): error CS0103: The name `<ActiveIconChangeTime>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_Rendering.cs(57,26): error CS0103: The name `<ActiveIconChangeTime>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_Rendering.cs(59,36): error CS0103: The name `<RenderData>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_Rendering.cs(59,36): error CS0103: The name `<RenderData>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_Rendering.cs(61,22): error CS0103: The name `<PainterOverlayVisible>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_Rendering.cs(61,22): error CS0103: The name `<PainterOverlayVisible>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_DragAndDrop.cs(64,27): error CS0103: The name `<DragState>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_DragAndDrop.cs(64,27): error CS0103: The name `<DragState>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_DragAndDrop.cs(66,22): error CS0103: The name `<GtkDragging>k__BackingField' does not exist in the current context
./src/Docky.Interface/DockArea_DragAndDrop.cs(66,22): error CS0103: The name `<GtkDragging>k__BackingField' does not exist in the current context
Compilation failed: 10 error(s), 0 warnings
make[1]: *** [../build/Do.Interface.Linux.Docky.dll] Error 1
make[1]: Leaving directory `/home/krezel/src/gnome/gnome-do/Do.Interface.Linux.Docky'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment