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 612820 - undefined reference with --disable-solver
undefined reference with --disable-solver
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Compilation
1.10.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-03-13 21:17 UTC by Dylan Simon
Modified: 2010-03-14 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dylan Simon 2010-03-13 21:17:18 UTC
Building gnumeric-1.10.1 with GNM_ENABLE_SOLVER disabled results in the following error:

./.libs/libspreadsheet.so: undefined reference to `wbc_gtk_set_action_sensitivity'

src/wbc-gtk-actions.c:2598 references wbc_gtk_set_action_sensitivity, which is declared static at src/wbc-gtk.c:116.
Comment 1 Andreas J. Guelzow 2010-03-13 22:54:23 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 2 Morten Welinder 2010-03-14 23:21:25 UTC
I'm not even sure disabling the solver makes any sense anymore.

We used to embed a copy of the solvers so it was a large chunk of code.
It isn't anymore.