Bug 106891 - Compile error in kis_painter.cc on Solaris 9/SPARC
Summary: Compile error in kis_painter.cc on Solaris 9/SPARC
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Halla Rempt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-06 15:20 UTC by Bernd Kuhls
Modified: 2005-06-06 15:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Kuhls 2005-06-06 15:20:08 UTC
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>
Comment 1 Halla Rempt 2005-06-06 15:52:24 UTC
Thanks - I've just committed for 1.4, will commit later for trunk when my source tree works again...