build failure: The name `xoverlay' does not exist

Bug #906241 reported by Pim Vullers
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Audience
Fix Released
Undecided
Unassigned

Bug Description

When trying to build audience I get the following error(s):

chaos build # make
[ 50%] Generating Audience/Audience.c
/tmp/audience/Audience/Audience.vala:183.9-183.16: error: The name `xoverlay' does not exist in the context of `player_window.create_pipeline'
        xoverlay = sink as XOverlay;
        ^^^^^^^^
/tmp/audience/Audience/Audience.vala:184.9-184.16: error: The name `xoverlay' does not exist in the context of `player_window.create_pipeline'
        xoverlay.set_xwindow_id (Gdk.X11Window.get_xid (drawing_area.get_window ()));
        ^^^^^^^^
/tmp/audience/Audience/Audience.vala:185.9-185.16: error: The name `xoverlay' does not exist in the context of `player_window.create_pipeline'
        xoverlay.handle_events (false);
        ^^^^^^^^
/tmp/audience/Audience/Audience.vala:190.44-190.51: error: The name `xoverlay' does not exist in the context of `player_window.create_pipeline'
        Timeout.add(100, (GLib.SourceFunc) xoverlay.expose);
                                           ^^^^^^^^
Compilation failed: 4 error(s), 0 warning(s)
make[2]: *** [Audience/Audience.c] Error 1
make[1]: *** [CMakeFiles/audience.dir/all] Error 2
make: *** [all] Error 2

Seems like missing file or dependency (X11 or so?).

Revision history for this message
Pim Vullers (pimvullers) wrote :
Revision history for this message
Cody Garver (codygarver) wrote :

Sorry about that!

Changed in audience:
status: New → Fix Committed
Cody Garver (codygarver)
Changed in audience:
milestone: none → 0.1
Changed in audience:
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.