beatbox doesn't compile

Bug #928577 reported by Matthew Markell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
BeatBox
Fix Released
Undecided
Unassigned

Bug Description

As of rev. 525 BeatBox doesn't compile. Error follows:

/home/matt/Projects/Code/Elementary/BeatBox/beat-box/src/FileOperator.vala:265.32-265.35: error: `File' is an ambiguous reference between `GLib.File' and `TagLib.File'
    tag_file = new TagLib.File(File.new_for_uri(s.uri).get_path());
                               ^^^^
Compilation failed: 1 error(s), 0 warning(s)
make[2]: *** [src/FileOperator.c] Error 1
make[1]: *** [src/CMakeFiles/beatbox.dir/all] Error 2
make: *** [all] Error 2

Changed in beat-box:
status: New → Fix Committed
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

Revision history for this message
xapantu (xapantu) wrote : Re: [Bug 928577] Re: beatbox doesn't compile

You need a newer valac version. We could include the good vapi so that
beatbox would be buildable with older version, I don't know if it is worth.

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

I installed a newer version, unfortunately, I am getting a lot more errors now.

http://snippi.com/s/tkmym1r

Revision history for this message
xapantu (xapantu) wrote :

It looks like that your vala version is too new now :(

I'll investigate that later, but we really need to fix this compilation
problems :(

Le 16/02/2012 19:34, Matthew Markell a écrit :
> I installed a newer version, unfortunately, I am getting a lot more
> errors now.
>
> http://snippi.com/s/tkmym1r
>

Revision history for this message
xapantu (xapantu) wrote :

It should be fixed now.

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

So should I downgrade back to valac .14? Or continue using this
prerelease version?

On 02/17/2012 11:56 AM, xapantu wrote:
> It should be fixed now.
>

Changed in beat-box:
milestone: none → 1.0
Changed in beat-box:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.