Version: KOffice 1.3.98 (1.4rc1) (using KDE KDE 3.4.1) Installed from: Compiled From Sources Compiler: gcc-3.3.5 OS: Solaris kis_painter.cc: In function `void cdelete(int)': kis_painter.cc:752: error: `bcopy' undeclared (first use this function) kis_painter.cc:752: error: (Each undeclared identifier is reported only once for each function it appears in.) On Solaris bcopy is defined in /usr/include/strings.h, adding this line to kis_painter.cc solves the compile bug: #include <strings.h>
Thanks - I've just committed for 1.4, will commit later for trunk when my source tree works again...