ido fails to build from source in trusty

Bug #1262379 reported by Matthias Klose
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Indicator Display Objects
Fix Released
High
Unassigned
ido (Ubuntu)
Fix Released
High
Lars Karlitski

Bug Description

fixing the first failure with

export DEB_CFLAGS_MAINT_APPEND=-DGTK_DISABLE_DEPRECATED

but then I get into

idoscalemenuitem.c: In function 'ido_scale_menu_item_size_allocate':
idoscalemenuitem.c:187:3: error: implicit declaration of function 'gtk_widget_get_style' [-Werror=implicit-function-declaration]
   priv->child_allocation.x = gtk_container_get_border_width (GTK_CONTAINER (widget)) + gtk_widget_get_style (widget)->xthickness;
   ^
idoscalemenuitem.c:187:117: error: invalid type argument of '->' (have 'int')
   priv->child_allocation.x = gtk_container_get_border_width (GTK_CONTAINER (widget)) + gtk_widget_get_style (widget)->xthickness;
                                                                                                                     ^
idoscalemenuitem.c:188:117: error: invalid type argument of '->' (have 'int')
   priv->child_allocation.y = gtk_container_get_border_width (GTK_CONTAINER (widget)) + gtk_widget_get_style (widget)->ythickness;
                                                                                                                     ^
cc1: all warnings being treated as errors
make[3]: *** [idoscalemenuitem.lo] Error 1

and it would be nice to enable a verbose build.

Related branches

Matthias Klose (doko)
Changed in ido (Ubuntu):
importance: Undecided → High
Ted Gould (ted)
Changed in ido (Ubuntu):
assignee: nobody → Lars Uebernickel (larsu)
Changed in ido (Ubuntu):
status: New → Fix Released
Changed in ido:
status: New → Fix Released
importance: Undecided → High
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.