From kde-bugs-dist Tue Oct 15 12:30:26 2002 From: stevee () zuken ! co ! uk Date: Tue, 15 Oct 2002 12:30:26 +0000 To: kde-bugs-dist Subject: [Bug 49184] New: Build problems on Solaris 2.6 X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=103468508002643 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=49184 Summary: Build problems on Solaris 2.6 Product: quanta Version: unspecified Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: amantia@freemail.hu ReportedBy: stevee@zuken.co.uk Version: 3.0 (using KDE 3.0.4) Installed from: compiled sources Compiler: gcc version 2.95.3 20010315 (release) OS: SunOS (sun4u) release 5.6 In the source file quanta/plugins/php4dbg/dbgbase/ListenerGlobals.cpp The code: #if defined(__NetBSD__) strncpy (buf, strerror (err), bufsize); #else strerror_r(err, buf, bufsize); #endif Unfortunately strerror_r does not exist in Solaris 2.6, which prevents it from building. The netbsd version however works if enabled on Solaris