Trouble compiling Dockmanager

Asked by Jonathan Lacson

I am using openSUSE 11.4 to compile DockManager.

./configure works but make has this error:

jonathan@SUSVOSTRO:~/Downloads/src/dockmanager> make
make all-recursive
make[1]: Entering directory `/home/jonathan/Downloads/src/dockmanager'
Making all in daemon
make[2]: Entering directory `/home/jonathan/Downloads/src/dockmanager/daemon'
Makefile:714: warning: overriding recipe for target `dockmanager-common.c'
Makefile:696: warning: ignoring old recipe for target `dockmanager-common.c'
  VALAC dockmanager_settings_vala.stamp
warning: D-Bus GLib is deprecated, use GDBus
gio-2.0.vapi:45.70-45.95: error: default value not allowed for ref parameter
  public Application (string appid, [CCode (array_length_pos = 1.9)] ref unowned string[]? argv = null);
                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
dockmanager-settings.vala:79.9-79.73: warning: unhandled error `GLib.SpawnError'
        Process.spawn_command_line_async ("xdg-open %s".printf (address));
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dockmanager-settings.vala:241.13-241.70: warning: unhandled error `DBus.Error'
            dbus_interface.enable_helper (helper_tile_obj.helper_path);
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dockmanager-settings.vala:245.13-245.71: warning: unhandled error `DBus.Error'
            dbus_interface.disable_helper (helper_tile_obj.helper_path);
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dockmanager-settings.vala:225.21-225.73: warning: unhandled error `GLib.RegexError'
          Regex r = new Regex (search_filter, RegexCompileFlags.CASELESS);
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dockmanager-settings.vala:287.7-287.30: warning: unhandled error `GLib.OptionError'
      context.parse (ref argv);
      ^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 6 warning(s)
make[2]: *** [dockmanager_settings_vala.stamp] Error 1
make[2]: Leaving directory `/home/jonathan/Downloads/src/dockmanager/daemon'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jonathan/Downloads/src/dockmanager'
make: *** [all] Error 2

How do I fix this?

Question information

Language:
English Edit question
Status:
Solved
For:
DockManager Edit question
Assignee:
No assignee Edit question
Solved by:
Jonathan Lacson
Solved:
Last query:
Last reply:
Revision history for this message
Jonathan Lacson (71kr117) said :
#1

Never mind.

Revision history for this message
Mystilleef (mystilleef) said :
#2

Jonathan,

How did you get this fixed?