Re: Compiling a C++ Tool for 10.2 using XCode 2.1
Re: Compiling a C++ Tool for 10.2 using XCode 2.1
- Subject: Re: Compiling a C++ Tool for 10.2 using XCode 2.1
- From: Scott Tooker <email@hidden>
- Date: Thu, 9 Jun 2005 06:48:27 -0700
You need to change the target to use the GCC 3.3 compiler (GCC 4.0
will not build C++ code for systems prior to 10.3.9). Go to the Rules
tab of the target inspector and change the C rule to use GCC 3.3.
Scott
On Jun 9, 2005, at 2:04 AM, Jérôme Seydoux wrote:
Hi all,
If I create a C++ Tool using the appropriate template from XCode 2.1,
then change the SDK to 10.2.8 (from the general tab of the project
info), I get a file not found error for every stdc++ header (#include
<iostream> etc). What's wrong??
Jérôme
_______________________________________________
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
_______________________________________________
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