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 679967 - goffice/graph/gog-axis-line-impl.h
goffice/graph/gog-axis-line-impl.h
Status: RESOLVED FIXED
Product: libgoffice
Classification: Other
Component: Graphing / Charting
GIT
Other All
: Normal blocker
: ---
Assigned To: Jean Bréfort
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-07-15 17:18 UTC by Morten Welinder
Modified: 2012-07-15 20:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2012-07-15 17:18:53 UTC
It looks like if we don't install gog-axis-line-impl.h then we kill out-of-tree
plugins that do the same as our plugins.


../../../plugins/plot_barcol/gog-line.c: In function ‘gog_line_view_render’:
../../../plugins/plot_barcol/gog-line.c:695:5: warning: implicit declaration of function ‘gog_axis_base_get_clamped_position’
../../../plugins/plot_barcol/gog-line.c:695:5: warning: nested extern declaration of ‘gog_axis_base_get_clamped_position’
Comment 1 Jean Bréfort 2012-07-15 18:54:41 UTC
The easy way it to move this function to gog-axis-line.h
Comment 2 Jean Bréfort 2012-07-15 19:27:39 UTC
Actually we need more. But I'd like to have GogAxisBase a private structure, so that I can change it without breaking things.
Comment 3 Jean Bréfort 2012-07-15 20:04:15 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.