Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 8th, 2012  |  syntax: Bash  |  size: 1.97 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Sharing.vala:1.28-1.35: error: The symbol `Pantheon' could not be found
  2. public class SharingPlug : Pantheon.Switchboard.Plug {
  3.                           ^^^^^^^^
  4. Sharing.vala:1.28-1.47: error: The symbol `Switchboard' could not be found
  5. public class SharingPlug : Pantheon.Switchboard.Plug {
  6.                            ^^^^^^^^^^^^^^^^^^^^
  7. Sharing.vala:4.20-4.22: error: The symbol `Gtk' could not be found
  8.    void set_host (Gtk.Entry hostname_entry) {
  9.                   ^^^
  10. Sharing.vala:20.9-20.12: error: The type name `File' could not be found
  11.         File f = File.new_for_commandline_arg(Environment.get_home_dir () + "/.hosts.tmp");
  12.         ^^^^
  13. Sharing.vala:21.9-21.24: error: The type name `FileOutputStream' could not be found
  14.        FileOutputStream fo_stream = null;
  15.        ^^^^^^^^^^^^^^^^
  16. Sharing.vala:29.9-29.12: error: The type name `File' could not be found
  17.         File f2 = File.new_for_commandline_arg(Environment.get_home_dir () + "/.hostname.tmp");
  18.         ^^^^
  19. Sharing.vala:30.9-30.24: error: The type name `FileOutputStream' could not be found
  20.        FileOutputStream fo_stream2 = null;
  21.        ^^^^^^^^^^^^^^^^
  22. Sharing.vala:147.9-147.11: error: The symbol `Gtk' could not be found
  23.         Gtk.TreeIter iter;
  24.         ^^^
  25. Sharing.vala:189.17-189.20: error: The type name `File' could not be found
  26.                File f = File.new_for_commandline_arg(Environment.get_home_dir () + "/.smb.tmp");
  27.                ^^^^
  28. Sharing.vala:190.17-190.32: error: The type name `FileOutputStream' could not be found
  29.                 FileOutputStream fo_stream = null;
  30.                 ^^^^^^^^^^^^^^^^
  31. Sharing.vala:227.17-227.20: error: The type name `File' could not be found
  32.                File f = File.new_for_commandline_arg(Environment.get_home_dir () + "/.smb.tmp");
  33.                ^^^^
  34. Sharing.vala:228.17-228.32: error: The type name `FileOutputStream' could not be found
  35.                 FileOutputStream fo_stream = null;
  36.                 ^^^^^^^^^^^^^^^^