Re: 2.1->2.2 created link error: std::__ioinit
Re: 2.1->2.2 created link error: std::__ioinit
- Subject: Re: 2.1->2.2 created link error: std::__ioinit
- From: Hugh Hoover <email@hidden>
- Date: Sat, 12 Nov 2005 13:45:08 -0800
On Nov 12, 2005, at 11:56, Robert J. Lang wrote:
Trying to track if it's included via some header, the Finder and
Spotlight
can't find "__ioinit" in any file in a computer-wide search.
Similarly, a
search through all project files and frameworks from within Xcode
didn't
turn anything up.
I ran into the missing std::_ioinit problem too - I've tracked it
down to the new "separate PCH Symbols" setting, which, if on,
produces the problem, if off, no problem. std::__ioinit is defined
in <iostream> (/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/
iostream)
So - the issue is apparently with static objects defined (not just
declared) in a PCH. Is there some workaround for this (other than
the obvious of turning off separate PCH...)?
Hugh Hoover
Enumclaw Software
_______________________________________________
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