I am presently running Mandrake 8.0 with updates.
I downloaded the source rpm for the latest cooker koffice. I do this
periodically because, well, thus far the app has just not been really useable
so I keep hoping that each NEXT version will get to a useable point.
The rpm is koffice-1.1-0.beta2.3mdk.src.rpm. I try to build it but it fails
with:
In file included from libkwordpart_la.all_cc.cc:24:
tabledia.cc:239:2: warning: #warning TODO
In file included from libkwordpart_la.all_cc.cc:4:
kwview.cc: In method `void KWView::setupPrinter (KPrinter &)':
kwview.cc:684: no matching function for call to
`KPrinter::setCurrentPage (int)'
In file included from libkwordpart_la.all_cc.cc:5:
kwcanvas.cc: In method `void KWCanvas::print (QPainter *, KPrinter *)':
kwcanvas.cc:130: no matching function for call to `KPrinter::pageList
()'
make[3]: *** [libkwordpart_la.all_cc.lo] Error 1
make[3]: Leaving directory `/usr/src/RPM/BUILD/koffice-1.1/kword'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/koffice-1.1/kword'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/koffice-1.1'
make: *** [all-recursive-am] Error 2
Bad exit status from /var/tmp/rpm-tmp.77542 (%build)
Now obviously it is buildable somehow or it wouldn't be available as a binary
rpm in cooker. I can't simply download and install that because it is
dependent on glibc-2.2.3 and I fear that upgrading that will wreck everything
(anyone have any information to say it wont break stuff? Is it "safe" to go
from glibc-2.2.2 to 2.2.3?). Has anyone managed to get this koffice to
build? What does the above error actually mean? Anyone have any help to toss my way?