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 162033 - [win32] plot type surface not working
[win32] plot type surface not working
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
git master
Other Windows
: Normal normal
: ---
Assigned To: Emmanuel Pacaud
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2004-12-22 22:38 UTC by Torsten Hildebrandt
Modified: 2005-01-03 22:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.45 KB, patch)
2005-01-03 19:09 UTC, Ivan Wong
none Details | Review

Description Torsten Hildebrandt 2004-12-22 22:38:44 UTC
1. insert/chart
2. choose plot type "surface" 

console shows:

E Unable to open module file "C:\Programme\Office\Gnumeric\lib\gnumeric\1.4.1\pl
ugins\plot_surface\surface.la".
  E failed to open libtool archive "C:\Programme\Office\Gnumeric\lib\gnumeric\1.
4.1\plugins\plot_surface\surface.la"

** (gnumeric.exe): CRITICAL **: file gog-plot-engine.c: line 98 (gog_plot_new_by
_name): assertion `type != 0' failed

** (gnumeric.exe): CRITICAL **: file gog-guru.c: line 216 (graph_typeselect_mino
r): assertion `plot != NULL' failed

as a solution perhaps only line 18 in file plugins/plot_surface/plugin.xml has
to be changed from

		<attribute value="surface.la" name="module_file"/>

to

		<attribute value="surface" name="module_file"/>
Comment 1 Torsten Hildebrandt 2004-12-23 00:09:30 UTC
same in problem in plugin fn-erlang, line 24 in its plugin.xml
Comment 2 Ivan Wong 2005-01-03 19:09:35 UTC
Created attachment 35399 [details] [review]
proposed patch

The rc5 installer has this fixed:

http://www.ivanwong.info/gnumeric/gnumeric-1.4.1-rc5.exe
Comment 3 Morten Welinder 2005-01-03 22:16:41 UTC
fixed in cvs.