GNOME Bugzilla – Bug 679967
goffice/graph/gog-axis-line-impl.h
Last modified: 2012-07-15 20:04:15 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’
The easy way it to move this function to gog-axis-line.h
Actually we need more. But I'd like to have GogAxisBase a private structure, so that I can change it without breaking things.
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.