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.
Compilation with --enable-debug=full should be functional now in SVN trunk.
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?
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.
Thanks, now compilation passes without error.
This is fixed, so I'll change status.