Subject: Re: pkg/33976: graphics/librsvg2 fails to build with SunStudio 11 compilers on Solaris 10
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 07/11/2006 15:05:04
The following reply was made to PR pkg/33976; it has been noted by GNATS.

From: joerg@britannica.bec.de
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/33976: graphics/librsvg2 fails to build with SunStudio 11 compilers on Solaris 10
Date: Tue, 11 Jul 2006 17:00:54 +0200

 On Tue, Jul 11, 2006 at 02:25:00PM +0000, raymond.meyer@rambler.ru wrote:
 > I think __PRETTY_FUNCTION__ is GCC-ism and serves the same purpose as __func__ in C99 standard.
 
 Please make this conditional since __PRETTY_FUNCTION__ is not identical
 and often more usefl than __func__. Consider a C++ program using this
 library, in which case __PRETTY_FUNTION__ allows the detection of which
 overloaded method called it.
 
 Joerg