#5536 closed defect (fixed)
BUG: xfce will not install, xffm fails on build with target all
Reported by: | wingdo@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | markd@…, djvasi@… | |
Port: |
Description
the linked file shows the entire crash log.
Attachments (1)
Change History (7)
Changed 19 years ago by wingdo@…
comment:1 Changed 19 years ago by wingdo@…
bug_file_loc: | http://homepage.mac.com/wingdo/xffm.rtf → http://homepage.mac.com/wingdo/xffm.txt |
---|
xfce will not install with the failure.
comment:2 Changed 19 years ago by mww@…
Summary: | xffm fails on build with target all → BUG: xffm fails on build with target all |
---|
comment:3 Changed 19 years ago by wingdo@…
Summary: | BUG: xffm fails on build with target all → BUG: xfce will not install, xffm fails on build with target all |
---|
comment:4 Changed 19 years ago by djvasi@…
Cc: | djvasi@… added |
---|
The following patch allows xffm to build:
--- libs/callbacks.c.old 2006-02-14 06:56:36.000000000 -0500 +++ libs/callbacks.c 2006-02-14 06:57:01.000000000 -0500 @@ -665,7 +665,7 @@ skip_second_release = FALSE; for (tree_id=0; tree_id<TREECOUNT; tree_id++) { - static gboolean unsel(GtkTreeModel *,GtkTreePath *, GtkTreeIter *, gpointer); + static gboolean (*unsel)(GtkTreeModel *,GtkTreePath *, GtkTreeIter *, gpointer); /*printf("DBG: treeview is 0x%x==0x%x\n",tree_details->treestuff[tree_id].treeview,treeview);*/ if (treeview != tree_details->treestuff[tree_id].treeview){ /* unselect all in auxiliary treeview */
comment:5 Changed 19 years ago by markd@…
Cc: | markd@… added |
---|
comment:6 Changed 19 years ago by landonf@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is the complete error log from the build failure.