! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Xffm won't compile
Status:
RESOLVED: FIXED

Comments

Description Daichi Kawahata 2005-07-19 09:34:23 CEST
With --enable-debug=full, latest SVN version (rev. 16253) couldn't be built
on IRIX (gcc 4.0.0).

Reproducible: Always
Steps to Reproduce:
1. ./configure --enable-debug=full
2. make

Actual Results:  
run.c: In function 'xffm_runvwd':
run.c:194: error: 'icon_view_p' undeclared (first use in this function)
run.c:194: error: (Each undeclared identifier is reported only once
run.c:194: error: for each function it appears in.)

deskview.c: In function 'redraw_background':
deskview.c:874: error: 'struct desk_population_t' has no member named 'path'
deskview.c:882: error: 'struct desk_population_t' has no member named 'path'

gridview_input.c: In function 'private_ok_input':
gridview_input.c:183: error: 'struct xffm_details_t' has no member named 'input'

gridview_popup-callbacks.i: In function 'gridview_differences_activate':
gridview_popup-callbacks.i:129: error: 'diff_file' undeclared (first use in this
function)
gridview_popup-callbacks.i:129: error: (Each undeclared identifier is reported
only once
gridview_popup-callbacks.i:129: error: for each function it appears in.)


After compile passes without error, I'd like to check current status of Samba
and encoding related issues.
Comment 1 edscott editbugs 2005-07-20 16:18:26 CEST
Compilation with --enable-debug=full should be functional now in SVN trunk.
Comment 2 Daichi Kawahata 2005-07-21 15:50:52 CEST
Hi Edscott, threre're still missing files,  mcs-manager.c:45:18: error: xffm.h: No such file or directory  main.c:33:18: error: xffm.h: No such file or directory main.c:34:22: error: xffm_gui.h: No such file or directory  or are they auto-generated headers? 
Comment 3 edscott editbugs 2005-07-22 00:50:17 CEST
The files are now present at SVN trunk. I somehow missed that they were missing
when I did "svn status". Xffm should compile properly now.
Comment 4 Daichi Kawahata 2005-07-22 15:40:24 CEST
Thanks, now compilation passes without error.
Comment 5 Daichi Kawahata 2005-08-04 16:55:56 CEST
This is fixed, so I'll change status.

Bug #1086

Reported by:
Daichi Kawahata
Reported on: 2005-07-19
Last modified on: 2009-07-14

People

Assignee:
edscott
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information