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

Untitled

By: a guest on Dec 1st, 2010  |  syntax: Bash  |  size: 1.54 KB  |  hits: 62  |  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.   CC     libgiozeitgeist_la-zeitgeist-module.lo
  2. gapplaunchhandlerzeitgeist.c:37:40: error: unknown type name 'GDesktopAppInfoLaunchHandlerIface'
  3. static void launch_handler_iface_init (GDesktopAppInfoLaunchHandlerIface *iface);
  4.                                        ^
  5. gapplaunchhandlerzeitgeist.c:48:1: error: use of undeclared identifier 'G_TYPE_DESKTOP_APP_INFO_LAUNCH_HANDLER'
  6. G_DEFINE_DYNAMIC_TYPE_EXTENDED (GAppLaunchHandlerZeitgeist, g_app_launch_handler_zeitgeist, G_TYPE_OBJECT, 0,
  7. ^
  8. gapplaunchhandlerzeitgeist.c:49:33: note: instantiated from:
  9.                                 _G_IMPLEMENT_INTERFACE_DYNAMIC (G_TYPE_DESKTOP_APP_INFO_LAUNCH_HANDLER,
  10.                                 ^
  11. gapplaunchhandlerzeitgeist.c:49:65: note: instantiated from:
  12.                                 _G_IMPLEMENT_INTERFACE_DYNAMIC (G_TYPE_DESKTOP_APP_INFO_LAUNCH_HANDLER,
  13.                                                                 ^
  14. gapplaunchhandlerzeitgeist.c:227:14: error: unknown type name 'GDesktopAppInfoLaunchHandler'
  15. on_launched (GDesktopAppInfoLaunchHandler *launch_handler,
  16.              ^
  17. gapplaunchhandlerzeitgeist.c:284:28: error: unknown type name 'GDesktopAppInfoLaunchHandlerIface'
  18. launch_handler_iface_init (GDesktopAppInfoLaunchHandlerIface *iface)
  19.                            ^
  20. gapplaunchhandlerzeitgeist.c:293:35: error: use of undeclared identifier 'G_DESKTOP_APP_INFO_LAUNCH_HANDLER_EXTENSION_POINT_NAME'
  21.   g_io_extension_point_implement (G_DESKTOP_APP_INFO_LAUNCH_HANDLER_EXTENSION_POINT_NAME,
  22.                                   ^
  23. 5 errors generated.