Opened 14 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)
Change History (5)
Changed 14 years ago by norox@…
Attachment: | gtk-chtheme.patch added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to alexandernx@… |
---|
comment:2 Changed 14 years ago by lhunath@…
Cc: | lhunath@… added |
---|
comment:4 Changed 13 years ago by gui-dos (Guido Soranzio)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!