Comment 1 for bug 928577

Revision history for this message
Matthew Markell (markellmtthw) wrote :

Beatbox isn't compiling again at rev. 546 in 1.x

/home/matt/Projects/Code/Elementary/BeatBox/1.x/core/PluginManager.vala:107.16-107.96: error: 5 extra arguments for `void Peas.ExtensionSet.new ()'
        exts = new Peas.ExtensionSet (engine, typeof(Activatable), "object", plugin_iface, null);
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/matt/Projects/Code/Elementary/BeatBox/1.x/core/PluginManager.vala:130.25-130.115: error: 5 extra arguments for `void Peas.ExtensionSet.new ()'
            exts_core = new Peas.ExtensionSet (engine_core, typeof(Peas.Activatable), "object", plugin_iface, null);
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 2 error(s), 0 warning(s)
make[2]: *** [core/PluginManager.c] Error 1
make[1]: *** [core/CMakeFiles/beatbox-core.dir/all] Error 2
make: *** [all] Error 2