After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 148898 - compile fails on wbcg-actions.c with gcc-3.4.1
compile fails on wbcg-actions.c with gcc-3.4.1
Status: RESOLVED DUPLICATE of bug 148412
Product: Gnumeric
Classification: Applications
Component: Compilation
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2004-07-30 22:23 UTC by Stef van der Made
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Stef van der Made 2004-07-30 22:23:05 UTC
While compiling gnumeric-1.3.1 using gcc-3.4.1,glibc-2.3.2 and garnome-2.7 patch
10 I get the following compile log before gnumeric compilation stops:

make[8]: warning:  Clock skew detected.  Your build may be incomplete.
make[6]: Warning: File `/usr/test/garnome/include/atk-1.0/atk/atkobject.h' has
modification time 9.8e+08 s in the future
application.c:180:2: warning: #warning "FIXME: 1: this doesn't belong here.  2:
it is not multihead safe."
clipboard.c:82:2: warning: #warning handle formating
clipboard.c:200:2: warning: #warning we need to dup the author too
cmd-edit.c: In function `sv_select_cur_inputs':
cmd-edit.c:247: warning: unused variable `r'
cmd-edit.c:248: warning: unused variable `ptr'
commands.c:836:2: warning: #warning validation from workbook-edit
commands.c:1111:2: warning: #warning add markup
gui-file.c: In function `gui_file_open':
gui-file.c:234: warning: unused variable `o'
gui-file.c:237:2: warning: #warning "FIXME: make extension discovery above work
and delete these"
gui-file.c:595:2: warning: #warning "FIXME: do we get all extensions?"
pattern.c:154:2: warning: #warning "FIXME: verify the _foreground_ here."
selection.c:1413:2: warning: #warning TODO is last series is incomplete try to
shift data out of optional dimensions
session.c:135:2: warning: #warning We are making these windows sticky to work
around a session manager bug that may make them inaccessible
sheet.c:4011:2: warning: #warning selection is in view
sheet.c:4012:2: warning: #warning freeze/thaw is in view
sheet.c:4173:2: warning: #warning make things visible
sheet-filter.c:378:2: warning: #warning "FIXME: is this really the type of
equality (and hash) we want here?"
sheet-object-graphic.c:1261:2: warning: #warning FIXME without affines
sheet-object-graphic.c: In function `sheet_object_polygon_write_xml_sax':
sheet-object-graphic.c:1298: warning: unused variable `sop'
sheet-object-graphic.c:1607:2: warning: #warning TODO how to persist the
attribute list
sheet-style.c:501:2: warning: #warning "FIXME: Allocating a GnmColor here is
dubious."
stf.c:282:2: warning: #warning Add UI for this
workbook.c:165:2: warning: #warning this has no business being here
workbook-control-gui.c:2556:2: warning: #warning why is this here ?
wbc-gtk.c:149:2: warning: #warning TODO : Add zoom to selection
wbc-gtk.c:1109:2: warning: #warning "TODO split into smaller chunks"
wbcg-actions.c:656:2: warning: #warning Add undo/redo
wbcg-actions.c:778:2: warning: #warning handle translations when we generate them
wbcg-actions.c:988: error: conflicting types for 'wbcg_set_selection_valign'
workbook-control-gui-priv.h:114: error: previous declaration of
'wbcg_set_selection_valign' was here
wbcg-actions.c:988: error: conflicting types for 'wbcg_set_selection_valign'
workbook-control-gui-priv.h:114: error: previous declaration of
'wbcg_set_selection_valign' was here
wbcg-actions.c:1895:2: warning: #warning add descriptions for copy down/right
wbcg-actions.c:1968:2: warning: #warning "Add justify"
wbcg-actions.c:1969:2: warning: #warning "h/v distributed?"
wbcg-actions.c:1971:2: warning: #warning "Get vertical alignment icons"
wbcg-actions.c:2010:2: warning: #warning "Add double underline icon"
wbcg-actions.c:2011:2: warning: #warning "Add accelerator for double underline"
wbcg-actions.c:2015:2: warning: #warning "Should there be an accelerator for
strikethrough?"
make[6]: *** [wbcg-actions.o] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [build-work/main.d/gnumeric-1.3.1/Makefile] Error 2
make: *** [paranoid-install] Error 2
Comment 1 Olav Vitters 2004-07-30 22:56:32 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of 148412 ***
Comment 2 Morten Welinder 2004-08-02 20:05:36 UTC
Please don't file bugs with priority>normal.  We prioritize the work.

And this isn't a blocker in any case -- no chance of data loss or system
instability.  It is to be expected that a development release will have this
kind of trouble and worse.