First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 118290
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNOME Office <gnome-office@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: kon <kilolife@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 118290 depends on: Show dependency tree
Bug 118290 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-01-08 06:19 0000
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] &#1054;&#1096;&#1080;&#1073;&#1082;&#1072; 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

------- Comment #1 From Ed Catmur 2006-01-09 15:21:41 0000 -------
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

------- Comment #2 From Mike Gardiner (RETIRED) 2006-01-09 17:07:35 0000 -------
Hooray for api breakage, thanks for the patch Ed.

------- Comment #3 From Mike Gardiner (RETIRED) 2006-01-09 17:37:57 0000 -------
Patched in CVS, thanks.

------- Comment #4 From kon 2006-01-13 13:11:25 0000 -------
Thanks Ed

First Last Prev Next    No search results available      Search page      Enter new bug