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 652802 - gnumeric fails to build
gnumeric fails to build
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Main System
1.10.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-06-17 07:29 UTC by Götz Waschk
Modified: 2011-06-17 12:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Götz Waschk 2011-06-17 07:29:46 UTC
This is on Mandriva Cooker with gnumeric 1.10.16 and GNOME 2.32:

  CC     libspreadsheet_la-session.lo
session.c: In function 'set_clone_restart':
session.c:58:9: error: dereferencing pointer to incomplete type
session.c: In function 'interaction_function':
session.c:86:9: error: dereferencing pointer to incomplete type
session.c:86:33: error: dereferencing pointer to incomplete type
session.c:88:13: error: dereferencing pointer to incomplete type
session.c:137:2: warning: #warning We are making these windows sticky to work around a session manager bug that may make them inaccessible [-Wcpp]
Comment 1 Morten Welinder 2011-06-17 10:24:14 UTC
Please configure "--without-gnome" -- it is going away.
Comment 2 Götz Waschk 2011-06-17 11:24:58 UTC
Indeed, thanks.
Comment 3 Morten Welinder 2011-06-17 12:58:47 UTC
alternatively add

#include <workbook-priv.h>

in session.c

This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.