Re: Interpreting duplicate symbol error messages
Re: Interpreting duplicate symbol error messages
- Subject: Re: Interpreting duplicate symbol error messages
- From: "Sean McBride" <email@hidden>
- Date: Tue, 24 Feb 2009 17:39:27 -0500
- Organization: Rogue Research Inc.
On 2/24/09 5:32 PM, Emile Tobenfeld (a. k. a Dr. T) said:
>is trying to tell me. What is __ZN19GLLensFlareRendereraSERKS_ -- my
>file includes the header for a class called GLLensFlareRenderer , but
>even pulling that header gives the error. Obviously something is
>duplicate-defined -- but I am unable to turn the pre and post fixes
>into something human-readable (at least for this human-:)
Ahhhh, C++....
$ echo __ZN19GLLensFlareRendereraSERKS_ | c++filt
GLLensFlareRenderer::operator=(GLLensFlareRenderer const&)
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden