Skip to content

Instantly share code, notes, and snippets.

@anoduck
Created December 6, 2014 23:33
Show Gist options
  • Save anoduck/a625de1a8bcfe3ed69b7 to your computer and use it in GitHub Desktop.
Save anoduck/a625de1a8bcfe3ed69b7 to your computer and use it in GitHub Desktop.
Issues with installing tomboy todo:
http://romain.blogreen.org/projects/tomboy-todo/
tomboy-todo-1.0.0$ make
Making all in src
make[1]: Entering directory `/home/vassilios/Sandbox/rboy/tomboy-todo-1.0.0/src'
/usr/bin/gmcs -out:tomboy-todo.dll -target:library -r:/usr/lib/tomboy/Tomboy.exe -resource:./Todo.addin.xml Todo.cs
Todo.cs(26,7): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(69,44): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(74,46): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(84,32): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(84,52): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(96,48): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Todo.cs(96,68): error CS0246: The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?
Compilation failed: 7 error(s), 0 warnings
make[1]: *** [tomboy-todo.dll] Error 1
make[1]: Leaving directory `/home/vassilios/Sandbox/rboy/tomboy-todo-1.0.0/src'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment