Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
abiword-plugins-2.4.1-r2 fails to compile: AbiGOChart.cpp: In function `void cb_update_graph(GogGraph*, void*)': AbiGOChart.cpp:767: error: `gog_object_write_xml' undeclared (first use this function) AbiGOChart.cpp:767: error: (Each undeclared identifier is reported only once for each function it appears in.) AbiGOChart.cpp: In function `bool AbiGOChart_Create(AV_View*, EV_EditMethodCallData*)': AbiGOChart.cpp:807: error: `gog_object_write_xml' undeclared (first use this function) make[3]: *** [AbiGOChart.lo] Ошибка 1 AbiGOChart.cpp can not see gog_object_write_xml. Then: grep -r gog_object_write_xml /usr/include/libgoffice-1/goffice/ /usr/include/libgoffice-1/goffice/graph/gog-object-xml.h:void gog_object_write_xml_sax(GogObject const *obj, GsfXMLOut *output); gog-object-xml.h have only gog_object_write_xml_sax, but not gog_object_write_xml Downgrade goffice to 0.1.0 solve this problem
Confirmed. Try this patch: http://www.abisource.com/viewcvs/cgi/viewcvs.cgi/abiword-plugins/tools/abigochart/unix/AbiGOChart.cpp.diff?r2=1.19&r1=1.18&diff_format=u
Hooray for api breakage, thanks for the patch Ed.
Patched in CVS, thanks.
Thanks Ed