Re: Problems with "Undefined symbols" and wchar_t on Mac OS X 10.2
Re: Problems with "Undefined symbols" and wchar_t on Mac OS X 10.2
- Subject: Re: Problems with "Undefined symbols" and wchar_t on Mac OS X 10.2
- From: Chris Espinosa <email@hidden>
- Date: Mon, 14 Jun 2004 11:15:44 -0700
On Jun 14, 2004, at 12:40 AM, Dirk Stegemann wrote:
I set the "Mac OS X Deployment Target" to "Mac OS X 10.2".
I also read in the archives that one should include the "Mac OS X 10.2
SDK", but I think this is an option for applications only, because I
didn't find that option neither in my project's settings nor in the
target's settings.
It's in the Project Settings (select the project file and open the
inspector) as it affects all targets in the project.
And it's exactly what you need, as it specifies that you'll use the
10.2 system headers, which don't include the references to wchar types
that exist in 10.3 but not in 10.2.
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.