Opened 13 years ago

Closed 13 years ago

#28969 closed defect (fixed)

gtk-chtheme @0.3.1_2 - Build failure

Reported by: norox@… Owned by: alexandernx@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: gtk-chtheme GtkFunction Cc: lhunath@…
Port: gtk-chtheme

Description

Build log:

theme_sel.c: In function 'create_theme_sel':
theme_sel.c:114: warning: implicit declaration of function 'gtk_timeout_add'
theme_sel.c:114: error: 'GtkFunction' undeclared (first use in this function)
theme_sel.c:114: error: (Each undeclared identifier is reported only once
theme_sel.c:114: error: for each function it appears in.)
theme_sel.c:114: error: expected ')' before 'theme_list_focus'
make: *** [theme_sel.o] Error 1

GtkFunction is deprecated since gtk 2.24 and replaced by GSourceFunc.
Patch included.

Attachments (1)

gtk-chtheme.patch (1.1 KB) - added by norox@… 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by norox@…

Attachment: gtk-chtheme.patch added

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to alexandernx@…

comment:2 Changed 13 years ago by lhunath@…

Cc: lhunath@… added

Cc Me!

comment:3 Changed 13 years ago by gui-dos (Guido Soranzio)

Committed in r81046

comment:4 Changed 13 years ago by gui-dos (Guido Soranzio)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.