[Open Office] Calc Solver updates

Kohei Yoshida kohei.yoshida at gmail.com
Thu Nov 23 17:21:22 EST 2006


On 11/23/06, Ismail Donmez <ismail at pardus.org.tr> wrote:
> 22 Kas 2006 Çar 06:14 tarihinde, Kohei Yoshida şunları yazmıştı:
> > Hey list,
> >
> > I just decided to post some update here since I just finished
> > committing fair amount of changes to the scsolver module that
> > addresses some important issues.
>
> Hi I am getting the following compile error with gcc-3.4
>
>  ../../unxlngi6.pro/slo/solvemodel.o /var/tmp/pisi/openoffice-2.0.4.7-36/work/ooo-build-2.0.4.7/build/OOO_2_0_4/scsolver/source/ui/solvemodel.cxx
> /var/tmp/pisi/openoffice-2.0.4.7-36/work/ooo-build-2.0.4.7/build/OOO_2_0_4/scsolver/source/ui/solvemodel.cxx:69:
> error: multiple storage classes in declaration of `cell_address_t'
> dmake:  Error code 1, while making '../../unxlngi6.pro/slo/solvemodel.obj'

Not really sure why the build fails as I can build fine using gcc 4.1.0.

But this declaration below

static typedef struct {
	short sheet;
	long  column;
	long  row;
} cell_address_t;

at line 69 of scsolver/source/ui/solvemodel.cxx apparently breaks your
build.  Can you remove the word "static" from the above typedef
declaration and see if it builds?

Thanks,
Kohei


More information about the Openoffice mailing list