Re: jbrefort - r33970 - in abiword/trunk: . plugins/goffice plugins/mathview plugins/mathview/xp plugins/opendocument/common/xp plugins/opendocument/imp/xp src src/af/gr/xp src/af/xap/gtk src/text/fmt/xp src/text/ptbl/xp src/wp/ap/gtk src/wp/ap/xp src/wp/impexp/xp src/wp/test/xp
Jean Brefort <[email protected]> Wed, 05 Mar 2014 07:53:49 +0100
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Martin, Sorry for that issue. Please apply the patch at https://bug725693.bugzilla-attachments.gnome.org/attachment.cgi?id=270961 to goffice. That should fix the issue (after running autoconf). Cheers, Jean Le mercredi 05 mars 2014 à 15:27 +1100, Martin Sevior a écrit : > Hi jean, > > I run Fedora too.. > > I downloaded source for goffice 10.2 and release 0.41 for lasem. > > I tried to build goffice and got this error... > > component.c: In function 'go_lasem_component_get_data': > component.c:240:3: error: implicit declaration of function > 'lsm_itex_to_mathml' [-Werror=implicit-function-declaration] > *data = lsm_itex_to_mathml (buf, strlen (buf)); > ^ > component.c:240:3: error: nested extern declaration of > 'lsm_itex_to_mathml' [-Werror=nested-externs] > component.c:240:9: warning: assignment makes pointer from integer > without a cast [enabled by default] > *data = lsm_itex_to_mathml (buf, strlen (buf)); > ^ > component.c:243:33: error: 'lsm_itex_free_mathml_buffer' undeclared > (first use in this function) > *clearfunc = (GDestroyNotify) lsm_itex_free_mathml_buffer; > ^ > component.c:243:33: note: each undeclared identifier is reported only > once for each function it appears in > cc1: some warnings being treated as errors > make[2]: *** [component.lo] Error 1 > make[2]: Leaving directory `/home/msevior/abidir/GOFFICE_0_10_12/plugins/lasem' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/msevior/abidir/GOFFICE_0_10_12/plugins' > > Is this fixed in a goffice or lasem release? > > Cheers > > Martin > > > > On 5 March 2014 15:15, Hubert Figuière <[email protected]> wrote: > > > > On 04/03/14 12:25 PM, [email protected] wrote: > >> Use lasem instead of GtkMathView in the mathview plugin. Also makes goffice a needed dependency. > > > > Sadly, even Fedora 20 can't be used to build that. > > > > Requested 'libgoffice-0.10 >= 0.10.12' but version of libGOffice is 0.10.11 > > > > That's not very nice :-( > > > > Hub