GNOME Bugzilla – Bug 743506
[regression] 1.12.19 build dies with: plugin-gda.c:265:11: error: ‘GNM_STOCK_OK’ undeclared
Last modified: 2015-01-26 13:46:56 UTC
I just tried to upgrade my gnumeric/goffice to versions 1.12.19 and 0.12.19, respectivly. Goffice build without complaint, while gnumeric dies with: ITMRG ui.xml plugin-gda.c: In function ‘query_connection_info’: plugin-gda.c:265:11: error: ‘GNM_STOCK_OK’ undeclared (first use in this function) GNM_STOCK_OK, GTK_RESPONSE_ACCEPT, ^ plugin-gda.c:265:11: note: each undeclared identifier is reported only once for each function it appears in plugin-gda.c:266:11: error: ‘GNM_STOCK_CANCEL’ undeclared (first use in this function) GNM_STOCK_CANCEL, GTK_RESPONSE_REJECT,
Please try adding an include for "gui-util.h" to that file.
Hi Morten, I added the include as requested and the problem is solved; gnumeric compiles and runs. Thanks for your help. David