Bug 6968 - startup-notification uses gccisms
Summary: startup-notification uses gccisms
Status: RESOLVED FIXED
Alias: None
Product: Specifications
Classification: Unclassified
Component: desktop-entry (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Solaris
: high normal
Assignee: Vincent Untz
QA Contact:
URL: http://jhbuild.bxlug.be/builds/2006-0...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-19 18:38 UTC by James Andrewartha
Modified: 2007-03-20 11:25 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description James Andrewartha 2006-05-19 18:38:31 UTC
I'm building startup-notification on Solaris using the Sun Studio compiler, and
the compile dies with several errors of the form:
"sn-launcher.c", line 185: undefined symbol: __FUNCTION__

An alternative might be to use __func__ which is in GCC and C99. File under
Specifications as startup-notification has no component.
Comment 1 Tim Mooney 2006-06-01 16:29:07 UTC
If startup-nofication ever picks up a dependency on glib, it could switch to
G_GNUC_FUNCTION, otherwise I would agree that using __func__ would be more
widely portable than __FUNCTION__

This affects all OSes.
Comment 2 Vincent Untz 2007-03-20 11:24:42 UTC
Mass-reassign to me.
I'll look at the bugs there soon, and forward them to the xdg list.
Comment 3 Vincent Untz 2007-03-20 11:25:34 UTC
This is fixed on the 0.9 version of startup-notification.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.