Opened 19 years ago

Closed 18 years ago

Last modified 8 years ago

#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)

xffm.txt (11.8 KB) - added by wingdo@… 19 years ago.
This is the complete error log from the build failure.

Download all attachments as: .zip

Change History (7)

Changed 19 years ago by wingdo@…

Attachment: xffm.txt added

This is the complete error log from the build failure.

comment:1 Changed 19 years ago by wingdo@…

bug_file_loc: http://homepage.mac.com/wingdo/xffm.rtfhttp://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 allBUG: xffm fails on build with target all

comment:3 Changed 19 years ago by wingdo@…

Summary: BUG: xffm fails on build with target allBUG: xfce will not install, xffm fails on build with target all

comment:4 Changed 18 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 */
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:5 Changed 18 years ago by markd@…

Cc: markd@… added

(In reply to comment #3)

The following patch allows xffm to build:

Thanks! Committed.

comment:6 Changed 18 years ago by landonf@…

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